mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-13 13:25:48 +08:00
ggwave-gui : adding tx waveform display
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user