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
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