audio icon indicating copy to clipboard operation
audio copied to clipboard

Audio building block for balenaOS, based on pulseaudio.

Results 20 audio issues
Sort by recently updated
recently updated
newest added

Can't play audio. Device seems to can't load a working profile. Try to play it through the audio jack of the RPi4 18.09.22 12:48:34 (+0200) audio E: [pulseaudio] module-alsa-card.c: Failed...

A user has asked about adding support for this container on the nano pi air in the docker registry for the balena sound project

enhancement

Mimic `AUDIO_OUTPUT` behaviour.

enhancement

https://wiki.archlinux.org/index.php/PulseAudio/Examples#Surround_sound_systems

enhancement

Latest balenaOS versions don't load the `snd_bcm2835` driver by default. This results in the following problems: - [ ] Audio jack not working (no driver) - [ ] HDMI audio...

**To replicate** 1. Start audio block 2. Connect a USB sound card to your device Running `udev monitor` or `aplay -l` will show that both udev and ALSA are picking...

bug

Make it clear how to use the block and what differs between alsa bridge, regular usage, etc.

The default sink can be referred as `@DEFAULT_SINK@` in commands, for example: ``` $ pactl set-sink-volume @DEFAULT_SINK@ +5% ```

I'm trying to get this image working with the Adafruit I2S amp -> https://learn.adafruit.com/adafruit-max98357-i2s-class-d-mono-amp Supposedly it is supported as mentioned here: https://github.com/balenalabs/balena-sound/blob/master/docs/05-audio-interfaces.md#dtoverlay-values I've managed to get it working on the...