I am working on a project that changes lights based on the audio currently playing. Is there a way to record the current playing audio in python? Sorry if this sounds simple, or has been already answered, I am a NOOB. Thanks again!

pulseaudio lets you treat the loopback (mix of all playing audio) as a capture source, like any other inputcleverca22 wrote: ↑Thu Nov 26, 2020 4:58 pmlast time i played with loopback capture, it required pulseaudio to function right
if you can install and start pulseaudio, it should allow capturing audio coming from applications