Commit ada7f6c8 authored by David Reid's avatar David Reid

Work on improvements to the ALSA backend.

parent 8b57a09f
This diff is collapsed.
......@@ -61,7 +61,7 @@ int main(int argc, char** argv)
#endif
ma_backend backend = ma_backend_wasapi;
ma_backend backend = ma_backend_alsa;
ma_context_config contextConfig = ma_context_config_init();
contextConfig.logCallback = log_callback;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment