-
I am very interested in your project. I am looking for an audio streaming transcripting method for language learning.
Long story short, i set large-v3 as model and choosen my audio_device: Headset …
-
### Describe the bug
**Ver 3.48.0 (Desired Behaviour)**
-As soon as I push stop recording in a microphone input I can push submit (for transcription) with no errors. That is, the file seems usabl…
-
When i transcribe from asset folders wav file its working fine but not able to transcribe recorded audio. Its returning only "you" result.
path -> path:/data/user/0/com.xxx.xxx.develop/files/MicInpu…
-
code
`model = whisper_s2t.load_model(model_identifier="large-v2", asr_options={'word_timestamps': True},backend='TensorRT-LLM')
files = ['output.wav']
lang_codes = ['en']
tasks = ['transcribe']…
-
When my script batch processes a bunch of audio files using the approach you gave me to use a list of files and their settings when processing, if a single file fails for any reason, it prevents the t…
-
I'm getting poor transcription results using whisperx, specifically I am sometimes not getting any transcription out of some short videos, whereas OpenAI's official whisper model transcribes them corr…
reasv updated
2 months ago
-
Hello, everyone. I encountered a question when using whisper.cpp.
Here's my situation. I have millions of audio files to be transcribed, and I have multiple GPUs available. What is the most effective…
-
Currently, the app can only handle audio files that are less than 25 MB. This is a limitation due to Whisper's max input file size of 25 MB. However, we can get around this limitation by splitting aud…
-
After transcribing several audio files using medium model, I have noticed that the transcriptions lack capitalization and punctuation. For example:
Transcribed text with punctuation and capitalizat…
-
I got the docker image running on my M1 mac and after some initial trouble shooting (manually creating `/audio` and `/transcripts` subdirectories) I've had success with transcribing .mp3 file format! …