We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19644da commit 145aecaCopy full SHA for 145aeca
readme.md
@@ -1,6 +1,16 @@
1
-Ionic Vue html5 Audio Recorder Example
+# Ionic Vue html5 Audio Recorder Example with Capacitor Plugin
2
3
+### Vue Sample Application
4
5
+Demonstrates the following functionality of the AudioRecorderPlugin
6
+- record audio ios
7
+- playback audio ios - Not Completed
8
+- delete audio ios - Not Completed
9
+- record audio Android
10
+- playback audio Android
11
+- delete audio Android
12
+- set the duration of the recording
13
+- listen for "recordingFinished" event to get the path of the recording and the duration
14
15
### AudioRecorder Plugin
16
- Source code written directly into the project, look in the ios or android directory
0 commit comments