How to visulize waves of sound in javaScript. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

8th Dec 2020, 7:26 AM
alireza
alireza - avatar
5 Answers
8th Dec 2020, 7:28 AM
Gordon
Gordon - avatar
+ 2
alireza can you show your approach
8th Dec 2020, 10:29 AM
Gone
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
8th Dec 2020, 7:33 AM
alireza
alireza - avatar
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
9th Dec 2020, 8:16 AM
alireza
alireza - avatar