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
When I have someone try to record their voice I get the error "Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'audio_len')"
204 | .then(res => res.json())
205 | .then(res =>
206 | this.setState({
207 | audioLen: res.data.audio_len
208 | })
209 | );
210 | this.setState({
I am running it on a windows 10 pc
The text was updated successfully, but these errors were encountered:
Me.
I am trying to train the model for a bit, but it seems that it does the same error that you have, when it notices that I stopped talking for a half second or so.
When I have someone try to record their voice I get the error "Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'audio_len')"
204 | .then(res => res.json())
205 | .then(res =>
206 | this.setState({
The text was updated successfully, but these errors were encountered: