How can I record AMR audio format on the iPhone?

前端 未结 4 722
耶瑟儿~
耶瑟儿~ 2020-12-09 05:08

A voice recorder doesn\'t need uncompressed Linear PCM audio. Compressed AMR would do fine. The iPhone framework built for recording audio is simple enough, b

4条回答
  •  無奈伤痛
    2020-12-09 05:49

    I guess AMR codec format is not supported my iPhone voice recorder app.

    May be one can try integrating some open-source, implementation of AMR encoder into the apples' iPhone application framework and try making the voice recorder store the audio in AMR encoded format. (i dont know if thats allowed by apple by their NDA/license).

    -AD

提交回复
热议问题