Hey Thijs!
> currently i can convert the most common formats, but i'm having trouble
> converting 32bit/96kHz stereo wav files : flac and oggenc dont like them :-(
> i have tried with ffmpeg and various settings but i cant get it to work
You can first convert your wav files to 44.1k oder 48k with sox:
$ sox your_96k_file.wav -r 48000 your_48k_file.wav
and afterwards use oggenc/flac:
$ flac your_48k_file.wav
LG
Georg
-- auphonic - automatic audio post production http://auphonic.com audio development, machine learning, open source and more _______________________________________________ Linux-audio-user mailing list Linux-audio-user@email-addr-hidden http://lists.linuxaudio.org/listinfo/linux-audio-userReceived on Fri Sep 21 12:15:02 2012
This archive was generated by hypermail 2.1.8 : Fri Sep 21 2012 - 12:15:03 EEST