Arduino Audio Tools (a powerful Audio library not only for Arduino)
GNU General Public License v3.0
1.55k
stars
237
forks
source link
Set duration on Tremolo effect now updates the duration pointer in Tremolo class and added method to end A2DPStream in the AudioA2DP file. #1250
Closed
vinesnts closed 10 months ago
Tremolo FIX: I noticed that I couldn't set the Tremolo duration because the pointer wasn't being updated.
AudioA2DP: I could not end A2DP streaming dynamically when using the A2DPStream because there wasn't a end method in the class.