diff options
author | Benjamin Otte <otte@gnome.org> | 2003-04-14 01:19:11 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-04-14 01:19:11 +0000 |
commit | 06c7783da2853846b5294feafd671651b5d9b42f (patch) | |
tree | 8ded38075fe0f9fd873366fa349115d22af26207 /gst/avi/gstavidemux.c | |
parent | 4088af940ae5a24e8927ad9eda42a9fbc7b04320 (diff) |
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
Original commit message from CVS:
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
It currently supports conversion of
- channels (mono/stereo only, until someone tells me how to mix other channels)
- endianness (little/bi endian)
- signedness
- width (8, 1, 24 and 32 bits)
- depth (1 - width bits)
missing:
- enough testing (I intend to write a testsuite for this, but that's pending)
- samplerate conversion
- other goodies like format conversion etc
Expect bugs when using it.
problems this should solve:
- encoding wav files on big endian machines
- goom working with mono audio files in gst-player
- Iain's soundcard (that one is a problem in itself)
- complaints about missing conversion
- too many age old, nearly unmaintained plugins (stereo2mono etc.)
Have fun.
Diffstat (limited to 'gst/avi/gstavidemux.c')
0 files changed, 0 insertions, 0 deletions