Skip to content

Commit

Permalink
Remove extra stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Sep 4, 2024
1 parent 8849f2e commit f6d125c
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 156 deletions.
13 changes: 0 additions & 13 deletions aioesphomeapi/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1489,19 +1489,6 @@ message VoiceAssistantAudioSettings {
float volume_multiplier = 3;
}

enum VoiceAssistantPipelineStage {
VOICE_ASSISTANT_PIPELINE_STAGE_WAKE_WORD = 0;
VOICE_ASSISTANT_PIPELINE_STAGE_STT = 1;
VOICE_ASSISTANT_PIPELINE_STAGE_INTENT = 2;
VOICE_ASSISTANT_PIPELINE_STAGE_TTS = 3;
}

message VoiceAssistantPipelineRunConfig {
VoiceAssistantPipelineStage start_stage = 1;
VoiceAssistantPipelineStage end_stage = 2;
string tts_input = 3;
}

message VoiceAssistantRequest {
option (id) = 90;
option (source) = SOURCE_SERVER;
Expand Down
Loading

0 comments on commit f6d125c

Please sign in to comment.