-
Notifications
You must be signed in to change notification settings - Fork 207
Gh279 streaming example #287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…cognizing ogg vorbis.
…-cloud/unity-sdk into gh279-streaming-example
Fix detect silence to work with smaller audio chunks
@mediumTaj Just noticed that the maxLevel logic was reverted again. Both streaming samples need to be updated to use |
@mediumTaj Also, we lost the change to |
good catches, thanks! |
Update WSConnector send loop on .NET Core
@kimberlysiva I'm planning to merge this PR in today - if you have some time can you review it and let me know if we are missing anything? |
@mediumTaj I've been testing it today and things look good (also on Hololens, very responsive!) I think we may want to rename |
Changed OnListen to return a bool, true if audio was sent/enqueued
…r-cloud/unity-sdk into gh279-streaming-example
Awesome thanks! Chunked rename is done and pushed. After we pass CI, I'll merge this in. |
Summary
Update Speech to Text streaming example