converts speex (spx) audio format to mp3 or other common audio format.

Having a slow connection I would like to try and save bandwidth by downloading audio books in speex format as they are a much smaller file size.  The only programs that I have come across are shareware or commercial to convert spx to mp3.  Does anyone know of a free / open source program??

 

wow! it is great and helful. This new format (spx)is very good

Regards:
Pakistani Songs

Well what is spx ? its for radio or live audio / fm radio streaming ?

Thanks
James

Mp3 Download

I used the speex windows builds of speexdec.exe and created the following batch file. (All files resided in same directory for ease of use.)

for %%A in (*.spx) do (
speexdec "%%A" %%A.wav
)

WAV files are easier to convert to as all codecs should be on your computer already. All the MP3 conversions I tried did not work because I was not calling an MP3 encoder like LAME.

So, I simply will throw all the newly created .WAV files into AudioGrabber and convert to MP3.

It took me 3 hours to assemble all this info. ;)

Derek Crager

I like Format Factory.

A few thoughts...

I haven't tested it but this sounds like it should work:
Ogg Media Creator lets you convert between Ogg Speex and Wave PCM.
Then use a tool like SUPER to convert to your favorite audio format.

The 3CX Phone System may also be worth looking into to see if it can do what you want.

Another possibility is asking for help in the http://www.xiph.org/ forum.

I'm not aware of any freeware program that will handle this conversion. However if you go the SPX site you can find on their software page some of the plug-ins that have been written for SPX. I see there is one for WinAmp and that might be worth investigating.

http://www.speex.org/software/

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <b> <address> <blockquote> <br> <caption> <center> <code> <dd> <del> <div> <dl> <dt> <em> <font> <h2> <h3> <h4> <h5> <h6> <hr> <i> <img> <li> <ol> <p> <pre> <span> <strong> <sub> <sup> <table> <tbody> <td> <tfoot> <th> <thead> <tr> <u> <ul> <tr>
  • Lines and paragraphs break automatically.
  • [node:123] - insert full text (themed by theme('node'))
    [node:123 body] - insert node's body
    [node:123 teaser] - insert node's teaser
    [node:123 link] - insert link to node
    [node:123 collapsed] - insert collapsed node's body
  • You may use [view:viewname] tags to display listings of nodes.

More information about formatting options