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 1d41b2e commit 38e672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-tune/source/impl/music_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace tune::impl {

AudioDriver g_drv;
constexpr const int MinSampleCount = 8;
constexpr const int MaxChannelCount = 32;
constexpr const int MaxChannelCount = 8;
constexpr const int BufferCount = 64;
constexpr const int AudioSampleSize = MinSampleCount * MaxChannelCount * sizeof(s32);
constexpr const int AudioPoolSize = AudioSampleSize * BufferCount;
Expand Down

0 comments on commit 38e672f

Please sign in to comment.