dialogflow-java-client-v2 icon indicating copy to clipboard operation
dialogflow-java-client-v2 copied to clipboard

How to detect intent continuously.

Open tommasaso opened this issue 5 years ago • 0 comments

I tried starting from the "DetectsIntentStreaming.java" example to make an application that would acquire the audio streaming from the microphone continuously trying to determine the intent. I tried to acquire the byte array from the targetDataLine instead of reading from the file, but without success. Can you help me? Is there someone who has already done it? How should I proceed according to you?

tommasaso avatar Apr 01 '19 15:04 tommasaso