-
**When streaming WAV format:**
OpenAI sends 24kHz PCM chunks
We add WAV headers specifying 24kHz
Library reads 24kHz from WAV header
**_But plays too fast_**
**Same library works correctly …
-
earlier this year I created an asr, and built a test client, connect, transcribe, send audiochunks from 2 wav files,
check tanscript..
all good
trying to build my own service runner
testing ea…
-
![Screenshot 2024-07-12 182054](https://github.com/user-attachments/assets/2ce9b34d-63d4-4c78-bb9e-a4d4cf5cec28)
How can I get a link to wav format?
-
When using a file source for decoding, for some valid files QSSTV will fail with the error message "Invalid Header Format". This appears to be due to the decoder [requiring that the first two chunks o…
-
### Describe the bug
Getting this error while running the below
File ~/Downloads/lib/python3.12/site-packages/TTS/api.py:455, in TTS.tts_with_vc_to_file(self, text, language, speaker_wav, file_path…
-
Hi,
I'm evaluating moving a project of mine to Rust. It's a game engine recreation, and one of the file formats I need to be able to handle is ADPCM-formatted .wav files from 1998 or so :sweat_smil…
-
If I compress a RIFF-WAV file, I end up with the header stored in WavPack file. This is expected:
```
% wavpack -q audio.wav
% wvunpack -ss audio.wv
[...]
source format: Microsoft RIFF with…
-
I noticed that some sounds do not play on one of the maps I have. Checking console output, I see this:
```
Error: Could not load sound sound/items/*ammopickup1.wav
Error: Could not load sound sou…
-
I created a PR with a test demonstrating this issue. If WAV data is used with a custom stream, the stream does not update after the first dataAvailable call is made.
PR with test here: https://git…
-
Hello, thanks for making this useful tool! I am using v11.2.0 on Linux (Ubuntu 20.04) to convert some MPC XPM files. I've found that in some cases, the `.wav` files listed in the XPM are not found due…