aboutsummaryrefslogtreecommitdiff
path: root/sam.h
blob: e752b629126c988cd665fe200f5d46d6005cde40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// sam.h
//
// 20060811 Markku Alén

#ifndef __SAM_H__
#define __SAM_H__ 1

void sam_init(void);
void sam_recite(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);
void sam_phonetic(const char *text, unsigned int frequency, unsigned char *wave_buf, unsigned int *wave_len_ref);

#endif