Voice: Speech Recognition stops working after 1 minute since newest update of iOS?

Created on 8 Aug 2018  Â·  3Comments  Â·  Source: react-native-voice/voice

Noticed on my app in production, and confirmed with a fresh clone of the Voicetest Demo app.

I believe this is a new bug, but since the newest update to iOS (11.4) the voice dictation seems to stop after 1 minute (or in the demo app, the this.state.results[0] becomes infinitely long?)

Also tried rolling back to a RN version lower than 0.54 because of this, but didn't help no matter which version.

Can anyone else reproduce or confirm?

Steps to reproduce:
Clone the Voicetest Demo app
Dictate more than a minute of text into it.

Most helpful comment

Aha! Thank you so much for this excellent comment and the reference to the
article!

Best,
Niko

On Sun, Aug 26, 2018 at 10:01 PM Chundru Teja notifications@github.com
wrote:

Plan for a one-minute limit on audio duration. Speech recognition can
place a relatively high burden on battery life and network usage. In iOS
10, utterance audio duration is limited to about one minute, which is
similar to the limit for keyboard-related dictation.

This is Not a bug , Above lines are from the Documentation
You Can refer for details
https://developer.apple.com/documentation/speech?language=objc

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/wenkesj/react-native-voice/issues/113#issuecomment-416114903,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT6h1XyHmf04QWp8-lW2TIii0WiXjLB9ks5uU305gaJpZM4V0mvo
.

--
Blog http://nikodunk.github.io

All 3 comments

Plan for a one-minute limit on audio duration. Speech recognition can place a relatively high burden on battery life and network usage. In iOS 10, utterance audio duration is limited to about one minute, which is similar to the limit for keyboard-related dictation.

This is Not a bug , Above lines are from the Documentation
You Can refer for details
https://developer.apple.com/documentation/speech?language=objc

Aha! Thank you so much for this excellent comment and the reference to the
article!

Best,
Niko

On Sun, Aug 26, 2018 at 10:01 PM Chundru Teja notifications@github.com
wrote:

Plan for a one-minute limit on audio duration. Speech recognition can
place a relatively high burden on battery life and network usage. In iOS
10, utterance audio duration is limited to about one minute, which is
similar to the limit for keyboard-related dictation.

This is Not a bug , Above lines are from the Documentation
You Can refer for details
https://developer.apple.com/documentation/speech?language=objc

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/wenkesj/react-native-voice/issues/113#issuecomment-416114903,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AT6h1XyHmf04QWp8-lW2TIii0WiXjLB9ks5uU305gaJpZM4V0mvo
.

--
Blog http://nikodunk.github.io

Is it possible to stop() and start() when a minute passed since start()?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Louis-7 picture Louis-7  Â·  7Comments

tiennguyen9988 picture tiennguyen9988  Â·  5Comments

henrych4 picture henrych4  Â·  8Comments

AlkanV picture AlkanV  Â·  7Comments

alvaro1728 picture alvaro1728  Â·  5Comments