mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-17 16:06:00 +08:00
ggwave : add default samples per frame
This commit is contained in:
@@ -227,7 +227,7 @@ bool GGWave_init(
|
||||
g_ggWave = new GGWave(
|
||||
g_obtainedSpecIn.freq,
|
||||
g_obtainedSpecOut.freq,
|
||||
1024,
|
||||
GGWave::kDefaultSamplesPerFrame,
|
||||
sampleSizeBytesIn,
|
||||
sampleSizeBytesOut);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user