Skip to content

Commit 51326fc

Browse files
committed
mixer: initialize audio compression level 3
1 parent 3234801 commit 51326fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: examples/mixertest/mixertest.c

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ int main(void) {
1717
audio_init(48000, 4);
1818
mixer_init(16); // Initialize up to 16 channels
1919

20+
// Initialize wav64 compression level 3 as we're going to use it
21+
wav64_init_compression(3);
22+
2023
// Bump maximum frequency of music channel to 128k.
2124
// The default is the same of the output frequency (44100), but we want to
2225
// let user increase it.

0 commit comments

Comments
 (0)