tgraupmann / UnityWebGLSpeech

Unity WebGL Package for Speech Detection and Synthesis
10 stars 6 forks source link

Unityeditor Testing #2

Open shraddha360 opened 5 years ago

shraddha360 commented 5 years ago

Hi, Asset is good, But I am facing difficulties for testing in Editor "Example02DictationSbaitso" scene. Guide me for the editor testing.

tgraupmann commented 1 year ago

If you want to use the Speech API with the Unity Editor, you'll need to use the proxy.

https://github.com/tgraupmann/ConsoleChromeSpeechProxy

  1. Launch the proxy

image

  1. With the proxy running open a browser tab to relay the Speech API. Also click the button to interact with the browser tab to enable Speech Synthesis to work.

image

  1. Now hit play to run the demo scene in the Unity Editor.