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 112895 - [0.6.2] wavenc pad template only accepts 16 bit audio
[0.6.2] wavenc pad template only accepts 16 bit audio
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gst-plugins
0.6.1
Other Linux
: Normal normal
: 0.6.2
Assigned To: Ronald Bultje
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-05-13 12:22 UTC by Ronald Bultje
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
lalalalala (954 bytes, patch)
2003-05-13 12:27 UTC, Ronald Bultje
none Details | Review
example code for mp3 to 8 bit wav (1.56 KB, text/plain)
2003-05-14 20:51 UTC, Ronald Bultje
  Details

Description Ronald Bultje 2003-05-13 12:22:22 UTC
... while WAV (and the rest of wavenc) can cope with 8 bit audio too...

do we want to fix that?
Comment 1 Ronald Bultje 2003-05-13 12:27:24 UTC
Created attachment 16491 [details] [review]
lalalalala
Comment 2 Benjamin Otte (Company) 2003-05-14 15:30:44 UTC
1) only in HEAD, enhancements should be tested there first.
2) Does this create valid 8bit .wav files out of the box?
Comment 3 Ronald Bultje 2003-05-14 16:33:31 UTC
I've already applied the patch to HEAD, so if someone wants to try and
test it... Go ahead. ;). I'll test that too before actually applying
the patch.

The rest of wavenc actually handles 8bit sound everywhere, I think the
pad template was just copied from lame or so, which only handles 16bit.
Comment 4 Ronald Bultje 2003-05-14 20:50:43 UTC
After testing the above (it works!), I suddenly realize why noone uses
8bit audio these days. I don't see any reason why people would want
this, so since it'll only cause problems, this won't go into 0.6.x.

Oh, for people testing it (will attach some sample code), this is not
a bug, it's a feature.
Comment 5 Ronald Bultje 2003-05-14 20:51:47 UTC
Created attachment 16538 [details]
example code for mp3 to 8 bit wav