watson-unreal-sdk-plugin icon indicating copy to clipboard operation
watson-unreal-sdk-plugin copied to clipboard

Implement speech-to-text recognize audio api using websockets

Open TerryTsai opened this issue 7 years ago • 1 comments

TerryTsai avatar Oct 13 '17 13:10 TerryTsai

This is needed to bring the UE plugin capabilities in line with what is available in the IBM Watson SDK for Unity. I would add that any use case requiring minimal latency simply needs to stream audio up to the IBM Watson STT API over a Websocket -- the currently-supported approach involving recording the utterance then sending it simply doesn't cut it!

RMichaelPickering avatar Jan 22 '18 16:01 RMichaelPickering