mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Tone player "myself" guard
This commit is contained in:
committed by
Mat Sutcliffe
parent
5b3c011a15
commit
5718f95819
@@ -68,9 +68,9 @@ namespace BlackSound
|
||||
|
||||
BlackMisc::Audio::CAudioDeviceInfo m_deviceInfo;
|
||||
QAudioOutput *m_audioOutput = nullptr;
|
||||
QByteArray m_bufferData;
|
||||
QBuffer m_buffer;
|
||||
QAudioFormat m_audioFormat;
|
||||
QByteArray m_bufferData;
|
||||
QBuffer m_buffer;
|
||||
QAudioFormat m_audioFormat;
|
||||
QMap<CTonePair, QByteArray> m_tonePairCache;
|
||||
mutable QMutex m_mutex { QMutex::Recursive };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user