-
Notifications
You must be signed in to change notification settings - Fork 2
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
adding a low pass filter #2
Comments
Hello!
|
@joeypas Would you still like to work on this issue? (I am creating other issues now btw) |
I believe I have also implemented a solution, I just wanted to check what the specific requirements were. If you provide that context I would be happy to quickly update my code and submit a pr. Thanks! |
Yes I would like to work on it if possible! |
Sure you can work on this issue no problem I do not have a CONTRIBUTION.md setup for this project yet but make sure there are not many drastic changes in your PR Also do explain the maths and logic behind your implementation of the same :) It is also recommended that you send a video of its working so I can get a bit more visual understanding of the solution You can also look at other issues if you feel interested, thanks for showing interest in my project! |
Sample rate if am not wrong, can be taken from raylib's struct Music music // declaration of raylib's music struct
/* existing code */
music.stream.sampleRate (returns string) // call this to get the current song's sample rate |
Some frequencies are quite sharp and unnecessary to visualize, they need to be filtered out
You can check online implementations and logic behind this
The text was updated successfully, but these errors were encountered: