GNOME Bugzilla – Bug 314386
Error burning non-standard audio files
Last modified: 2005-09-13 01:06:42 UTC
Non-standard audio files convert OK, but then the recording stage errors out with: gobject.GError: All audio files must be stereo, 16-bit digital audio with 44100Hz samples Currently source_to_wav() in audio.py uses the pipeline "decodebin ! audioconvert ! audioscale ! wavenc" This should be changed to: "decodebin ! audioconvert ! audioscale ! audio/x-raw-int, channels=2, rate=44100, width=16 ! wavenc"
This is corrected in SVN, thanks.
*** Bug 309670 has been marked as a duplicate of this bug. ***