Commit Graph
3 Commits
Author SHA1 Message Date
jahruz67 874a243e80 Add new XML layout files for view settings, view settings v2, and voice interface
- Created view_settings.xml to define the layout for the settings view.
- Added view_settings_v2.xml for an updated version of the settings layout.
- Introduced view_voice.xml to establish the layout for the voice interface.
2026-07-25 17:44:27 -07:00
jahruz67 3e1c2e714a feat: add offline wake-word detection with sherpa-onnx
- Integrate sherpa-onnx for local "Computer" wake-word detection
- Add foreground service (microphone type) for continued listening across apps
- Request RECORD_AUDIO, POST_NOTIFICATIONS, and foreground service permissions
- Download and verify pinned sherpa-onnx model (17 MB) on first enable
- Update LauncherViewModel with wake-word state and controller
- Add WorkManager and commons-compress dependencies for model extraction
- Update README with wake-word feature details and limitations
2026-07-25 14:48:05 -07:00
jahruz67 29fc34dbdf Ambient Launcher #1 2026-07-25 14:25:23 -07:00