ggwave : remove unused ampl i16 Tx buffer

This commit is contained in:
Georgi Gerganov
2022-05-29 16:49:10 +03:00
parent 5b65d654cf
commit 721ba8e107
5 changed files with 46 additions and 39 deletions

View File

@@ -80,7 +80,7 @@ int main(int argc, char** argv) {
GGWave::kDefaultSoundMarkerThreshold,
GGWAVE_SAMPLE_FORMAT_F32,
GGWAVE_SAMPLE_FORMAT_I16,
GGWAVE_OPERATING_MODE_BOTH_RX_AND_TX,
GGWAVE_OPERATING_MODE_RX_AND_TX,
});
ggWave.init(message.size(), message.data(), ggWave.getTxProtocol(protocolId), volume);