Forgive the length of this! My project includes Teensy 4.0, Audio Shield and a 5 watt amp. Sound is capture by a pair of TENS mics and provides a low cost hearing aid alternative using a bone-conduction headset. I've included functions to self-administer an actual hearing test, create an Audiogram and process the sound through an equalizer function to match the audiogram, along with other functions to tweak things for improved speech comprehension, etc. The program is controlled by a 4 button interface and OLED display so that no other device (like a computer or smartphone) is required for programming. This is all open source and I'll have a website up shortly. The TENS mics are on modules that provide ADC conversion and a preamp, which means they feed happily into the Audio Shield's line-in L/R. What I want to add is the use of Bluetooth so that the user can also use the device to listen to music/audio-books, etc. This actually works now by simply physically switching between the mic and Bluetooth inputs, but I would like to be able use both simultaneously and add the ability to adjust the balance between the signals. Ideally, someone makes a cute little module that has line-level audio 4 in and 2 out that can be controlled digitally by the Teensy. Searching has not been successful so far. Anyone know of such a thing, or suggest an alternative solution??? Thanks!