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
If you've found a bug, or have a feature request, then please create an issue with the following information:
iOS system, iphone:
TensorFlow version (use command below):
Python version:
Bazel version bazel-3.1.0:
GCC/Compiler version C++14:
set bean_width = 1 and use master branch code:
stream!.feedAudioContent(buffer: shorts)
print("czwxx\(byteSize):\(stream!.intermediateDecode())") // I add the code here, at the SpeechRecognitionImpl class.
At the swift demo, I add stream!.intermediateDecode() after stream!.feedAudioContent(buffer: shorts), it would crash EXC_BAD_ACCESS (code=2, address=0x16e023ff0) at the function get_history_helper a few seconds later.
The text was updated successfully, but these errors were encountered:
To analyze syllables or phonemes alongside DeepSpeech, consider integrating with libraries like NLTK or PyDictionary in Python. These libraries provide syllable information and phonetic details, complementing DeepSpeech's text-to-speech conversion. By combining these tools, you can create a comprehensive solution for a more in-depth linguistic analysis of spoken words.
For support and discussions, please use our Discourse forums.
If you've found a bug, or have a feature request, then please create an issue with the following information:
At the swift demo, I add stream!.intermediateDecode() after stream!.feedAudioContent(buffer: shorts), it would crash EXC_BAD_ACCESS (code=2, address=0x16e023ff0) at the function get_history_helper a few seconds later.
The text was updated successfully, but these errors were encountered: