AudioBaseInfo, AudioInfo and improvements #746
pschatzmann
announced in
Announcements
Replies: 1 comment
-
very appreciated . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I decided to rename the AudioBaseInfo to simply AudioInfo which is more natural!
I also noticed that many sketches contain the sample rate, channels and bits per sample as global variables in the top and in the sketch create an AudioBaseInfo (or new AudioInfo) and assign these values.
So for this old way of doing things
Now we can just create a global AudioInfo object and assign the values in the constructor
Beta Was this translation helpful? Give feedback.
All reactions