ggwave : add default constructor

This commit is contained in:
Georgi Gerganov
2022-06-11 19:52:25 +03:00
parent 4a21ad667c
commit ca84180f22
9 changed files with 105 additions and 99 deletions

View File

@@ -275,7 +275,7 @@ bool GGWave_mainLoop() {
SDL_PauseAudioDevice(g_devIdInp, SDL_TRUE);
const auto nBytes = g_ggWave->encode();
SDL_QueueAudio(g_devIdOut, g_ggWave->txData(), nBytes);
SDL_QueueAudio(g_devIdOut, g_ggWave->txWaveform(), nBytes);
}
return true;