0

How do I use speex for Blackberry application ?

Is there any sample code available to refer ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
iOSDev
  • 3,617
  • 10
  • 51
  • 91

1 Answers1

1

A common set of BlackBerry supported audio formats are AAC, AMR, AU, GSM, MP3, WAV, WMA. Unfortunatly no audio/x-speex support.

See
BB KB DB-00497 - What Is - Supported audio formats
BB KB KB05482 - Media types supported on the BlackBerry smartphone

Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114
  • what if I record audio in default format and then convert it to speex format? Will this work on Blackberry? – iOSDev Aug 12 '09 at 09:03
  • 1
    well, if you can do this in J2ME by your own, there should be no troubles. although there is a page for related project (http://sourceforge.net/projects/j2mespeex/) it's not active yet. – Maksym Gontar Aug 12 '09 at 13:13
  • Im not getting how do I workout speex in Blackberry... Please help. – iOSDev Aug 17 '09 at 05:59
  • as I said, you'll have to implement it yourself, as long as no J2ME or BB library can be found... – Maksym Gontar Aug 18 '09 at 19:48
  • Hmmm,trying to work out on my own now...will definiely like to post wht conclusions I draw from speex implementation :) Thanks,Coldice. – iOSDev Aug 19 '09 at 05:12
  • 1
    Hi imMobile, I'm trying the same thing , Do you find any work around for this ? – Mihir Mehta Dec 14 '11 at 10:08