EndPointDetector
class EndPointDetector(epdModelFilePath: String, assetManager: AssetManager? = null) : AudioEndPointDetector
Content copied to clipboard
Porting class for TycheEndPointDetector to use in NUGU SDK
Parameters
epdModelFilePath
the absolute path for epd model file
Constructors
Link copied to clipboard
fun EndPointDetector(epdModelFilePath: String, assetManager: AssetManager? = null)
Content copied to clipboard
Types
Functions
Link copied to clipboard
open override fun addListener(listener: AudioEndPointDetector.OnStateChangedListener)
Content copied to clipboard
Link copied to clipboard
open override fun removeListener(listener: AudioEndPointDetector.OnStateChangedListener)
Content copied to clipboard
Link copied to clipboard
open override fun startDetector( reader: SharedDataStream.Reader, audioFormat: AudioFormat, timeoutInSeconds: Int, maxDurationInSeconds: Int, pauseLengthInMilliseconds: Int): Boolean
Content copied to clipboard
Link copied to clipboard