We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e8e1e commit 2bfd6c8Copy full SHA for 2bfd6c8
README.md
@@ -291,6 +291,13 @@ ExpoSpeechRecognitionModule.start({
291
// Default: 50ms for network-based recognition, 15ms for on-device recognition
292
chunkDelayMillis: undefined,
293
},
294
+ // Settings for volume change events.
295
+ volumeChangeEventOptions: {
296
+ // [Default: false] Whether to emit the `volumechange` events when the input volume changes.
297
+ enabled: false,
298
+ // [Default: 100ms on iOS] The interval (in milliseconds) to emit `volumechange` events.
299
+ intervalMillis: 300,
300
+ },
301
});
302
303
// Stop capturing audio (and emit a final result if there is one)
0 commit comments