Skip to content

Commit 24c1163

Browse files
author
chila254
committed
docs: add voice command reference to changelog and release notes
1 parent 7807287 commit 24c1163

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
- Updated README with Google Cast and voice control features
1111

1212
## Voice Command Improvements
13-
- Added download commands (current song, playlist, album)
1413
- Added confidence and audio energy filtering to reduce false wake word triggers
1514
- Lowered wake word detection thresholds for maximum sensitivity
1615
- Added AEC, NoiseSuppressor, and RMS energy filtering to wake word detection
@@ -19,6 +18,19 @@
1918
- Improved TTS greeting and audio ducking during voice commands
2019
- Fixed microphone loop by stopping wake word service before restart
2120

21+
### Voice Commands Supported
22+
**Playback:** Play, Pause, Toggle play/pause, Next, Previous, Shuffle (on/off/toggle), Repeat (one/all/off)
23+
**Seek:** Skip forward/backward N seconds/minutes
24+
**Volume:** Volume up/down, Mute/Unmute
25+
**Speed:** Speed up, Slow down, Reset to normal speed
26+
**Search:** Search, Play search query
27+
**Downloads:** Download current song, Download playlist, Download album
28+
**Lyrics:** Show/Hide/Toggle lyrics
29+
**Video:** Enable/Disable/Toggle video mode
30+
**Media:** Toggle like, Show/Clear queue, Add to queue
31+
**Settings:** Dark mode on/off, Toggle theme
32+
**Navigation:** Go home, Go library, Open search, Open settings
33+
2234
## UI/UX Improvements
2335
- Added sleep timer and lyrics buttons to queue bar in new player design
2436
- Added shuffle button with 4-dot animation to old player design

RELEASE_NOTES.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,24 @@
2222
### Voice Commands
2323
- Interactive overlay with wave animations (Siri/Gemini-like)
2424
- Text-to-Speech feedback with multi-voice selection and audio ducking
25-
- Commands: play, search, pause, skip, seek, shuffle, repeat, theme toggle, lyrics toggle, video toggle, downloads, speed control
25+
- Comprehensive voice command support with 40+ commands
2626
- Automatic volume restoration after voice commands
2727

28+
#### Command Reference
29+
| Category | Commands |
30+
|----------|---------|
31+
| **Playback** | play, pause, next, previous, shuffle on/off, repeat one/all/off |
32+
| **Seek** | skip forward N seconds/minutes, go back N seconds/minutes |
33+
| **Volume** | volume up/down, mute, unmute |
34+
| **Speed** | speed up, slow down, normal speed |
35+
| **Search** | search, play [song/artist] |
36+
| **Downloads** | download this song, download playlist, download album |
37+
| **Lyrics** | show lyrics, hide lyrics, toggle lyrics |
38+
| **Video** | video on/off, toggle video |
39+
| **Media** | like, show queue, clear queue, add to queue |
40+
| **Settings** | dark mode on/off, toggle theme |
41+
| **Navigation** | go home, go library, open search, open settings |
42+
2843
### Google Cast Support (GMS variant only)
2944
- Added Cast device discovery and selection
3045
- Cast picker sheet for easy device selection

0 commit comments

Comments
 (0)