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
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