aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/VorbisEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-021-46/+13
|
* encoder/vorbis: accept floating point input samplesMax Kellermann2012-10-021-8/+9
| | | | | | 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.
* encoder/vorbis: use C++ compilerMax Kellermann2012-10-021-0/+410