diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-01 00:32:40 +0530 |
---|---|---|
committer | Anuj Solanki <anuj603362@gmail.com> | 2024-10-06 01:16:32 +0530 |
commit | 5a8f670c3f772cfe0345ed53e5989a6dca08a905 (patch) | |
tree | 7d82533a0f5356547e31609c3db1d0101de83376 /agl_service_voiceagent/protos/voice_agent.proto | |
parent | 1144fcd343bc56f8c27ff73d3e76904010dbb832 (diff) |
- Removed OpenAI's Whisper AI from agl-service-voiceagent and using
whisper.cpp for speech-to-text.
- Fix audio_recorder.
- Update grpc protoc to include the online-mode status in ServiceStatus
- Set online_mode flag default to 0
- Change wake word to "hey automotive"
Bug-AGL: SPEC-5200
Change-Id: I9f1629cdcaef43498bf4cb9fdd950291a415819d
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'agl_service_voiceagent/protos/voice_agent.proto')
-rw-r--r-- | agl_service_voiceagent/protos/voice_agent.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/agl_service_voiceagent/protos/voice_agent.proto b/agl_service_voiceagent/protos/voice_agent.proto index bd2daa2..72d48c6 100644 --- a/agl_service_voiceagent/protos/voice_agent.proto +++ b/agl_service_voiceagent/protos/voice_agent.proto @@ -61,6 +61,7 @@ message ServiceStatus { string version = 1; bool status = 2; string wake_word = 3; + bool online_mode = 4; } message VoiceAudio { |