SpeechInfo
IntroductionContains speech statistics for processed audio. Properties
backgroundLengthMsNon-speech signal length in milliseconds. @property(assign, nonatomic) float backgroundLengthMs; speechLengthMsSpeech signal length in milliseconds. @property(assign, nonatomic) float speechLengthMs; totalLengthMsProcessed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds. @property(assign, nonatomic) float totalLengthMs; |