You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fsad Google updated their Speech API; node-speakable uses v1.0 which is deprecated and no longer supported. I've forked this repo and submitted a PR to use v2, but you'll still need an API key from Google (which limits you to 50 requests/day). You can see the README in my fork for info on how to get one. #8
When i run the example.js
i get the error :
rec FAIL formats: no handler for given file type `flac'.
I have installed SoX from 'brew' and and I do have flac 1.2.1 installed.
I have gone though man pages at http://sox.sourceforge.net/sox.pdf but did not get the information that I am looking for.
How can I add support for .flac files?
I am on OS X 10.9.3
The text was updated successfully, but these errors were encountered: