jiwenjiang / react-audio-analyser

基于react录音及绘制音频曲线

Home Page:https://segmentfault.com/a/1190000016152729

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Still WaveForm Canvas after pressing Stop

qpixHassaballah opened this issue · comments

After I press stop the canvas returns back to default .
Can the canvas view the recorded audio wave form ?
and how ?

The audio wave replay is not supported, and can be considered later.

Can i have any idea on how can i do it myself i am currently observing the RenderCanvas.js file how can i store the data Array into a larger array and then plot this array on canvas ??

Sry, I was busy a few days ago. let me have a try

你好,按下停止后,重新录音,音频波就不能正常的波动了。请问这个要怎么解决