Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Audio Compression / File Format

Hii!

Didn't get a reply the first time so have to post here again! :(

Im just looking for anyone that can point out a slightly better audio recording format rather than the default low quality recording? I dont want to use a high quality WAV as this will be a stupidly large file size! (As ill be uploading this audio to the web)

I've tried M4A with AAC encoding but have had no luck with that as the application just crashes. Any pointers?

Scott

— asked August 23rd 2010 by Scott Robinson
  • audio
  • compression
  • file
  • format
  • iphone
  • recording
0 Comments

1 Answer

  • If anyone else comes across this wondering the same…

    I was testing on an iPhone 3G which dosent support AAC encoding. It just crashes when trying to encode in AAC! Apparently the phone cant handle encoding audio in AAC in realtime! (the 3GS and 4 can). Im using AUDIO_FORMAT_APPLE_LOSSLESS and AUDIO_FILEFORMAT_MP4A instead which works lovely! :)

    — answered August 27th 2010 by Scott Robinson
    permalink
    1 Comment
    • can I know where to give AUDIO_FILEFORMAT_MP4A .
      I am working on a android app that plays aac file format song from url using createAudioPlayer.

      I gave Titanium.Media.audioFormat = Titanium.Media.AUDIO_FORMAT_AAC; it didnt work for me..but mp3 works well !!

      — commented March 25th 2011 by Primoris online
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.