aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-10-09Fix flutter-speechrecognition-demo build errorHEADmasterAnuj Solanki1-1/+1
- Made gRPC package transitive in pubspec.lock to resolve null check error during build of flutter-voiceassistant. Bug-AGL: SPEC-5200 Change-Id: I106fa259d7ff6ce4801372c4d61b08fbd0ef3c6f Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
2024-09-29Implemented auto-modeAnuj Solanki4-15/+195
- Implemented auto-mode in flutter-speechrecognition-demo to recognize the wake word and start the voice assistant automatically. Bug-AGL: SPEC-5200 Change-Id: Ic946a3f4535a7b16a4e45a5ffdf4a3b4015fdb6f Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
2024-09-05Flutter SDK 3.24.1ricefishJoel Winarske2-102/+94
-update packages Change-Id: Id8ae57d31d74371a36f12b92b5ed2daf2b645d9b Signed-off-by: Joel Winarske <joel.winarske@gmail.com>
2024-07-21Update Voice Agent Flutter AppAnuj-S6216-239/+1132
- update voice-agent flutter app to use whisper AI for speech-to-text functionality. - Integrated SharedPreferences to store the application state. Bug-AGL: SPEC-5200 Change-Id: I9a05b1d135c1fa07949333391ff828f166b7fe8e Signed-off-by: Anuj-S62 <anuj603362@gmail.com>
2023-11-16Add themes to voice assistant appMalik Talha16-177/+1035
Add four themes: "light", "dark", "textured-light", and "textured-dark" to the voice assistant app. Themes can be changed by modifying assets/config.json file. Bug-AGL: SPEC-4906 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: I3e257da70543c7918e4f0cf96a62907390af8480
2023-11-12Add sample command section to voice assistant appMalik Talha17-556/+909
Add a section that allows to choose and execute sample commands and minor improvements to app UI. Bug-AGL: SPEC-4906 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: I1a279c6ecd1904c428b8403d3ce0750bc063da3b
2023-10-26Add flutter voice assistant appMalik Talha36-0/+3695
A flutter based gRPC client Voice Assistant made specifically to communicate with the Voice Agent service. SPEC-4906 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: Ic4a382c1cdb78f1a79f985e3d37ce2fb06c53203
2023-09-04Initial empty repositoryJan-Simon Moeller0-0/+0