简体   繁体   中英

Offline audio recording on iOS with OpenAL

I'm using openAL to play sound samples at specific intervals and I want to export this to file (be it caf or aac or whatever). How can I do this with OpenAL without having my samples played in real time through the speakers/headphones?

If you're talking about exporting your musical score as a complete audio piece, there's nothing in OpenAL that will do such a thing.

The only way I can think of would be to use Audio Units for playback, and use it offline mode to dump to a file.

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