-
-
Notifications
You must be signed in to change notification settings - Fork 265
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
Add Anime Matrix display audio visualizer options that exist in Armoury Crate #2665
Comments
@jrefano hello, All this visualizations are not happening on hardware / firmware level, they need to be manually programmed. I literally need to imitate all this things by analyzing your audio, performing fast Fourier transform, calculating dominating frequencies and then visualizing them by setting matrix LEDs dot by dot. I have checked AC audio visualizations and most of them are quite similar (just different styles of bars). What specific mode from AC do you use most - so I can try to reproduce that specific one ? |
@jrefano any thoughts on what specific audio visualizer mode you need most ? :) |
hey there, thank you for your response! unfortunately i dont know what the one i liked was called. i seemed like a kind of "falling" spectrum with a matrix kind of thing going on. i would need to reinstall AC in order to get a video and im not too keen on that so not sure how else i can help |
@jrefano i see. There is a mode that instead of spectrum bars (where each bar height is proportional to corresponding's frequency volume) every second or so it draws a new line of blocks (where each block brightness is frequency's volume). I can try to program that when I will have time :) Cause other modes in AC are just different variations of spectrum bars (aligned vertically or horizontally) and they look quite similar. |
that must be the one :) thanks so much for being willing to work on this! |
Rules
Is your feature request related to a problem? Please describe
The Armoury Crate app has many diff options for types of audio visualization for the Anime Matrix display, GHelper only has a single option.
Describe the solution you'd like
Add the other modes available in Armoury Crate
Describe alternatives you've considered
The only solution would be to go back to using Armoury Crate
Device and Model
Asus ROG Zephyrus G14 ACRNM RMT01
Additional information.
No response
The text was updated successfully, but these errors were encountered: