ggwave-gui : adding tx waveform display

This commit is contained in:
Georgi Gerganov
2020-12-13 16:24:44 +02:00
parent 1ac8092dfc
commit ef081f4856
4 changed files with 120 additions and 18 deletions

View File

@@ -120,7 +120,7 @@ bool GGWave_init(
playbackSpec.freq = ::kBaseSampleRate;
playbackSpec.format = AUDIO_S16SYS;
playbackSpec.channels = 1;
playbackSpec.samples = 16*1024;
playbackSpec.samples = 1024;
playbackSpec.callback = NULL;
SDL_zero(g_obtainedSpecOut);