12
6

More than 3 years have passed since last update.

Unityで音声認識する技術って今どんな感じ202107

Last updated at Posted at 2021-07-21

2021年7月の現状、Unityで音声認識させるための可能性ありそうなどのくらいあるかの調査メモ

音認サービス一覧

Unityで連携できそうな、音声認識に関するサービスやAPI(インターネットで探してみた)
実際に動作させたのはUnityEngine.Windows.Speechぐらいで、他は調べたサイト引用が多いです

音声認識 オフライン動作 ja/en Unity 連携 費用 参考 URL
UnityEngine.Windows.Speech o/? 無料 https://docs.unity3d.com/ja/current/ScriptReference/Windows.Speech.DictationRecognizer.html
Azure Cognitive Services - Speech Service ? ? 無料枠 https://azure.microsoft.com/ja-jp/services/cognitive-services/speech-services/
Google Cloud Speech API x o/o 無料枠 https://cloud.google.com/vertex-ai?hl=ja
IBM Watson Speech to Text x o/o SDK あり 無料枠 https://www.ibm.com/jp-ja/cloud/watson-speech-to-text
Amazon Transcribe ? ? SDK ありっぽい 無料枠 https://aws.amazon.com/jp/transcribe/
Intel® Perceptual Computing SDK - - - - https://www.slideshare.net/kaorun55/intel-perceputual-computing-sdk
AmiVoice o/o ○?(連携方法つくれば?) 不明 https://www.advanced-media.co.jp/products/service/amivoice-mobiletoolkit-for-iosfor-android_windows-sdk-2
Julius o/o ○(UniJulius 利用で) - https://julius.osdn.jp/
UniJulius o/o ○(Julius 利用で) - https://github.com/Zeni-Y/UniJulius
CMU Sphinx x/o ○?(連携方法つくれば?) - https://cmusphinx.github.io/wiki/

###UnityEngine.Windows.Speech
20210721_145917.png

###Azure Cognitive Services - Speech Service

20210721_145943.png

###Google Cloud Speech API

20210721_145850.png

###IBM Watson Speech to Text

20210721_145804.png

スタンドアロンモードもあるの?

費用:無料枠があるようで

Unity対応:Unity用SDK

###Amazon Transcribe

手順が長そうでお試し断念。。

20210721_140008.png

###Intel® Perceptual Computing SDK

開発しなくなったのか、情報が見つからない

###AmiVoice

ローカル認識と記載あるので、スタンドアロンでの実装ができる感じ
料金の記載なので個人利用は出来なさそうな。。

20210721_135129.png

###Julius

20210721_145432.png

###UniJulius

20210721_145614.png

###CMU Sphinx

20210721_145652.png

参考サイト

12
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
6