# AudioJz **Repository Path**: wxvvdj/AudioJz ## Basic Information - **Project Name**: AudioJz - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-13 - **Last Updated**: 2023-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AudioJz #### Audio Tool Box 0.8 [wav 播放器的另一思路,缓冲 AVAudioPCMBuffer](https://juejin.cn/post/6901335705989939208) 0.7 [从 pcm 播放器,继续学习 AudioToolBox 的 services 与非压缩格式](https://juejin.cn/post/6900840084086456333) 0.6 [从 wav 播放器,学习 AudioToolBox 的 services](https://juejin.cn/post/6899080975817375751) #### 探索底层一些 under the hood 0.5 [Swift 音频 DIY ,Audio Queue Services 搞缓冲,AVAudioEngine 加声效](https://juejin.im/post/5e52a5c55188254940670156) 操作音频流,分为三个层面, buffer, 缓冲, packet, 包, frame, 帧 一个缓冲 buffer 里面,包含很多个包 packet, 一个包 packet 里面,包含很多个帧 frame ##### PS: 感谢、参考、基于,syedhali/AudioStreamer
#### 操作音频文件: 个人学过的,音频相关的技巧。从 ray wenderlich 开始 ### 播客地址: [iOS Audio hand by hand: 变声,混响,语音合成 TTS,Swift5,基于 AVAudioEngine 等](https://juejin.im/post/5d964922e51d4577ee4f4808) 0.4 [语音合成 AVSpeechSynthesizer](https://github.com/BoxDengJZ/AudioJz/archive/v0.04.zip) 0.3 [AVAudioEngine:音效:变声,混响](https://github.com/BoxDengJZ/AudioJz/archive/v0.03.zip) ### 播客地址: [iOS Audio 手把手: 录音、播放、音频播放控制(音量采样检测等),Swift5,基于 AVFoundation @juejin](https://juejin.im/post/5d94abb76fb9a04e252c819c) #### 以下是 AVAudioPlayer, AVAudioRecorder 0.2 [音频播放控制(音量采样检测、音量大小控制、左右声道切换、播放循环, 播放速率控制](https://github.com/BoxDengJZ/AudioJz/archive/v0.02.zip) 0.1 [录音与播放](https://github.com/BoxDengJZ/AudioJz/archive/v0.01.zip) 把 Ray Wenderlich 的音频教程,从 Swift 2 更新到 Swift 5,并做了适当的修改, debug #### PS: 0.2