From b2412a5ccceccf12f552b765aedab753a09571cf Mon Sep 17 00:00:00 2001 From: Chundru Teja <31952669+tejachundru@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:08:13 +0530 Subject: [PATCH] Update readme, onSpeechVolumeChanged() iOS Support onSpeechVolumeChanged for iOS Support has been added with release v1.1.8- https://github.com/react-native-voice/voice/releases/tag/v1.1.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d3dabe..be9443d6 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ class VoiceTest extends Component { | Voice.onSpeechError(event) | Invoked when an error occurs. | `{ error: Description of error as string }` | Android, iOS | | Voice.onSpeechResults(event) | Invoked when SpeechRecognizer is finished recognizing. | `{ value: [..., 'Speech recognized'] }` | Android, iOS | | Voice.onSpeechPartialResults(event) | Invoked when any results are computed. | `{ value: [..., 'Partial speech recognized'] }` | Android, iOS | -| Voice.onSpeechVolumeChanged(event) | Invoked when pitch that is recognized changed. | `{ value: pitch in dB }` | Android | +| Voice.onSpeechVolumeChanged(event) | Invoked when pitch that is recognized changed. | `{ value: pitch in dB }` | Android, iOS |