+ 2
How to visulize waves of sound in javaScript.
I want to get an audoi with RMTP protocol and stream it for other users. I don't have any problem with back-end but am stuck on front-end. I want to create animation of waves based on the sound i get from the user. Any helps would be appreciated
5 Respostas
+ 4
AudioContext API
https://code.sololearn.com/WanB8E731hQw/?ref=app
+ 2
alireza can you show your approach
0
The problem with AudioContext api is its compatibility with browsers. I want to have the maximum compatibility so i tried to code it all manual but i stuck because am not pro in front
0
Thanks to all I solved it.
I'll place the code here soon for everyone to be able to use.
Again thanks especially from dear Gordon and Sammer