-
Add:
- STT in studio
- STT in sense
- add mic button to start voice recording
Note:
- first iteration using OpenAI's keys and Whisper
- webgpu later
-
I've been using WhisperX but I keep coming across issues whereby parts of the transcript are just missing entirely (i.e. half of sentences). I have ran the same audio file through OpenAI's Whisper API…
-
**出错信息**
无
**复现步骤**
1. 使用的哪个功能
2. 自定义视频翻译
3. openai模式
4. 使用的模型名
openai-whisper(本地)
Large-v3-turbo
**操作系统**
- Windows10
**软件左上角版本号数字**
V 3.07
-
Hi,
I find it really hard to find a good app to use Whisper on Windows so thank you for making Buzz, it has great potential!
I tried to use it with my own private Whisper server (I use [faster-w…
-
Following the instructions to clone and build the whisper docker image, I get this error on my Ubuntu 24.04 laptop with an nVidia RTX A2000 GPU:
```bash
$ docker run --gpus all -it -v ${PWD}/mode…
-
Hi, it will be so great if ollama can run openai/whisper, then we can chain voice and text. Is there any roadmap about it?
-
#### BUILD AN APP ####
an AI powered assistant that takes a USERINPUT which could be:
1. Recorded Audio (via an in app or on device record-no feature OR upload audio file)
2. 2. Manual text ent…
-
Why is the quality of `stable-ts` transcription much worse than that of `openai/whisper`? New lines of text are added where they should not be, numbers like `0.003` and `0.05` are defined as `0 0 3` a…
-
Request options: {'method': 'post', 'url': '/audio/transcriptions', 'headers': {'Content-Type': 'multipart/form-data'}, 'timeout': 20.0, 'files': [('file', SerializationIterator(index=0, iterator=Seri…
-
I do this a lot to transcribe content locally via whisper (through phonix like this: py phonix.py --run-whisper-locally "{media_file}").
It would be great if we can also do something similar and ge…