mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Cleanup after merge
This commit is contained in:
parent
58dd690c0a
commit
53742e90f5
1 changed files with 1 additions and 7 deletions
|
@ -395,7 +395,7 @@ private:
|
|||
void configureReverb();
|
||||
void updateReverbOptions();
|
||||
|
||||
void handleLocalEchoAndReverb(QByteArray& inputByteArray, const int& sampleRate, const int& channelCount);
|
||||
void handleLocalEchoAndReverb(QByteArray& inputByteArray);
|
||||
|
||||
bool switchInputToAudioDevice(const QAudioDeviceInfo inputDeviceInfo, bool isShutdownRequest = false);
|
||||
bool switchOutputToAudioDevice(const QAudioDeviceInfo outputDeviceInfo, bool isShutdownRequest = false);
|
||||
|
@ -453,12 +453,6 @@ private:
|
|||
QTimer* _checkPeakValuesTimer { nullptr };
|
||||
|
||||
bool _isRecording { false };
|
||||
|
||||
Mutex _TTSMutex;
|
||||
bool _isProcessingTTS { false };
|
||||
QByteArray _TTSAudioBuffer;
|
||||
int _TTSChunkSize = AudioConstants::NETWORK_FRAME_SAMPLES_PER_CHANNEL * 50;
|
||||
QTimer _TTSTimer;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue