I'm using shairport-sync, on a Raspberry Pi, and want its audio output to go into Pure Data and then to the speakers (the Pd patch only contains a link between [adc~] and [dac~].
I first tried to select the loopback device as output for shairport and then select it as input in Pure Data but the sound is totally inaudible (whereas when using jackd to do the same, it works well...)
So, following Mike Brady's suggestion I tried to output shairport's audio into a pipe. But I'm stuck then to get the audio into Pd... I can't find any externals or abstraction. Any suggestion on how to handle this ?