refs #371 remove deprecated mic and squelch tests

This commit is contained in:
Roland Winklmeier
2015-02-06 19:58:59 +01:00
committed by Klaus Basan
parent 984c0d084f
commit 1587b4791a
6 changed files with 7 additions and 114 deletions

View File

@@ -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;