AudioUnit SDK
AudioUnit Examples
Scaffolding Script for Mac/iOS audio applications with HTML UI.
利用AudioUnit实现语音通话,里面包含了回声消除
An AudioUnit wrapper that allows using SuperCollider servers inside AudioUnits hosts on macOS.
Demo for use AudioUnit of type kAudioUnitSubType_VoiceProcessingIO on Mac
A user interface toolkit mainly for audio plug-ins
Enhanced version of Cockos' iPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX...
翻译 - Cockos的iPlug的增强版-一种易于使用的C ++框架,用于开发跨平台音频插件并使用相同的代码定位多个插件API。支持VST / VST3 /音频单元/ RTAS / AAX(本机)格式。注意:这已过时,请参阅IPLUG2:
使用AudioUnit进行声音采集,同时实现回声消除。采用AudioQueue对采集的pcm音频流进行播放
关于AudioUnit的使用,包括录音,播放,边录边播,格式转换等。文件格式包括PCM和MP3等。
FFmpeg step by step tutorials for iOS/macOS developer. (适合零基础的 iOS/macOS 开发者学习FFmpeg API 和音视频渲染技术。演示了 OpenGL 和 Metal 等多种视频渲染方式,以及使用 AudioUnit 和 AudioQueue 渲染不同格式的音频。)