libsam-rs 0.2.0

safe/sys bindings for SAM text to speech
Documentation
1
2
3
4
5
6
7
#ifndef RENDER_H
#define RENDER_H

void Render();
void SetMouthThroat(unsigned char mouth, unsigned char throat);

#endif