Thomas Hunter II

Results 216 comments of Thomas Hunter II

@arturkasperek is this still an issue for you?

@khanayan123 do you think this could be an ESM bug based on the comment that @ChrisBellew left?

Does this appear to be an issue with the Node.js tracer or with the Envoy Proxy?

I use the **linter**, **linter-ui-default**, and **flow-ide** packages.

The `say.export()` method is not supported on Linux, which is what Heroku runs your code on: https://github.com/Marak/say.js#feature-matrix To get this to work someone will need to add support for exporting...

I haven't heard of the `festival` package and just looked it up. It doesn't provide the real festival, it only provides a (very broken) wrapper around festival. It's sort of...

Now that Node v8 is LTS and we've got async/await everywhere we should promisify the methods. We can then perform our "speech queueing" like this: ```js for (let i =...

Note: PR #35 only works for OSX. The ability to export WAV can be done using Festival using the `text2wave` binary it provides: ``` shell echo "hello bob" | text2wave...