Module: audio/AudioModule
Interfaces
Variables
AudioUtil
• Const
AudioUtil: Object
Type declaration
Name | Type |
---|---|
fromBundle | (path : number ) => Promise <Audio> |
fromFile | (filePath : string ) => Promise <Audio> |
isRecording | () => Promise <boolean> |
startRecord | () => void |
stopRecord | () => Promise <null | Audio> |
toFile | (audio : Audio) => Promise <string> |
Defined in
audio/AudioModule.ts:72
Functions
wrapRef
▸ Const
wrapRef(ref
): Audio
Parameters
Name | Type |
---|---|
ref | NativeJSRef |
Returns
Defined in
audio/AudioModule.ts:53