mpd/src/encoder
Max Kellermann 9e3f843291 encoder/vorbis: accept floating point input samples
Improves quality by not squeezing 32 bit samples down to 16 bit, and
then back to 32 bit floating point.  Reduces CPU usage by skipping a
conversion step.
2012-10-02 08:39:39 +02:00
..
flac_encoder.c Merge branch 'v0.16.x' 2012-04-05 00:45:39 +02:00
lame_encoder.c copyright year 2011 2011-01-29 10:13:54 +01:00
null_encoder.c Merge branch 'v0.16.x' 2011-11-28 11:56:01 +01:00
OpusEncoderPlugin.cxx encoder/opus: call ogg_stream_flush() only in the last iteration 2012-10-02 08:13:48 +02:00
OpusEncoderPlugin.hxx encoder/opus: new encoder plugin for the Opus codec 2012-10-02 00:45:24 +02:00
twolame_encoder.c Merge branch 'v0.16.x' 2012-04-05 00:45:39 +02:00
VorbisEncoderPlugin.cxx encoder/vorbis: accept floating point input samples 2012-10-02 08:39:39 +02:00
VorbisEncoderPlugin.hxx encoder/vorbis: use C++ compiler 2012-10-02 00:37:19 +02:00
wave_encoder.c audio_format: remove the packed S24 format 2012-03-22 00:42:12 +01:00