简体   繁体   中英

Accessing audio samples on the iPhone

I want to code up a audio fx program that would process the samples coming in through the mic input and play them through the audio output in near realtime. But I cannot seem to figure out how to get accesses to the individual audio samples as they come in. Can. Anybody point me in the right direction and possibly some sample code? Thanks.

The audio-processing framework in iOS is called Core Audio. See the Core Audio Overview . For sample code see the iOS Reference Library sample code . You can filter for audio using the searchbox

您可能希望查看Audio Queue服务(大多数/所有功能名称都以“ AudioQueue”开头)。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM