Remove latency drop logic and replace by single frame writes

This commit is contained in:
Cameron Gutman
2018-12-25 14:05:17 -08:00
parent cfabaf334e
commit 14cb2e1999
2 changed files with 12 additions and 28 deletions
@@ -32,6 +32,7 @@ private:
struct SoundIoOutStream* m_OutputStream;
struct SoundIoRingBuffer* m_RingBuffer;
struct SoundIoChannelLayout m_EffectiveLayout;
double m_Latency;
bool m_Errored;
static const double k_RawSampleLengthSec;