I want to record audio on iOS, and auto save audio every minute. the main purpose is not losing the audio after 1 hour record on crash.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
There is a lot of code to post here to show you how to record the audio, but there are many examples on GitHub. Here are a couple. To autosave recordings, I would suggest adding a notification timer. Here is an example. I hope this helps get you started. |
|||
|
|
|
Sounds like audio queues are your best friends are. Read through the doc, it is pretty lucid. |
|||
|
|