ggwave : add default samples per frame

This commit is contained in:
Georgi Gerganov
2021-01-16 18:39:11 +02:00
parent 9fe9a0240e
commit 94978e679a
3 changed files with 8 additions and 1 deletions

View File

@@ -227,7 +227,7 @@ bool GGWave_init(
g_ggWave = new GGWave(
g_obtainedSpecIn.freq,
g_obtainedSpecOut.freq,
1024,
GGWave::kDefaultSamplesPerFrame,
sampleSizeBytesIn,
sampleSizeBytesOut);
}