After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 314386 - Error burning non-standard audio files
Error burning non-standard audio files
Status: RESOLVED FIXED
Product: serpentine
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Serpentine Maint
Serpentine Maint
: 309670 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-08-24 13:21 UTC by Ed Catmur
Modified: 2005-09-13 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ed Catmur 2005-08-24 13:21:36 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"
Comment 1 Tiago Cogumbreiro 2005-09-12 15:07:48 UTC
This is corrected in SVN, thanks.
Comment 2 Tiago Cogumbreiro 2005-09-13 01:06:42 UTC
*** Bug 309670 has been marked as a duplicate of this bug. ***