Searched refs:AUDIO_READ_DURATION (Results 1 – 1 of 1) sorted by relevance
55 private static final Duration AUDIO_READ_DURATION = Duration.ofSeconds(3); field in SampleVoiceInteractionService246 byte[] buffer = new byte[bytesPerSecond * (int) AUDIO_READ_DURATION.getSeconds()]; in onDetected()251 int numBytes = AudioUtils.read(record, bytesPerSecond, AUDIO_READ_DURATION.getSeconds(), in onDetected()