Speech to text classes
stt.stt_deepgram.Ear_deepgram
Bases: BaseEar
Methods:
Name | Description |
---|---|
transcribe_stream |
|
Attributes:
Name | Type | Description |
---|---|---|
api_key |
|
Source code in openvoicechat/stt/stt_deepgram.py
transcribe_stream
Source code in openvoicechat/stt/stt_deepgram.py
stt.stt_hf.Ear_hf
Ear_hf(model_id='openai/whisper-base.en', device='cpu', silence_seconds=2, generate_kwargs=None, listener=None, listen_interruptions=True, logger=None)
Bases: BaseEar
Methods:
Name | Description |
---|---|
transcribe |
|
Attributes:
Name | Type | Description |
---|---|---|
pipe |
|
|
device |
|
|
generate_kwargs |
|