Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why I call DS_IntermediateDecode always crash a few seconds later at the iphone device? #3778

Open
czwldy opened this issue Sep 7, 2023 · 1 comment

Comments

@czwldy
Copy link

czwldy commented Sep 7, 2023

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:

  • 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.

@mkos11
Copy link

mkos11 commented Dec 6, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants