Sound Juicer "Smile Kindly Then Rip Your Life To Pieces" 2.10.0
Sound Juicer "Smile Kindly Then Rip Your Life To Pieces" 2.10.0 is out!
- Rocking updated user guide (Shaun McCance is a hero)
- Trivial UI fixes
- Some more const keywords
- Use G_DEFINE_TYPE in SjExtractor
And of course, thanks to the translators: Abel Cheung (zh_TW), Emrah Unal (tr), Paisa Seeluangsawat (th), Rajesh Ranjan (hi), Danilo Šegan (sr).
Posted by urza at Mon Mar 14 21:50:31 2005:
Posted by hopey at Fri Mar 18 08:14:50 2005:
It doesn't lack mp3 encoding. You just have to have gstreamer-extra-audio installed and possibly other gstreamer packages too.
Then you have to add new mp3 profile with gnome-audio-profiles-properties as explained in the sound-juices help file (RTFA ;)). If I remember correctly,can't check it now, it was something like this:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1001
Note the preset option. 1001 corresponds to lame --preset normal option. I found other options from here:
http://www.hydrogenaudio.org/forums/lofiversion/index.php/t31407.html
My complain is that mp3 should be bit easier to set up. At least some explanations in the help file about different lame presets and why do I have to use numerical presets insted of lames usual preset options?
Posted by hopey at Fri Mar 18 08:20:22 2005:
Then you have to add new mp3 profile with gnome-audio-profiles-properties as explained in the sound-juices help file (RTFA ;)). If I remember correctly,can't check it now, it was something like this:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1001
Note the preset option. 1001 corresponds to lame --preset normal option. I found other options from here:
http://www.hydrogenaudio.org/forums/lofiversion/index.php/t31407.html
My complain is that mp3 should be bit easier to set up. At least some explanations in the help file about different lame presets and why do I have to use numerical presets insted of lames usual preset options?
One more thing about gstreamer installation. I guess the easiest way is to use apt repository, if you use fedora or redhat.
http://gstreamer.freedesktop.org/download/
Sound juicer you can get from here:
http://www.nrpms.net/Docs/Apt/
Their packages just don't resolve dependencies too well, so I had to manually install many libraries to get all the gstreamer stuff working.
Posted by hopey at Fri Mar 18 17:09:05 2005:
http://gstreamer.freedesktop.org/download/
Sound juicer you can get from here:
http://www.nrpms.net/Docs/Apt/
Their packages just don't resolve dependencies too well, so I had to manually install many libraries to get all the gstreamer stuff working.