fix music distortion

This commit is contained in:
hippoz 2022-11-06 03:16:17 +02:00
parent 2eaa032305
commit a051a8d574
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -13,7 +13,7 @@ int main()
file.open("song");
ALSAOutput output;
output.open();
output.configure(48000, 1, 10, 100000);
output.configure(48000, 2, 10, 100000);
output.play(&file);
Raven::Application application(true);