PaulStoffregen / Audio

Teensy Audio Library
http://www.pjrc.com/teensy/td_libs_Audio.html
1.07k stars 398 forks source link

Fix output_tdm2 excessive copy #472

Open h4yn0nnym0u5e opened 6 months ago

h4yn0nnym0u5e commented 6 months ago

memcpy_tdm_tx() waas copying twice as much data as it should, overflowing the output buffer. Now does the same as output_tdm, which appears to be correct.

h4yn0nnym0u5e commented 2 months ago

Confirmed in forum post: https://forum.pjrc.com/index.php?threads/bug-in-audiooutputtdm2.74502/post-344714

jabeka commented 2 months ago

Confirmed here too ! FIxed non working outptut on TDM2 while the same hardware works like a charm on TDM. Now works flawlessly on both.