Class VoiceDetectionTrigger
Inheritance
VoiceDetectionTrigger
Assembly: Glitch9.IO.dll
Syntax
[Serializable]
public class VoiceDetectionTrigger : IRecordingTrigger
Properties
|
Edit this page
View Source
DetectionIntervalMs
Declaration
public int DetectionIntervalMs { get; set; }
Property Value
|
Edit this page
View Source
SilenceDurationMs
Declaration
public int SilenceDurationMs { get; set; }
Property Value
|
Edit this page
View Source
SilenceThreshold
Declaration
public float SilenceThreshold { get; set; }
Property Value
Methods
|
Edit this page
View Source
Initialize(ILogger)
Declaration
public void Initialize(ILogger logger)
Parameters
| Type |
Name |
Description |
| ILogger |
logger |
|
|
Edit this page
View Source
Validate()
Declaration
Returns
Implements
Extension Methods