10-27-2021 04:29 PM - edited 10-30-2021 01:55 AM
Do you have any feedback and/or issues in regards to the Voice SDK? Use this place to discuss, as we'll have members of the team reviewing this thread!
Read the blog on Presence Platform (of which the Voice SDK is a part of) here: https://developer.oculus.com/blog/introducing-presence-platform-unleashing-mixed-reality-and-natural...
04-05-2023 12:27 AM
Sorry, I can not. It is copyrighted code.
04-05-2023 12:29 AM
It's absolutely fine. but if you could guide me in which script i need to do the changes then that will be a great help to me.
04-05-2023 01:27 AM
I did not change any script. I wrote my own. They already have a queue (or batch) API. It came out in one of the last few API updates. Splitting of text is just basic character manipulation.
04-05-2023 01:59 AM
Okay, I will also try to do that. Thank you for your help 👍
04-05-2023 02:12 AM
One thing i want to point her that i am using Oculus Voice Sdk in unity 3d 2021.3.16f1 and it has default wit.ai configuration nothing more i can do with it here.
04-07-2023 11:40 AM
The following error occurs when I try to include App Voice Experience into the Scene and activate it.
Platform service is not available: GK Check Failure - User does not pass the gatekeeper check
Oculus.Voice.Bindings.Android.VoiceSDKListenerBinding:onServiceNotAvailable(String, String)
System.Reflection.RuntimeMethodInfo:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
UnityEngine.AndroidJavaProxy:Invoke(String, Object[])
UnityEngine._AndroidJNIHelper:InvokeJavaProxyMethod(AndroidJavaProxy, IntPtr, IntPtr)
I could see that voice sdk is trying to access 'com.oculus.assistant.api.voicesdk.immersivevoicecommands.IVCEventsListener'. Given that voice commands is not available outside of US, does it mean, we can't use the Voice SDK too? Are these scenarios related or is the issue related something different.
04-30-2023 10:59 PM
Hello,
I have an issue in "OnfinishedSpeaking" function that TTS provides. I am adding an event listener for this but the function isn't called. Here's the code reference to it:
a month ago
Hello,
I am trying to incorporate a voice recognition system using Wit.ai into a multiplayer game system where players can hear each other's voices using OVRLipSync and Photon Voice.
However, when I start using voice recognition with Wit.ai, the audio that should be flowing through LipSync and Photon Voice stops.
I suspect that when using Wit.ai, the "StartRecording()" and "StopRecording()" functions in Mic.cs may be stopping all microphones.
Therefore, I am considering inserting the Audio.Clip for the microphone audio that is already being used by LipSync and Photon Voice into either Wit.ai's Mic.cs or AudioBuffer.cs, and sending only the flag to start voice recognition with the "StartRecording()" and "StopRecording()" functions.
However, the program is complex and I am having difficulty implementing this. Could you give me some advice?
a week ago
How can I use my own Voice Preset? I want it to sound like an old person.