I’ve trying to figure this out for a week now.
Anyone interested in helping me discover how to capture Audio using Ionic Vue? I am hoping to figure this out before I have to punt on the entire project and move to Angular. I would assume if it works for Angular there is no reason it doesn’t work for Vue.
WILLING TO PAY FOR ANY HELP IN SOLVING THIS ISSUE ASAP.
You can use MediaDevices.getUserMedia()
to accomplish this. MDN also has a tutorial for how to record sound: Using the MediaStream Recording API - Web APIs | MDN
Just make sure you note the browser support at the bottom as not all versions of iOS support this API.
1 Like
Thanks . This actually worked.
I used this combined with @aaronksaunders 's solution to get it working at least for 75% of devices. I was hoping that I could get it working for older devices.
2 Likes