speech-and-text-unity-ios-android icon indicating copy to clipboard operation
speech-and-text-unity-ios-android copied to clipboard

The recording doesn't stop immediately

Open RoxDevvv opened this issue 3 years ago • 0 comments

The recording doesn't stop immediately but it stay recording for a while until the room quiet and it will stop

   public void OnPointerDown(PointerEventData eventData)
    {
        talkResults.StartRecording();
    }

    public void OnPointerUp(PointerEventData eventData)
    {
        talkResults.StopRecording();
    }

RoxDevvv avatar Feb 05 '22 12:02 RoxDevvv