overte/libraries/audio-client
Zach Pomerantz 4f7f3c2a60 mv localInjectorsBuffer to float-based localInjectorsStream
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.
2017-01-20 12:29:44 -05:00
..
src mv localInjectorsBuffer to float-based localInjectorsStream 2017-01-20 12:29:44 -05:00
CMakeLists.txt first cut at negotiating codecs 2016-06-23 17:14:41 -07:00