You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`base64String`**| <code>string</code> | The base64 encoded string representation of the audio file. | 0.0.3 |
146
-
|**`dataUrl`**| <code>string</code> | The url starting with 'data:audio/aac;base64,' and the base64 encoded string representation of the audio file. | 0.0.3 |
147
-
|**`path`**| <code>string</code> | platform-specific file URL that can be read later using the Filesystem API. | 0.0.3 |
148
-
|**`webPath`**| <code>string</code> | webPath returns a path that can be used to set the src attribute of an audio element can be useful for testing. | 0.0.3 |
149
-
|**`duration`**| <code>number</code> | recoding duration in milliseconds | 0.0.3 |
150
-
|**`format`**| <code>string</code> | file extension (.m4a on mobile, and .aac on web) | 0.0.3 |
151
-
|**`mimeType`**| <code>string</code> | file encoding "audio/aac" (kAudioFormatMPEG4AAC for iOS) (MPEG_4 / AAC for Android) (AAC for Web) | 0.0.3 |
|**`base64String`**| <code>string</code> | The base64 encoded string representation of the audio file. | 0.0.3 |
146
+
|**`dataUrl`**| <code>string</code> | The url starting with 'data:audio/aac;base64,' and the base64 encoded string representation of the audio file. | 0.0.3 |
147
+
|**`path`**| <code>string</code> | platform-specific file URL that can be read later using the Filesystem API. | 0.0.3 |
148
+
|**`webPath`**| <code>string</code> | webPath returns a path that can be used to set the src attribute of an audio element can be useful for testing. | 0.0.3 |
149
+
|**`duration`**| <code>number</code> | recoding duration in milliseconds | 0.0.3 |
150
+
|**`format`**| <code>string</code> | file extension: ".m4a" for (iOS and Android) and ".webm" \| ".mp4" \| ".ogg" \| ".wav" for Web based on compatibility| 0.0.3 |
151
+
|**`mimeType`**| <code>string</code> | file encoding: "audio/aac" for (iOS and Android) and "audio/webm \| "audio/mp4" \| "audio/ogg" \| "audio/wav" for Web based on compatibility| 0.0.3 |
0 commit comments