Home
last modified time | relevance | path

Searched refs:AUDIO_RECORD_BUFFER_DURATION (Results 1 – 2 of 2) sorted by relevance

/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DSampleHotwordDetectionService.java45 private static final Duration AUDIO_RECORD_BUFFER_DURATION = Duration.ofSeconds(5); field in SampleHotwordDetectionService
53 AUDIO_RECORD_BUFFER_DURATION.getSeconds()); in createAudioRecord()
DSampleVoiceInteractionService.java54 private static final Duration AUDIO_RECORD_BUFFER_DURATION = Duration.ofSeconds(5); field in SampleVoiceInteractionService
72 AUDIO_RECORD_BUFFER_DURATION.getSeconds()); in createAudioRecord()