-
**Describe your question**
I want to directly decode whisper pretrained models and also want to get the decoded results after finetuning them with my own language dataset for ASR task. After searchi…
-
I try process WAV file with zeroes in Data section. File duration is 1,2 seconds (attached it).
Whisper.cpp give hallucination (and wrong duration).
[zeroes.zip](https://github.com/ggerganov/whi…
-
### What happened?
I was editing the Halo collection of m4b files while on abs v2.9.x, I ran into file permissions issues on a few of them not writing and forgot I had made hardlinks and another prog…
-
I downloaded the multilingual AVSR model (x_avsr) and tried to use the decoding script.
First, I ran into this error:
```
Traceback (most recent call last):
File "/usr/users/roudi/muavic/a…
-
**Describe the bug**
Audio Only subscriptions fail
**To Reproduce**
1. Go to subscriptions
2. Add a new subscription (one that failed for me: https://www.youtube.com/@MrSuicideSheep)
3. Select …
-
### Is your feature request related to a problem?
Being able to route lossless audio to/from a computer is super helpful for debugging a very wide range of audio projects (audio effects, speech, AI…
-
Steps to reproduce:
Set `filename` to the path to a .m4a file.
```
tags = MP4(filename).tags
tags["title"] = "This is a title"
tags.save(filename)
```
This will work, which can be verif…
-
Good day -
Thanks for 'audio-only-youtube' - a good starting point for playing with youtube playback facilities.
My problem is that I am on a very low bandwidth internet connection at h…
JVD66 updated
4 months ago
-
I am using the latest version of kamailio.cfg script and rtpengine and kamailio applications as well and I found a problem on calls from web to sip where the audio is not working.
On rtpengine I ha…
-
Hey folks. Im trying to do some processing on audio in chunks instead of reading directly off the full outputted webm file.
The reason is that I need to make sure the duration is known and for some…