Skip to content
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

Replace old audio visualizer #16

Merged
merged 3 commits into from
Nov 27, 2018
Merged

Replace old audio visualizer #16

merged 3 commits into from
Nov 27, 2018

Conversation

justinma246
Copy link
Collaborator

Use: https://github.com/GautamChibde/android-audio-visualizer/blob/master/audiovisualizer/src/main/java/com/chibde/BaseVisualizer.java

instead of previous visualizer.

TODO: Needs RGB values of the color that we want!

Copy link
Owner

@vivrekar vivrekar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 🚢 go for it!

initVisualizer();
}

private void initVisualizer() {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! I like how this is much cleaner than before. good call!


private void initVisualizer() {
barVisualizer = findViewById(R.id.visualizer);
//barVisualizer.setColor(Color.argb(1, Color.red(206), Color.green(66), Color.blue(244)));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go with rgb(219,24,103) for now! This is the theme pink (Dogwood Rose). Also, once we have some of the more structural things in place, it would be cool to address #4 by implementing some sort of gradient/color changing for this bar visualizer if all goes well!

@justinma246 justinma246 merged commit 16c5b57 into master Nov 27, 2018
@justinma246 justinma246 deleted the audio_visualizer branch December 3, 2018 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants