Jason Gray
Jason Gray
Not to mention the fact that every time you get a play event you'd be starting another instance of visualization.py if there's nothing preventing multiple instances. The events are basically...
> That's a great idea! To me anything like this that has a good chance of being ran unattended on a headless system screams system service.
> If I'm getting this correctly -if `visualization.py` is already running and a new event comes with value `playing`, it won't run the visual script again? Because that would be...
It would be better though if the LED controller could be pointed at an output instead of a mic input. Or at least able to point to a mic other...
> is it possible to send the audio output to some file, and use that rather than a mic input? I'll look at the script and see if we can't...
If you used a loopback you wouldn't have to worry about starting and stopping it. It could just always run and it would only react to what's playing. Basically: Whatever...
@farhandsome Are you quoting someone with that last post because it's all inside block quotes, or did you end up getting it to work?
> Nope just quoting someone. I'll be trying this out, but I may need some help in reconfiguring the asound.conf file so I can integrate this stuff with all the...
It's not simple. There has to be 2 instances of dmix. One for the real sound card so you can hear stuff and one for the loopback. And then 2...
> Is there a way to utilize the Raspotify hooks to only capture onto the virtual card while Raspotify is playing? It's easier to just have alexa not go though...