SpeechInfo

Superclass:
NSObject
Declared In:

Introduction

Contains speech statistics for processed audio.



Properties

backgroundLengthMs

Non-speech signal length in milliseconds.

speechLengthMs

Speech signal length in milliseconds.

totalLengthMs

Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds.


backgroundLengthMs


Non-speech signal length in milliseconds.

@property(assign,
    nonatomic) float backgroundLengthMs; 

speechLengthMs


Speech signal length in milliseconds.

@property(assign,
    nonatomic) float speechLengthMs; 

totalLengthMs


Processed audio total length (totalLengthMs = speechLengthMs + backgroundLengthMs) in milliseconds.

@property(assign,
    nonatomic) float totalLengthMs;