medkit.core.audio.span
medkit.core.audio.span#
Classes:
|
Boundaries of a slice of audio. |
- class Span(start, end)[source]#
Boundaries of a slice of audio.
- Variables
start (float) – Starting point in the original audio, in seconds.
end (float) – Ending point in the original audio, in seconds.
Create new instance of Span(start, end)
Attributes:
Alias for field number 1
Length of the span, in seconds
Alias for field number 0
- property start#
Alias for field number 0
- property end#
Alias for field number 1
- property length#
Length of the span, in seconds