fix music distortion
This commit is contained in:
parent
2eaa032305
commit
a051a8d574
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue