Tympan / Tympan_Library

Arduino/Teensy Library for Tympan Open Source Hearing Aid
MIT License
116 stars 31 forks source link

Very poor stereo separation? #71

Open chipaudette opened 3 months ago

chipaudette commented 3 months ago

In recent testing with a RevE with earpiece shield, I noticed that the isolation between the left and right audio outputs is very poor. When I play a tone in the left ear, I hear a quieter but clear version in the right ear. That shouldn't happen. It should be extremely quiet in the other ear.

chipaudette commented 3 months ago

Possible Work Plan (updated in response to findings on 3/28):

Initial Assessment:

Second-Level Assessment:

Hardware-Level Hacking:

chipaudette commented 2 months ago

I just wrote a dedicated test program for testing stereo output (and 4-channel output, if using an AIC Shield or Earpiece Shield). It is here:

https://github.com/Tympan/Tympan_Sandbox/tree/master/OpenHearing/StereoOutput_IsolationTest

chipaudette commented 2 months ago

I tested this sketch on three Tympans: my blue-cased Rev E, my pure white Rev D, and the yellowed Rev D here at GH. I listened via my Sennheiser HD280 headphones (not my earbuds). In these tests, all three Tympans showed excellent stereo separation. There was no hint of whatever problem I was having before.

I tested the previous firmware (via the precompiled HEX) on the blue-cased Rev E. It had excellent stereo separation. It did not recreate whatever problem it was that I was hearing before.

I did not test on my un-cased Rev E with this latest firmware. Maybe that one has a problem? Or maybe it was the earbuds?

Next step: when I get the un-cased Rev E back together, I'll test it again to see if the problem re-appears.