You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm not sure this is the right place to ask such a question, but I'm new to JS and I wanted to use the library to simply assign the values of the wav file to an array.
Using your example as a reference, I see that I can access the values of decoded within the printInfo function, since it goes through onSuccess, but what if I wanted to simply access the decoded outside the printInfo function? What is the easiest way to achieve this!?
Thanks
The text was updated successfully, but these errors were encountered:
Hello. I'm not sure this is the right place to ask such a question, but I'm new to JS and I wanted to use the library to simply assign the values of the wav file to an array.
Using your example as a reference, I see that I can access the values of decoded within the printInfo function, since it goes through onSuccess, but what if I wanted to simply access the decoded outside the printInfo function? What is the easiest way to achieve this!?
Thanks
The text was updated successfully, but these errors were encountered: