PaulStoffregen / Audio

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

Separate micGain and lineInputLevel #447

Open TheCranston opened 1 year ago

TheCranston commented 1 year ago

The sgtl5000 code adjusted both micGain and lineInputLevel inside the micGain function. This would over ride any discreet changes to the lineInputLevel settings. Please consider this PR to separate the two functions. Thanks.