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
- Host: GitHub
- URL: https://github.com/aaronksaunders/ionic-html5-audio-vue
- Owner: aaronksaunders
- Created: 2020-12-06T21:09:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T22:52:17.000Z (over 5 years ago)
- Last Synced: 2025-01-21T20:11:30.076Z (over 1 year ago)
- Topics: audio-playback, audio-recorder, capacitor-plugin, ionic-framework, ionic-vue, plugin
- Language: Java
- Homepage:
- Size: 832 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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