- Previous thread: [gentoo-user] synaptics support in xorg
- Next thread: [gentoo-user] Keyboard handling weird... in 2.6.30?
- Threads sorted by date: gentoo 200906
On Sat, 13 Jun 2009 06:31:39 -0700
Grant wrote:
> Pre-converting sounds interesting. I could convert all of my 16/44.1
> files to 24/96 files? That way the CPU wouldn't be stressed at
> playback time. How can I do that? I use libsamplerate "Best" for
> resampling.
Just use flac/lame/vorbis-tools, they have all the capabilities you
need.
lame --decode /some/file.mp3 - | \
flac --bps=3D24 --sample-rate=3D96 - file.flac
lame --decode /some/file.mp3 - | \
oggenc --resample 24000 -q 6 - -o file.ogg
lame --resample 24 --preset standard /some/file.mp3 file.mp3
Try tweaking quality settings / listening to results in different
formats to pick the best one for you.
ogg and mp3 should result in some loss of sound quality, although it
might be insignificant while compression benefit over flac is quite
noticeable.
--=20
Mike Kazantsev // fraggod.net
Grant wrote:
> Pre-converting sounds interesting. I could convert all of my 16/44.1
> files to 24/96 files? That way the CPU wouldn't be stressed at
> playback time. How can I do that? I use libsamplerate "Best" for
> resampling.
Just use flac/lame/vorbis-tools, they have all the capabilities you
need.
lame --decode /some/file.mp3 - | \
flac --bps=3D24 --sample-rate=3D96 - file.flac
lame --decode /some/file.mp3 - | \
oggenc --resample 24000 -q 6 - -o file.ogg
lame --resample 24 --preset standard /some/file.mp3 file.mp3
Try tweaking quality settings / listening to results in different
formats to pick the best one for you.
ogg and mp3 should result in some loss of sound quality, although it
might be insignificant while compression benefit over flac is quite
noticeable.
--=20
Mike Kazantsev // fraggod.net
Conversations: [gentoo-user] Prioritizing mpd
- [gentoo-user] Prioritizing mpd by Grant on 2009-06-12T23:02:10+00:00
- Re: [gentoo-user] Prioritizing mpd by Mike Kazantsev on 2009-06-13T04:33:42+00:00
- Re: [gentoo-user] Prioritizing mpd by Grant on 2009-06-13T04:45:11+00:00
- Re: [gentoo-user] Prioritizing mpd by Mike Kazantsev on 2009-06-13T05:14:43+00:00
- Re: [gentoo-user] Prioritizing mpd by Alan McKinnon on 2009-06-13T08:55:59+00:00
- Re: [gentoo-user] Prioritizing mpd by Grant on 2009-06-13T13:31:49+00:00
- Re: [gentoo-user] Prioritizing mpd by Mike Kazantsev on 2009-06-13T16:35:52+00:00
Related Threads
- [arch-general] Xorg broken after last update - archlinux
- Spam Prevention - postfix
- [grails-user] Acegi Security -- can't BootStrap any users - grails
- Reparent tree iter - gnome
- Django job in Manchester, UK - django
- Custom response header not working because of Content Length - tomcat
- Cross compiling for systems with existing GLIBC questions ... - gcc
- [PATCH -tip v14 00/12] tracing: kprobe-based event tracer and x86 instruction decoder - kernel
- String aggregator - django
- net hangs (pf related?) - openbsd
- Connect returns EINPROGRESS - bind
- [sqlite] Date range in the WHERE clause - sqlite