Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 533 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 533 Bytes

AudioQueueServiceDemo

这个工程中包括两个Demo,分别是使用AudioQueue进行record和play的.

是Apple官方文档中AudioQueueProgrammingGuide的代码.

官方文档还提供了一个C++的封装SpeakHere

Demo可以直接在mac上运行,先运行Record,然后可以运行Player进行播放之前录音的文件.

AudioQueue还有许多其他的接口例如暂停,停止等.

如果需要更多音频相关的参考资料可以访问我的blog: https://brownfeng.github.io/