File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22id : TASK-268
33title : Add audio output device selection
4- status : In Progress
4+ status : Done
55assignee : []
66created_date : ' 2026-02-16 15:08'
7- updated_date : ' 2026-03-08 02:03 '
7+ updated_date : ' 2026-03-10 05:55 '
88labels :
99 - audio
1010 - feature
@@ -32,11 +32,11 @@ Use cpal (already in dependency tree via rodio) to enumerate devices via `cpal::
3232
3333## Acceptance Criteria
3434<!-- AC:BEGIN -->
35- - [ ] #1 Device selector dropdown in settings view lists available output devices
36- - [ ] #2 Switching device preserves current playback position
37- - [ ] #3 Selected device persisted in settings and restored on startup
38- - [ ] #4 Falls back to default device if saved device unavailable
39- - [ ] #5 New audio_list_devices and audio_set_device Tauri commands
40- - [ ] #6 Rust unit tests for device enumeration and switching
41- - [ ] #7 Playwright E2E test for device selector in settings
35+ - [x ] #1 Device selector dropdown in settings view lists available output devices
36+ - [x ] #2 Switching device preserves current playback position
37+ - [x ] #3 Selected device persisted in settings and restored on startup
38+ - [x ] #4 Falls back to default device if saved device unavailable
39+ - [x ] #5 New audio_list_devices and audio_set_device Tauri commands
40+ - [x ] #6 Rust unit tests for device enumeration and switching
41+ - [x ] #7 Playwright E2E test for device selector in settings
4242<!-- AC:END -->
You can’t perform that action at this time.
0 commit comments