-
For transcription, I prefer to convert my source audio to whisper compatible .wav first and then run echogarden. However, when transcribing with echogarden, ffmpeg is called regardless of the source a…
-
### Description of the bug:
The new flash model completely hallucinates timestamps when performing transcription.
### Actual vs expected behavior:
The timestamps should be accurate based on when…
-
Hi guys, there seems to be a memory leak in the python sdk for streaming. If you are transcribing audio it stores all audio sent to the service in memory which is less than ideal obviously. Only worka…
-
I've followed the instructions exactly but still can't transcribe audio file in a few minutes.
insanely-fast-whisper --file-name /[test].wav --device-id mps
🤗 Transcribing... ━━━━━━━━━━━━━━━━━━…
-
i tried removing the line "import stable_whisper" and by doing that it actually loads the ui but when it says its transcribing audio it errors
name 'stable_whisper' is not defined
but with the lin…
-
Importing whisper-node package changes process.cwd().
Verison of whisper used to repro (includes a recent patch): "@distube/ytdl-core": "github:soya-daizu/ytdl-core#sig-patch"
```
const whisper =…
-
## Overview
There are two types of problem that we have noticed
1) User input language is different from application selected language
2) In audio format the input language has a mix of two lang…
-
Description
A Flask web application that allows users to download audio from YouTube videos and transcribe it into text. The application utilizes the pytube library for downloading videos and the Spe…
-
### Description
we have a news data with corresponding transcript as our data. we need to split the audios and transfer the etext to it's matching audios. Similar in process of audio book.
### Compl…
-
Hello,
I am currently working on a project that involves real-time transcription of conversations using the Vosk speech recognition system. I would like to inquire about the possibility of utilizin…