MCPcopy Create free account

hub / github.com/SevaSk/ecoute / types & classes

Types & classes20 in github.com/SevaSk/ecoute

↓ 31 callersClassRequestError
custom_speech_recognition/exceptions.py:9
↓ 11 callersClassUnknownValueError
custom_speech_recognition/exceptions.py:13
↓ 6 callersClassTranscriptionNotReady
custom_speech_recognition/exceptions.py:17
↓ 3 callersClassAudioData
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 callersClassSetupError
custom_speech_recognition/exceptions.py:1
↓ 2 callersClassTranscriptionFailed
custom_speech_recognition/exceptions.py:21
↓ 2 callersClassWaitTimeoutError
custom_speech_recognition/exceptions.py:5
↓ 1 callersClassAPIWhisperTranscriber
TranscriberModels.py:27
↓ 1 callersClassAudioTranscriber
AudioTranscriber.py:14
↓ 1 callersClassFasterWhisperTranscriber
TranscriberModels.py:11
↓ 1 callersClassPortableNamedTemporaryFile
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
ClassAudioFile
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
ClassAudioFileStream
custom_speech_recognition/__init__.py:316
ClassAudioSource
custom_speech_recognition/__init__.py:47
ClassBaseRecorder
AudioRecorder.py:9
ClassDefaultMicRecorder
AudioRecorder.py:33
ClassDefaultSpeakerRecorder
AudioRecorder.py:38
ClassMicrophone
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
ClassMicrophoneStream
custom_speech_recognition/__init__.py:210
ClassRecognizer
custom_speech_recognition/__init__.py:342