spiro-c

Results 24 comments of spiro-c

I have done this whit pulseaudio server and [spotifyd](https://github.com/Spotifyd/spotifyd) but you can use any audio source like vlc ... what is playing on the pi ![mlsc](https://user-images.githubusercontent.com/47688491/116527136-b4f47f00-a91d-11eb-9d90-c4084f846f87.png) then using the [pulsemixer](https://github.com/GeorgeFilipkin/pulsemixer)...

I have problem using this on the dev2.2 branch i never manage to get it running but on the master i dont have problem

Hello I'm facing the similar issue on alpine linux i try to build docker image for the [LedFx](https://github.com/LedFx/LedFx/tree/frontend_beta) project when i try to import sounddevice module i get this error...

python-mbedtls is not providing binary for linux/armv7 so it need to be build from source to build the specific version of python-mbedtls needed for ledfx you can do this steps...

What is the output from the python sounddevice ``` ❯ python -m sounddevice 0 bcm2835 Headphones: - (hw:0,0), ALSA (0 in, 8 out) 1 USB Microphone: Audio (hw:1,0), ALSA (2...

Ledfx is using python sounddevice so according to this you need to have pulse like audio device in audio settings

You try and set audio device id in the config in your case 9 what is shown in python sounddevice for pulse

Only thing else I can think of is to use docker and build it inside docker on debian and pass pulseaudio socket inside docker container

I was testing this changes and it look like it is working but i get constant white flashes on the led strip is there some other settings need to be...

Look like this is fixing the white flashes when using SPI https://github.com/jgarff/rpi_ws281x/issues/447