-
Notifications
You must be signed in to change notification settings - Fork 789
Moved audioio.WaveFile -> audiocore.WaveFile #1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scanned thru, didnt test
I haven't ever done a whole lot with audio, so there were a lot of projects that I couldn't test since I didn't have the hardware, but here's what I did test:
If you'd like me to test more, I can see about grabbing a crickit and a propmaker featherwing since a majority of the projects I modified use one of those. |
im ok with that, @tannewt any thoughts? |
I was going to submit exactly the same fix for a single one of these, then discovered this PR. Very happy this is being done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question. Everything else looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a merge
Also moved audioio.RawSample -> audiocore.RawSample
Fixes #1342