Erik Ziegler
Erik Ziegler
Thank you! I'll try it out!
I tried it out with the current 0.7.4 models from the release page and one of the audio files from there. ``` TensorFlow: v2.2.0-17-g0854bb5188 DeepSpeech: v0.9.0-alpha.2-34-gdd20d35c 2020-07-17 09:48:31.981587-0700 deepspeech_ios_test[9411:91040] Initialized...
You're right. Since it crashes when communication with library happens, it's probably just included incorrectly. So to go through what I tried: - Cloning the repo and checking out the...
After setting `deepspeech_ios.framework` to `Embed & Sign` in the `deepspeech_ios_test` target (which is just a random tryout), the code at least passes until the `DS_FeedAudioContent`, and the error occurs that...
You're right, DS_CreateModel seems to work fine and I can retrieve sample rate and beam width. So the issue for me has to be in sampling and memory allocation. It's...
Okay weirdly enough, when I run the app multiple times, every now and then it continues feeding audio content successfully ``` read 8192 samples read 8192 samples read 8192 samples...
Maybe it's something like that issue, but it is a different stacktrace. And in their case, it was related to Serialization, I think. Yes, it fails even with no code...
I think you can just look into the [docs of `react-native-sensitive-info`](https://mcodex.dev/react-native-sensitive-info/docs/ios_options). You can use properties to control whether modals for touch id or similar stuff should be displayed. I guess...
I'll take a look at it!
@mschroederi Awesome! @lissyx Could you take a look at the PR? Looks good to me.