mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 17:57:03 +02:00
The localInjectorsBuffer is based on AudioRingBuffer, which only accounts for int16_t. Local injectors are mixed, and so they can exceed std::numeric_limits<int16_t> before limiting. This will allow them to remain as float until limiting (in the device callback) - once the new stream is implemented. |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt |