WEB AUDIO API - How to get audio data after filtering in WEB AUDIO API?
I have two problems in WEB AUDIO API.
First, i opened mp3 file and did audio processing with Javascript. After
that, it passed to filter as biquadfilter. at this moment, i wanna get
processed audio buffer array data and analysis it but i couldn't get audio
buffer array. How can i get audio buffer array that passed the filter
section ?
Second, i'd like to open two files and after that, i wanna do some
calculation between two files. how can i do that ? in detail, i'd like to
minus second file from first file. for to do, i should know audio buffer
array data of them.
No comments:
Post a Comment