[Vuejs]-Ionic VueJs capacitor plugin native audio

0👍

Validate if this public project based on Ionic + Vue.js could be useful to you.

It contains the following features:

  • record audio ios
  • record audio Android
  • playback audio Android
  • delete audio Android
  • set the duration of the recording
  • listen for "recordingFinished" event to get the path of the recording and the duration
  • playback audio ios – (in progress)
  • delete audio ios – (in progress)

Apparently, it reach to do everything without using the plugin, only native HTML5 capabilities.

GitHub project link: https://github.com/aaronksaunders/ionic-html5-audio-vue

Best regards.

Leave a comment