PaulStoffregen / Audio

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

AsyncAudioInputSPDIF3::getTargetLantency() is misspelled #418

Open h4yn0nnym0u5e opened 2 years ago

h4yn0nnym0u5e commented 2 years ago

Description

AsyncAudioInputSPDIF3::getTargetLantency() is misspelled - should be getTargetLatency()

Steps To Reproduce Problem

Look at the source code or documentation

Hardware & Software

Board: any Shields / modules used: any Arduino IDE version: any Teensyduino version: any Operating system & version: any Any other software or hardware?: no

Arduino Sketch

Not needed

Errors or Incorrect Output

Not needed

h4yn0nnym0u5e commented 2 years ago

Come to that, the whole class is mis-named, totally inconsistent with the rest of the library. Should be AudioInputSPDIF3Async, or similar, I believe...