Support arbitrary audio duration in libsoundio renderer
This commit is contained in:
parent
5700272dc4
commit
0ccee9d806
2 changed files with 16 additions and 36 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue