Skip to content

sansuke05/Unity-VoiceRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityでIntelRealsenseSDKを使った音声認識

VSMeetup主催の夏のオンラインハッカソンで制作したIntelRealsenseSDKを使った音声認識をしてみたものになります

サンプル動画はこちら

動作確認は Unity5.6.3p1(x64) にて行っています。

How to use

事前にIntelRealsenseSDKのページからFree DownloadでSDKをダウンロード

その後インストールまではこちらの記事を参考にしてください

適当なディレクトリで以下を実行

git clone https://github.com/sansuke05/Unity-VoiceRecognition.git

UnityからUnity-VoiceRecognitionプロジェクトを開く

Edit -> Play で実行できます

Notification

マイクが複数ある場合

source.QueryDeviceInfo(0, out dinfo);

の第一引数の0を1とか2に変更してみてください

About

💬UnityでIntelRealsenseSDKを使った音声認識

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages