-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Audio Visualizer #89
Comments
Hello there!👋 Welcome to the project!🚀⚡ Thank you and congrats🎉for opening your very first issue in this project. Please adhere to our Contributing Guidelines.🙌 You may submit a PR if you like, make sure to follow our Pull Request Template. If you want to report a bug🐞 please follow our Issue Template. Also make sure you include steps to reproduce it and be patient while we get back to you.😄 Feel free to join our Discord Community.💖 We have different channels for active discussions.✨ Hope you have a great time there!😄 |
@sansyrox @shivaylamba @raghavdhingra @midopooler
|
@ZohebMOPO , on the screen where you select the username |
Also, once you integrate that, try using hooks instead of class components. Let us know if you face any issues. |
Yeah sure. I am not in home rn. Will let you know about that :) |
I will not be at my house for 2days because of the festival. Like I have changed them to functional components but haven't used the hooks properly. Sorry for that :( |
No worries @ZohebMOPO . You can take your time. |
|
How do I make updates using |
useEffect is a life cycle hook. It has a dependency list, over which the function call itself when ever any of the value from that list changes. |
Class component:-
|
@raghavdhingra Sorry for the late reply. Schools are going offline and I am kinda stuck in that thing cuz I didn't do anything the whole summer haha. Anyways, will the functional component look like this? |
I am hella confused about converting this to functional components. I am used to class components cuz my first programming lang was Java. I am not sure when I will come out of this learning curve :( |
Is your feature request related to a problem? Please describe.
At the time of joining the client should be able to know that how loud his/her voice is. For that Meet has a voice visualizer.
In the left corner, there is the voice visualizer.
Describe the solution you'd like
There are two ways of doing it which I figured out. 1) to collect the decibel of the client in the backend and according to that, we will send a response to the client via visualizer. For that, we can use a package called decibel-meter.
2) A package that does it all like getting the sound and sending the amplitude on its own. The package is called p5.js.
Describe alternatives you've considered
Well, after googling many times, I found this video which can make you clear what I am trying to say.
The text was updated successfully, but these errors were encountered: