mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #371 remove deprecated mic and squelch tests
This commit is contained in:
committed by
Klaus Basan
parent
984c0d084f
commit
1587b4791a
@@ -79,8 +79,6 @@ namespace BlackCore
|
||||
virtual ~IContextAudio() {}
|
||||
|
||||
signals:
|
||||
//! \brief Audio test has been completed
|
||||
void audioTestCompleted();
|
||||
|
||||
//! Voice rooms changed
|
||||
//! \details the flag indicates, whether a room got connected or disconnected
|
||||
@@ -168,18 +166,6 @@ namespace BlackCore
|
||||
*/
|
||||
virtual void playNotification(uint notification, bool considerSettings) const = 0;
|
||||
|
||||
//! Microphone test
|
||||
virtual void runMicrophoneTest() = 0;
|
||||
|
||||
//! Microphone test
|
||||
virtual void runSquelchTest() = 0;
|
||||
|
||||
//! Get the microphone test result
|
||||
virtual QString getMicrophoneTestResult() const = 0;
|
||||
|
||||
//! Get the squelch value
|
||||
virtual double getSquelchValue() const = 0;
|
||||
|
||||
//! Enable audio loopback
|
||||
virtual void enableAudioLoopback(bool enable = true) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user