PaulStoffregen / Audio

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

Fixing implicit conversion warnings related to AsyncAudioInputSPDIF3 #392

Closed alex6679 closed 2 years ago

alex6679 commented 3 years ago

Fixing double promotions. biquad.h: initializing variables to prevent warnings

alex6679 commented 2 years ago

Finished the implementation of AudioInputI2S2slave and AudioOutputI2S2slave. I tested the implementation by means of two Teensy 4 that exchanged sound via SAI2.