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
Please make sure to wait for the permission to record before initialize.
awaitPermissionsAndroid.requestMultiple([PermissionsAndroid.PERMISSIONS.RECORD_AUDIO,]);constoptions={sampleRate: 16000,// default 44100channels: 1,// 1 or 2, default 1bitsPerSample: 16,// 8 or 16, default 16audioSource: 6,// android only (see below)bufferSize: 4096*2// default is 2048}LiveAudioStream.init(options);
Would it be possible to edit the readme.md ?
The text was updated successfully, but these errors were encountered:
If you encounter the following error when starting the record :
Please make sure to wait for the permission to record before initialize.
Would it be possible to edit the readme.md ?
The text was updated successfully, but these errors were encountered: