mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-05 21:26:50 +08:00
wip : remove TxMode
always use variable length
This commit is contained in:
@@ -73,12 +73,6 @@ extern "C" {
|
||||
int doInit() {
|
||||
return GGWave_init(-1, -1);
|
||||
}
|
||||
|
||||
EMSCRIPTEN_KEEPALIVE
|
||||
int setTxMode(int txMode) {
|
||||
g_ggWave->setTxMode((GGWave::TxMode)(txMode));
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
void GGWave_setDefaultCaptureDeviceName(std::string name) {
|
||||
|
||||
Reference in New Issue
Block a user