An open API service indexing awesome lists of open source software.

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

sample repository for recording audio and playing it back using a custom AudioRecorder Plugin, sample project written in vuejs
https://github.com/aaronksaunders/ionic-html5-audio-vue

audio-playback audio-recorder capacitor-plugin ionic-framework ionic-vue plugin

Last synced: 7 months ago
JSON representation

sample repository for recording audio and playing it back using a custom AudioRecorder Plugin, sample project written in vuejs

Awesome Lists containing this project

README

          

# Ionic Vue html5 Audio Recorder Example with Capacitor Plugin

### Vue Sample Application

Demonstrates the following functionality of the AudioRecorderPlugin
- record audio ios
- playback audio ios - Not Completed
- delete audio ios - Not Completed
- 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

### AudioRecorder Plugin
- Source code written directly into the project, look in the ios or android directory
- Inspiration for Android Plugin Code: https://developer.android.com/guide/topics/media/mediarecorder#sample-code
- Inspiration for IOS Plugin Code: https://www.hackingwithswift.com/read/33/2/recording-from-the-microphone-with-avaudiorecorder