sinmetal / slide

http://sinmetal-slide.appspot.com/
2 stars 0 forks source link

Speech to Text #43

Open sinmetal opened 6 years ago

sinmetal commented 6 years ago

Web Speech API

Web Speech API

Web Speech APIでTextまでやってる

Voice Activity Detection

Voice Activity Detection

音声があるかどうかを判断するやつ

Google Cloud Speech API

Google Cloud Speech gRPC API を使ってストリーム音声認識をしたい!(簡易VAD付けた)

Pythonで書かれてるサンプル。 Deviceとかの環境が大変なのか、動かすのが大変らしい。

sinmetal commented 6 years ago

Speaking with a Webpage - Streaming speech transcripts

JettyでWebSocket立てて、Speech APIぶっこんでる https://codelabs.developers.google.com/codelabs/speaking-with-a-webpage/index.html?index=..%2F..%2Findex#0

動かしてみたけど、やっぱり1minぐらいで止まっちゃうっぽい