Skip to content

Commit

Permalink
mixer: initialize audio compression level 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Jan 11, 2025
1 parent 256b026 commit ca3f342
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/mixertest/mixertest.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ int main(void) {
audio_init(48000, 4);
mixer_init(16); // Initialize up to 16 channels

// Initialize wav64 compression level 3 as we're going to use it
wav64_init_compression(3);

// Bump maximum frequency of music channel to 128k.
// The default is the same of the output frequency (44100), but we want to
// let user increase it.
Expand Down

0 comments on commit ca3f342

Please sign in to comment.