aboutsummaryrefslogtreecommitdiffstats
path: root/agl_service_voiceagent/utils/vss_interface.py
AgeCommit message (Collapse)AuthorFilesLines
2024-09-07Integrate Whisper AI into agl-service-voiceagentAnuj Solanki1-0/+236
V1: - Integrated Whisper AI for speech-to-text functionality into agl-service-voiceagent. - Add support for both online and offline mode. - Implemented a gRPC-based connection for online mode between Whisper ASR service and voice-agent service. V2: - Update kuksa-interface - Add whisper-cpp for speech-to-text functionality - Add support to control media using mpd - Fix audio recorder Bug-AGL: SPEC-5200 Change-Id: I2661ae61ba2c3283bcfde26d6e4f498270240b19 Signed-off-by: Anuj Solanki <anuj603362@gmail.com>