Music Visualizer #32

Closed
opened 5 years ago by Dhrubo · 4 comments
Dhrubo commented 5 years ago

Can you make the music visualizer more sensitive? I mean higher and faster spikes with beats. The current one is just wonderful but less dynamic to my opinion.

And also you could add a option of cycling color of the visualizer. It looks really nice when it changes color with change of song/album art. Just wish it kept happening continuously in the same song.

Can you make the music visualizer more sensitive? I mean higher and faster spikes with beats. The current one is just wonderful but less dynamic to my opinion. And also you could add a option of cycling color of the visualizer. It looks really nice when it changes color with change of song/album art. Just wish it kept happening continuously in the same song.
Owner

It's already using the max update rate available, I don't know how to make it faster. It looks pretty fast to me: https://www.youtube.com/watch?v=RAr3OK0bsH4 It also uses the largest sample size and the highest sampling rate available for device, on my Mi Mix 2S max sampling rate is 44.1kHz and it produces 1024 frequency samples. Actual audio frequency is half of sampling rate, so 1 sample it 44100 Hz / 1024 / 2 = 21.5 Hz. First 6 bands display frequencies 50-90-130-180-220-260, so ~2 samples each. Maybe on other devices this will be different, but at least 1 sample should fall into each range.

What Android version do you have? Older versions might just have slower drawing. Also check that you don't have compatibility mode enabled in Xposed for module.

Change color to completely random one? Now it changes color to album art's dominant vibrant one.

It's already using the max update rate available, I don't know how to make it faster. It looks pretty fast to me: https://www.youtube.com/watch?v=RAr3OK0bsH4 It also uses the largest sample size and the highest sampling rate available for device, on my Mi Mix 2S max sampling rate is 44.1kHz and it produces 1024 frequency samples. Actual audio frequency is half of sampling rate, so 1 sample it 44100 Hz / 1024 / 2 = 21.5 Hz. First 6 bands display frequencies 50-90-130-180-220-260, so ~2 samples each. Maybe on other devices this will be different, but at least 1 sample should fall into each range. What Android version do you have? Older versions might just have slower drawing. Also check that you don't have compatibility mode enabled in Xposed for module. Change color to completely random one? Now it changes color to album art's dominant vibrant one.
Mikanoshi changed title from [Suggestion] Music Visualizer to Music Visualizer 5 years ago
Mikanoshi added the
Suggestion
label 5 years ago
Dhrubo commented 5 years ago
Poster

Here is a comparison between CustoMIUIzer visualization and Poweramp Visualization.

http://tiny.cc/jii0bz

I'm using Android 9.0 and EdXposed is not in compatibility mode.

Not a single random color. Instead of selecting only one color from the album art, it will cycle between different colors throughout the song. The visualization color will change every 5/10/15 seconds to a new one.

Here is a comparison between CustoMIUIzer visualization and Poweramp Visualization. http://tiny.cc/jii0bz I'm using Android 9.0 and EdXposed is not in compatibility mode. Not a single random color. Instead of selecting only one color from the album art, it will cycle between different colors throughout the song. The visualization color will change every 5/10/15 seconds to a new one.
Owner

I know why it happens :) Bars are animated using value animators, try to change animation scale to 0.5x

I know why it happens :) Bars are animated using value animators, try to change animation scale to 0.5x
Dhrubo commented 5 years ago
Poster

Yep. It got updated to exactly the way I want it. Thanks a lot. ^_^

Yep. It got updated to exactly the way I want it. Thanks a lot. ^_^
Mikanoshi added the
ToDo
label 5 years ago
Mikanoshi closed this issue 5 years ago
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Mikanoshi/CustoMIUIzer#32
Loading…
There is no content yet.