Skip to content

Commit

Permalink
feat: azure voice
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Dec 14, 2023
1 parent 509f16f commit d708da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/voices/azure/azure_voice.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AzureVoice(BaseVoice, ABC):
is_synthesizer: bool = True
is_transcriber: bool = True

is_active: bool = False
is_active: bool = True

id = "dc872426-a95c-4c41-83a2-5e5ed43670cd"

Expand Down

0 comments on commit d708da7

Please sign in to comment.