Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SevaSk/ecoute
/ types & classes
Types & classes
20 in github.com/SevaSk/ecoute
⨍
Functions
80
◇
Types & classes
20
↓ 31 callers
Class
RequestError
custom_speech_recognition/exceptions.py:9
↓ 11 callers
Class
UnknownValueError
custom_speech_recognition/exceptions.py:13
↓ 6 callers
Class
TranscriptionNotReady
custom_speech_recognition/exceptions.py:17
↓ 3 callers
Class
AudioData
Creates a new ``AudioData`` instance, which represents mono audio data. The raw audio data is specified by ``frame_data``, which is a sequen
custom_speech_recognition/audio.py:12
↓ 2 callers
Class
SetupError
custom_speech_recognition/exceptions.py:1
↓ 2 callers
Class
TranscriptionFailed
custom_speech_recognition/exceptions.py:21
↓ 2 callers
Class
WaitTimeoutError
custom_speech_recognition/exceptions.py:5
↓ 1 callers
Class
APIWhisperTranscriber
TranscriberModels.py:27
↓ 1 callers
Class
AudioTranscriber
AudioTranscriber.py:14
↓ 1 callers
Class
FasterWhisperTranscriber
TranscriberModels.py:11
↓ 1 callers
Class
PortableNamedTemporaryFile
Limited replacement for ``tempfile.NamedTemporaryFile``, except unlike ``tempfile.NamedTemporaryFile``, the file can be opened again while it's curren
custom_speech_recognition/__init__.py:1541
Class
AudioFile
Creates a new ``AudioFile`` instance given a WAV/AIFF/FLAC audio file ``filename_or_fileobject``. Subclass of ``AudioSource``. If ``filename
custom_speech_recognition/__init__.py:226
Class
AudioFileStream
custom_speech_recognition/__init__.py:316
Class
AudioSource
custom_speech_recognition/__init__.py:47
Class
BaseRecorder
AudioRecorder.py:9
Class
DefaultMicRecorder
AudioRecorder.py:33
Class
DefaultSpeakerRecorder
AudioRecorder.py:38
Class
Microphone
Creates a new ``Microphone`` instance, which represents a physical microphone on the computer. Subclass of ``AudioSource``. This will throw
custom_speech_recognition/__init__.py:58
Class
MicrophoneStream
custom_speech_recognition/__init__.py:210
Class
Recognizer
custom_speech_recognition/__init__.py:342