diff --git a/src/main.cpp b/src/main.cpp index 21a4ab0..0834972 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);