-
Hello! I am having issues with the audio when streaming on Twitch. It happens from time to time that a certain audio (it can be the game audio, music audio or navigator audio as far as I know) starts…
-
### Steps to reproduce
case 'playyy': {
if (args.length < 1) return reply("Insira o comando, e em seguida um nome para a pesquisa!");
const { Innertube } = require('youtubei.js');
co…
-
I assume encodedData.buffer arrayBuffer is ulaw format with 8000hz
But when put buffer into appendInputAudio, it cannot get input_audio_transcription.completed event in streaming microphone mode.
I …
-
Allow streaming of multiple files, by specifying multiple semicolon/colon/space separated paths:
`/path/to/file1.ext;/path/to/file2.ext`
As the metadata passes `streamerName` instead of the indi…
-
Currently the audio interface requires that we copy files over to the RPi before playing them. Are there plans to send/receive audio directly over the appropriate ros topic? This would be fairly usefu…
-
On my computer I have a Node.js server that serves up audio files (aac or mp3).
If I enter a url like "http://localhost:5346/?song=testaac" into my browser, the aac files starts to download. However, …
-
Similar to #401
Chromecast connected using Wifi connection to desktop:
environment: mkchromecast 0.3.9, pulseaudio v 1:16.1, wifi connection to chromecast audio device only ipv 4 DHCP, ipv 6 au…
-
I have an endpoint that streams audio from a YouTube URL using ytdl-core. It works fine locally, but I encounter a 500 Internal Server Error on the server. Here's my code:
```
const express = requir…
-
The gaming experience isn't complete without sound effects. There are a few platforms that can be used as references.
__1. The [SDL](https://github.com/mgba-emu/mgba/tree/master/src/platform/sdl) p…
-
Is it possible to use pretrained weights for predicting codes in a chunk-wise fashion (streaming input audio)?