Remove latency drop logic and replace by single frame writes
This commit is contained in:
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue