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

VisualizerDbmHandler not work in version 1.0.0 #56

Closed
kia1349 opened this issue Nov 10, 2018 · 1 comment
Closed

VisualizerDbmHandler not work in version 1.0.0 #56

kia1349 opened this issue Nov 10, 2018 · 1 comment

Comments

@kia1349
Copy link

kia1349 commented Nov 10, 2018

i use below method:

// set audio visualization handler. This will REPLACE previously set speech recognizer handler
VisualizerDbmHandler vizualizerHandler = DbmHandler.Factory.newVisualizerHandler(getContext(), 0);
audioVisualization.linkTo(vizualizerHandler);

i use both :
VisualizerDbmHandler vizualizerHandler = DbmHandler.Factory.newVisualizerHandler(getContext(), 0);

and

VisualizerDbmHandler vizualizerHandler = DbmHandler.Factory.newVisualizerHandler(getContext(), mediaplayer);

both method does not work

@VadimHalimendikCr
Copy link
Collaborator

Hey @kia1349.
Sorry for the late reply, but we did not have time to check the issues in our libraries. We checked it out and found out that it doesn't work on all devices. We think this may help you.
felixpalmer/android-visualizer#5
With best regards Cleveroad team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants