int file_format; | int file_format; | ||||
} SpectSeq; | } SpectSeq; | ||||
SpectSeq *SpectSeqCreate(); | |||||
SpectSeq *SpectSeqCreate(void); | |||||
void SpectSeqDestroy(SpectSeq *spect); | void SpectSeqDestroy(SpectSeq *spect); | ||||
espeak_ng_STATUS LoadSpectSeq(SpectSeq *spect, const char *filename); | espeak_ng_STATUS LoadSpectSeq(SpectSeq *spect, const char *filename); | ||||