-
### What happened?
I have 3 usb DACs set up with their own output in my alsa config:
```
pcm_slave.outs1 {
pcm "hw:usbAudio1"
rate 44100
channels 2
}
pcm_slave.outs2 …
-
Hi Ethan!
This project seems to be focused primarily on decoding only- would you accept PRs that added support for encoding some of these codecs (specifically Opus/Ogg Opus)? Is focusing this libra…
-
-
I have the following frontend code which sends audio data over a websocket in the browser (using the microphone):
```javascript
const webSocket = new WebSocket('ws://127.0.0.1:3000');
webSocket.o…
-
Hello!
I've used vRecord in a bunch of tape digitization setups in the past, but I'm using a pretty different one now and I am running into an issue. Whenever I use pass through mode or record, vRe…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
### I confirm that:
- [X] I have searched the existing [open AND closed issues](https://github.com/navidrome/navidrome/issues?q=is%3Aissue) to see if an issue already exists for the bug I've encounte…
-
### Describe the bug
As a starting point i need more guidance and knowledge of some experts.
After serveral bug fixes of truehd pt in kodi last time my hope was to have finally no audio drop with…
-
Hi,
i'm developing an audio mixer with minilib, i've been struggling with the multi-device problem and i have a prototype with two devices working on a ring buffer, a writer node in one device and …
-
```python
class IvaSink(voice_recv.BasicSink):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
@voice_recv.AudioSink.listener()
…