feat: audio - add concurrent mixing, output switching, and device-aware UI

This commit is contained in:
2026-07-29 20:03:35 +01:00
parent d99dab45e5
commit 86de3400a9
25 changed files with 688 additions and 209 deletions
+1
View File
@@ -417,6 +417,7 @@ int audio_pause(int handle);
int audio_resume(int handle);
int audio_get_pos(int handle); // Playback position
int audio_get_output(int handle); // Current output device
int audio_set_output(int output); // 0=HDA, 1=Bluetooth
int audio_bt_status(int handle); // Bluetooth audio status
```