Bruno Berisso
Bruno Berisso
Yes. I was thinking in adding like a blur or a spinner progress over the images not uploaded yet.
Hi HoangTLSphinx doesn't have support for this but I'm willing to add it if you need it.SphinxBase has support for MFCC as described here: https://sourceforge.net/p/cmusphinx/discussion/help/thread/1ce586e5/Let me know if this fit...
Hope this will be fix when we can tackle this issue #28
Oh! That's a bug... The category should never be .playback It will be great if you could submit a pull request for that change 😄
Hi. Right now TLSphinx only returns keyboards inside utterances, If you want to avoid this logic you need to update this function https://github.com/tryolabs/TLSphinx/blob/master/TLSphinx/Decoder.swift#L169 to not wait for an utterance to...
Maybe it will be more useful if you guys could add more info to the issue? Is hard to track it down to something useful just by looking at the...
_(Asuming you refer to input/output bluetooth audio device)_ I don't think so... Could you describe in more detail your use case?
Hi. If you are using `decodeSpeechAtPath` in your demo you need to make sure the input format match the format you pass in to the `Config`. The input and output...
Awesome, do you test on a real device? The accuracy can be related to the model you are using. Keep in mind that if you want to use CMUSphinx for...
Do you mind [open a PR](https://github.com/tryolabs/TLSphinx/compare/development?expand=1) with your changes? I think you may fix #24 witch is a long standing issue 😄 I also add #41 to try to get...