Skip to content

Commit

Permalink
Update music_player.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 20, 2023
1 parent eb4f1d1 commit 9bcd3b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sys-tune/source/impl/music_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ namespace tune::impl {
/* Default audio config. */
const AudioRendererConfig audren_cfg = {
.output_rate = AudioRendererOutputRate_48kHz,
.num_voices = 32,
.num_voices = 8,
.num_effects = 0,
.num_sinks = 1,
.num_mix_objs = 32,
.num_mix_buffers = 64,
.num_mix_objs = 24,
.num_mix_buffers = 24,
};

smInitialize();
Expand Down

0 comments on commit 9bcd3b6

Please sign in to comment.