-
At the beginning of some media, it seems to be spamming `Thanks for watching!` over and over. Apparently this is a common issue (the hallucination problem) and I'm wondering how it could be remedied.
…
-
Hello, I have a question about a difficulty I'm encountering in the process of replicating the HeyGen function. The core steps currently include text translation and Text-to-Speech (TTS). I see that t…
-
Got the error in subject since the last week during container build while sending an audio to webservice endpoint.
Full stacktrace:
```bash
whisper | [2023-09-18 08:12:32 +0000] [8] […
-
I've been having issues where if pyannote/speaker-diarization returns a large single segment for the first diarization (in my test recording if I don't pass in num_speakers it provides speaker_0 as 2s…
-
Help! I seem to have installed the correct version of Pytorch, CUDA drivers and so forth in my Docker image, yet I cannot get past importing whisperx! This is the error message. I also have CUDA 11.7 …
-
![屏幕截图 2023-09-28 145740](https://github.com/CheshireCC/fatser-whisper-GUI/assets/146317633/df09bd16-8343-43c3-8aca-8c75c4758f91)
新版本启用whisperX对齐以后转录完就停止了,而且也没有输出任何文件
![无标题](https://github.com/Che…
-
Start/End times of the segments are not always correct. Actually, the first segment always starts at the beginning of the file, even if it starts with a long silence. Apart from the timing being off, …
-
@MahmoudAshraf97
### Discussed in https://github.com/MahmoudAshraf97/whisper-diarization/discussions/100
Originally posted by **TheeElprinceSam** October 12, 2023
### **Hello guys. I am exper…
-
Good day everyone.
I’ve been trying to get the latest version of Whisper AI running to no avail.
So I follow the instructions and get a Restart Session pop up and wait for the thing to install an…
MHA11 updated
7 months ago
-
support various file types including video like .mov, .mp4, etc. this is easily achievable via a number of python packages.
example implementation:
`!pip install moviepy`
`import moviepy.edit…