Support arbitrary audio duration in libsoundio renderer

This commit is contained in:
Cameron Gutman 2019-12-01 19:43:22 -08:00
commit 0ccee9d806
2 changed files with 16 additions and 36 deletions

View file

@ -36,9 +36,7 @@ private:
struct SoundIoOutStream* m_OutputStream;
struct SoundIoRingBuffer* m_RingBuffer;
struct SoundIoChannelLayout m_EffectiveLayout;
double m_AudioPacketDuration;
double m_Latency;
bool m_Errored;
static const double k_RawSampleLengthSec;
static const double k_MinSampleLengthSec;
};