|
Hello there. Thx a lot! |
Answered by
foobar404
Jan 25, 2022
Replies: 1 comment
|
fromStream is meant to be used with microphone data. If you have audio coming from an audio synthesizer like tone js, it likely wont work, it is absolutely possible to create animations from that kind of audio, but Wave.js doesn't handle it out of the box. See if you can jerry rig something where you pipe the audio into a html audio element, then use fromElement. |
0 replies
Answer selected by
foobar404
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fromStream is meant to be used with microphone data. If you have audio coming from an audio synthesizer like tone js, it likely wont work, it is absolutely possible to create animations from that kind of audio, but Wave.js doesn't handle it out of the box. See if you can jerry rig something where you pipe the audio into a html audio element, then use fromElement.