AudioEndPointDetector
Interface for Audio End Point Detector(EPD).
(EPD : It is an algorithm that detects the start and end positions of speech utterances.)
This detect start and end of speech from audio provided at startDetector
Types
Link copied to clipboard
Link copied to clipboard
Listener to notified on State change
Link copied to clipboard
Enum class of AudioEndPointDetector's state
Link copied to clipboard
Functions
Link copied to clipboard
abstract fun addListener(listener: AudioEndPointDetector.OnStateChangedListener)
Content copied to clipboard
Add a listener to be called when a state changed.
Link copied to clipboard
abstract fun removeListener(listener: AudioEndPointDetector.OnStateChangedListener)
Content copied to clipboard
Remove a listener
Link copied to clipboard
abstract fun startDetector( reader: SharedDataStream.Reader, audioFormat: AudioFormat, timeoutInSeconds: Int, maxDurationInSeconds: Int = 10, pauseLengthInMilliseconds: Int = 700): Boolean
Content copied to clipboard
Start end point detection.
Link copied to clipboard
Stop current end point detection.