Replies: 2 comments 4 replies
-
Just noticed the dev branch, let me migrate the changes.... |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks @Borewit, I really appreciate you taking the time to help with the migration! 🙏 I'm super grateful for your work with music-metadata. I'll have a look at your PR asap. Thanks again! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear @hvianna ,
I am super impressed with the great visualization tools you wrote. Very nice work.
I noticed you got stuck with music-metadata-browser, which is obsolete as music-metadata is fully browser compliant.
Without to much trouble I could migrate to music-metadata.
I made a hacky start: https://github.com/Borewit/audioMotion.js/tree/migrate-to-music-metadata
For the best result I need your help, as I can see there a different ways to load files.
I see potential for simplification and boost performance. Blobs can be directly parsed by music-metadata, no need to convert to URI.
Currently music-metadata is streaming a blob to a web-stream by default , but it is also possible to use
Blob.slice()
, which enable random file access in some cases.When we managed to integrate music-metadata, I like link your project on my project page, as an integration example.
Beta Was this translation helpful? Give feedback.
All reactions