Convert Speex (.spx) files made by Recorder to mp3
Hi,
I have sound file recorded by Sailfish os native app Recorder (earlier version than newest 23.9.2014). Format is Speex (.spx). I would like to convert that file to mp3. If You know good tool (and You know that it's working) for that for linux, osx or windows please share.
Looks like difficult one.. Is there some special parameters used in Recorder with Speex?
Tried:
http://jspeex.sourceforge.net (only tried http://sourceforge.net/projects/jspeex/files/player/2.2-0.9/)
Audacity 2.0.3 with FFmpeg-library (http://wiki.audacityteam.org/wiki/OGG)
Can't be so difficult.. x)
Does this question belong here? Not sure what the Sailfish/Jolla community can do about what formats osx can play.
gabriel ( 2014-09-23 18:49:25 +0200 )editPerhaps ask the Recorder developer to add mp3 support rather than save in .spx format? That might be more generally handy.
aegis ( 2014-09-24 13:37:34 +0200 )edit@aegis well that application has options for vorbis, pmc and flac too. So he has just chosen spx because its voice optimized and small.
rainisto ( 2014-09-24 14:43:48 +0200 )editNot sure if it can handle this, but have you tried SoX? Sox is described as being the swiss army knife of audio processing. http://sox.sourceforge.net/
Venty ( 2014-09-24 18:39:42 +0200 )editJust saw that ffmpeg (I'm using version 1.2.1) has speex decoder. You should be able to use something like ffmpeg -i infile.spx outfile.wav for example. Depending on how it is built, you could also convert it directly to an mp3, but at least with Debian, ffmpeg is compiled without mp3 support.
Venty ( 2014-09-24 18:46:03 +0200 )edit