Struct VoiceTrack#
Defined in File voice_result.hpp
Struct Documentation#
-
struct VoiceTrack#
A uniformly-sampled curve: value i is at t0Ms + i * dtMs.
Uniform rather than (time, value) pairs because Praat’s own output already is, so nothing is lost, the file is half the size, and lookup is arithmetic instead of a search.