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

[Linux/Mac/Windows]: Query about Visualization Graph for playing music #1779

Open
shashankdaima opened this issue Mar 24, 2024 · 2 comments
Open

Comments

@shashankdaima
Copy link

How to make visualization graph for current songs, I am guessing to get a stream of values for each bar?. I am trying to make winamp for multi-dekstop. Hope to get this resolved.
image
Thanks,
Shashank

@Gustl22
Copy link
Collaborator

Gustl22 commented Mar 25, 2024

I think this is hard to achieve with this library as the bytes are handled on the platform itself. Basically audioplayers only hands down the url to the native player. So the library never sees what is processed, only getting specific events (completed, errors, etc.) from the platform.

@shashankdaima
Copy link
Author

Oh, so should I make my own code for native processing? or can i fork this repo?

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

No branches or pull requests

2 participants