Anton W
Anton W
Is this project still alive? I have the same issue, can't use the plugin at all.
What were the reasons for you to switch from docpress to docsify?
@evancohen > The Google Cloud Speech API that is implemented today is probably your best bet. You mean the Google's recognition is better than wit's, right? So you would even...
Oh, that's true. For my case I anyway want to send it to wit.ai. For that case it would be the same result (when recognition has same quality).
@ghost I had the same idea. Did you change your implementation meanwhile? Do you have some code snippets which you would like to share?
@evancohen > First, you can record multiple audio streams on the Pi with dsnoop - if I were you I would just use snowboy directly because you are already doing...
> I've got an experimental implementation that uses a ring buffer for audio Ah nice. > Can you file a separate issue with some repro steps to where you're stuck?...
I would expect this: ```js const log = { e: obj => { if (LOGLEVEL === 'error' || LOGLEVEL === 'info' || LOGLEVEL === 'debug') { console.error(obj); } }, i:...
Wow, that looks good, I will try it :)
I wonder how to delete a file via blob or tree API... ... just found a solution here: http://stackoverflow.com/a/23714505 But I'm confused now: What does it mean to generate a...