40 #ifndef __SIOD_EST_H__
41 #define __SIOD_EST_H__
44 void siod_fringe_init();
48 LISP siod(
const class EST_Val v);
50 SIOD_REGISTER_CLASS_DCLS(wave,
EST_Wave)
54 SIOD_REGISTER_CLASS_DCLS(item,
EST_Item)
55 SIOD_REGISTER_CLASS_DCLS(scheme,
obj)
57 #define get_c_utt(x) (utterance(x))
58 #define get_c_item(x) (item(x))
60 LISP lisp_val(
const EST_Val &pv);
A class for storing digital waveforms. The waveform is stored as an array of 16 bit shorts...