gstreamer/ext/vorbis
Thibault Saunier 61c61e9f2f vorbis: add support for using tremolo on android
Tremolo is an ARM-optimised version of xiph's tremor library.
2011-04-16 15:33:16 +01:00
..
gstivorbisdec.c
gstvorbis.c
gstvorbiscommon.c
gstvorbiscommon.h
gstvorbisdec.c vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
gstvorbisdec.h vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
gstvorbisdeclib.c
gstvorbisdeclib.h vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
gstvorbisenc.c
gstvorbisenc.h
gstvorbisparse.c
gstvorbisparse.h
gstvorbistag.c
gstvorbistag.h
Makefile.am vorbis: add support for using tremolo on android 2011-04-16 15:33:16 +01:00
README

oggvorbisenc : encodes to vorbis inside an ogg stream. This is not the
               GStreamer way of doing things and should be removed for 
	       0.9. It is still called "vorbisenc" for backward compatibility
	       reasons. It also takes integer audio as input.
vorbisenc :    Encodes to a raw vorbis stream and should be used together
 	       with an ogg muxer such as "oggmux" it is called "rawvorbisenc".
	       It also takes raw float samples as input.

TODO for 0.9:

- remove oggvorbisenc.c and oggvorbisenc.h
- remove references to oggvorbisenc.[ch] in the Makefile and in vorbis.c
- remove the element vorbisenc.
- rename the element rawvorbisenc to vorbisenc.