I am trying to open several SourceDataLines in Java, and while it works on my Windows PC, it gives an error on my Raspberry Pi (soft-float Raspbian Linux)
"line with format PCM_SIGNED 22050.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian not supported"
when I am trying to request the 2nd one from the same Mixer (first one is fine). The Mixer should probably support multiple lines as it writes:
" ALSA [default], version 1.0.24 interface SourceDataLine supporting 84 audio formats, supports 8 lines"
Any suggestions on how to make several audio SourceDataLines or realize sound mixing with multiple threads?