-
Notifications
You must be signed in to change notification settings - Fork 4
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
Simple Hearing Aid #75
Conversation
Noise Suppression and FFT Filtering on the Audio Mini
Implemented independent control of the FFT Filters for the left channel and the right channel
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.
Looks good. I made a couple minor changes to the documentation
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.
With the register parsing issue fixed, the only thing left is a quick update to the readme
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.
I added the Frost boilerplate to the ReadMe so everything looks good to me
Created the Simple Hearing Aid Model for the Audio Mini based on the Beamer
Added Simple Hearing Aid Model Read Me
Added Models Read Me
Working towards Issues #60, #78, & #79