I am developing a app that records audio then uploads to a website
i am looking for the best compression and audio format that people are most likely to use for speed and quality. current i am using wav with ulaw compression.
recording.compression = Ti.Media.AUDIO_FORMAT_LINEAR_PCM; recording.format = Ti.Media.AUDIO_FILEFORMAT_WAVE;
would really appreciate some suggestion on situations and best practise formats etc. i will be uploading large amounts of audio in small manageable chunks of say 5mins a piece and then stitching together with sox audio tool on my server.
Thanks ?
Your Answer
Think you can help? Login to answer this question!