mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Added commands to voice sample. Test successfull refs #36 - Added commands to list input and output devices - Fixed some compiler errors on win - Voice confirmed working on windows and linux
Signed-off-by: Roland Winklmeier <roland.m.winklmeier@gmail.com> refs #81
This commit is contained in:
committed by
Mathew Sutcliffe
parent
45b9f60444
commit
0bae898db8
@@ -9,6 +9,7 @@
|
||||
#include "blackcore/voiceclient.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <functional>
|
||||
#include <QMap>
|
||||
|
||||
class Client : public QObject
|
||||
@@ -27,11 +28,13 @@ private: //commands
|
||||
void help(QTextStream &args);
|
||||
void echo(QTextStream &args);
|
||||
void exit(QTextStream &args);
|
||||
void runSquelchTest(QTextStream &args);
|
||||
void runMicTest(QTextStream &args);
|
||||
void squelchTestCmd(QTextStream &args);
|
||||
void micTestCmd(QTextStream &args);
|
||||
void setCallsignCmd(QTextStream &args);
|
||||
void initiateConnectionCmd(QTextStream &args);
|
||||
void terminateConnectionCmd(QTextStream &args);
|
||||
void inputDevicesCmd(QTextStream &args);
|
||||
void outputDevicesCmd(QTextStream &args);
|
||||
|
||||
void printLinePrefix();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user