-
Notifications
You must be signed in to change notification settings - Fork 12
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
Live audio visualisation #24
Comments
Thanks, I tested WhatsApp on iOS and the Only thing I saw was a timer that starts when you start recording. can you give me info? |
Interesting, I will try to look into this during the weekend, if this is supported natively on iOS and Android we might be able to expose this though capacitor. |
Thank you so much! 😊 On the web, for example, there are many frameworks/plugins that make exactly this possible. The way a developer implements this in their Ionic Capacitor app should be left up to them. I think, the live stream from the microphone with data content alone would be enough to be able to build something like this. Interestingly, someone has already tried something like this with your repo: simonschmalfeld@36bb2f9 Edit: This type would have great added value from every perspective, as the plugin could then be used in so many different areas of application. For example, to be able to develop a VoIP app like Discord or TeamSpeak for live communication. |
Any new news? @Mozart-Alkhateeb |
This is a little bit more complicated than I thought at least for android, haven't checked iOS yet. I use Media Recorder for the underlying native implementation on Android, what you are asking for might require the usage of Audio Recorder (i.e rewriting most of the code) and you're still far from VoIP. It is a feature that I might add and will be experimenting with in my freetime. |
Thank you for your answer and the work you put into this wonderful project in your free time. Ultimately, I just need the ability to listen to an event during a recording, which then streams the recording. |
Firstly I would like to say, really cool project, thanks for your fantastic work!
Is there a way to capture the data live while the microphone is recording without having to stop the recording first? I am interested in this because I would like to do some kind of audio visualisation, for example like in a WhatsApp voice message while recording.
Thank you very much in advance for your answer!
The text was updated successfully, but these errors were encountered: