-
Hello all!
Trying to use SDL2 for my application (well, technically SDL2 via the SipsorceryMedia.SDL2 C# library) and I'm hitting an issue on my linux test system.
Using the device names from `a…
W3AXL updated
5 months ago
-
```
app.post('/text-to-speech-timestamps', async (req, res) => {
try {
const audioStream = await client.textToSpeech.streamWithTimestamps("pMsXgVXv3BLzUgSXRplE", {
text: req.body…
-
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfe
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown …
-
### Version
Media3 1.3.0
### More version details
I am using this below code :
@Override
public boolean onSelectTrack(int type, String trackId) {
final Tracks tracks = player.g…
-
After fresh instalation of Moode Audio and your solution software volume control from Win/Android app worked flawlessly, despite fact that I got "Simple mixer control 'Master',0" It stopped working a…
-
So i want to send some audio stream to my fastapi server which processes it and sends it back to the client. Its pretty straight forward to build a streaming endpoint in FastAPI with:
```
@app.we…
-
最新的代码中使用torchaudio.save(audioFile, torch.from_numpy(wavs[0]), 24000)时,在实体机上运行正常,但是在docker中运行的时候就会报错:
File "/data/ChatTTS/examples/web/infura.py", line 82, in customAudio
torchaudio.save(audioFil…
-
running on nixos unstable. 3.1 and 3.0.3 both work but 3.1.2 crashes with a segfault as soon as it brings up the UI. might be that I need to provide some system font library that I'm not currently pro…
-
```
[WARN][/ros_speech2text::generate_msg]: a lot of interesting debate about, confidence:0.962759
[INFO][/ros_speech2text::treat_chunk]: collecting audio segment
[INFO][/ros_speech2text::aux]: aud…
-
**Is your feature request related to a problem? Please describe.**
VAD needs to determine better when to send or not to send bytes.
File `transcribe.py` /listen endpoint.
```
while True:
…