DEBSOURCES
Skip Quicknav
sources / audacity / 2.0.6-2 / lib-src / libnyquist / nyquist / cmt / pitch.h
123456789
/* mbc code */ /* Copyright 1989 Carnegie Mellon University */ typedef struct pitch_struct { int ppitch; int pbend; } pitch_table; /* end */