mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Work on improvements to the ALSA backend.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user