Open gungugugungu opened 4 months ago
Hi, are you able to share your full main.lua? I'd like to try running it myself to try to reproduce the issue so I can dig into the crash. Otherwise, I'll try to create my own test case based on the snippet.
Hi, first of all, thanks for responding! I can share the main.lua, but it is a gui application mean't as a personal assistant. Since it also requires a few other files, I'll also provide them in a zip. Also, very sorry for this, but the model and scorer won't fit in this zip, so I'll attach them in the next message main files.zip
Well they don't fit here either. They're just the model and scorer I downloaded from the 0.9.3 releases page renamed to model.pbmm and scorer.scorer
It seems like this has to do with the buffer size passed to .decode
, deepspeech only likes certain powers of 2 or something. Still investigating
Hi! I'm pretty sure this repository is abandoned, but I still wanted to post here since I knew nothing better. I'm trying to use this library along with love2d's mic recording system, but after turning all samples into a table of 16 bit numbers, it just throws this:
Here's my code for decoding all of this:
to be clear, I also initalized the library already. What did I do wrong?