WASdev / sample.voice.gateway

Lots of helpful samples to help jumpstart development with the IBM Voice Gateway.
Apache License 2.0
62 stars 113 forks source link

chore(tts): Updates tts adapter packages. #255

Closed jfmartinez closed 1 year ago

jfmartinez commented 1 year ago

Tests continue to pass:

❯ npm test                     

> sample.tts.adapter@0.0.1 test
> eslint . && LOG_LEVEL=error mocha test/

  Text To Speech Adapter
    ✓ should synthesize audio (537ms)
    ✓ should close on immediate websocket close

  WatsonTextToSpeechEngine
    ✓ should implement the stream interface (596ms)
    ✓ should destroy the stream

  4 passing (1s)