Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 2012-10-02 | 1 | -46/+13 |
| | |||||
* | encoder/vorbis: accept floating point input samples | Max Kellermann | 2012-10-02 | 1 | -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++ compiler | Max Kellermann | 2012-10-02 | 1 | -0/+410 |