I try to use the RF24Audio library.
The hardware (wiring; input on A0 on the 1st board; output on a speaker on the 2nd board) works, even the transmission if I use the basic setup/code. Therefore I think that I have basic compile problem.
However, if I try to change the default values (e.g. SAMPLE_RATE) in the userConfig.h, it does not work. I mean that the hardware work still with the default settings, not with my custom settings. I tried to copy that file into my current directory (I added the file in the arduino IDE). I use linux and downloaded the RF24 and RF24Audio libraries from http://tmrh20.github.io
I would like to change the defaults, since the quality is pretty bad.
I also would be happy to understand, why both of the wires of the speaker are connected to PWM outputs, and not one of the wires to the GND. http://tmrh20.github.io/RF24Audio/Setup.html
I think that I could change the datarate. If I program one unit to 1MPBS and the other 2MBPS then no communication between the two units. So somehow the radio.getDataRate() may get back with a wrong value (bug?).