1LIBRARY	"fliteDll"
2EXPORTS
3	flite_init
4	flite_voice_select
5	flite_file_to_speech
6	flite_text_to_speech
7	flite_phones_to_speech
8	flite_ssml_file_to_speech
9	flite_ssml_text_to_speech
10	flite_text_to_wave
11	flite_synth_text
12	flite_synth_phones
13	flite_do_synth
14	flite_process_output
15	usenglish_init
16	cmu_lex_init
17	cmu_dari_lang_init
18	cmu_dari_lex_init
19	cmu_pashto_lang_init
20	cmu_pashto_lex_init
21	new_voice
22	delete_voice
23	flite_feat_set
24	flite_feat_set_float
25	flite_feat_set_int
26	flite_feat_set_string
27	flite_feat_remove
28	flite_ffeature_string
29	flite_get_param_val
30	flite_get_param_float
31	flite_get_param_int
32	flite_get_param_string
33	flite_voice_add_lex_addenda
34	cg_synth
35	cg_db_val
36	clunits_synth
37	clunit_db_val
38	dur_stats_val
39	cart_val
40	uttfunc_val
41	lexicon_val
42	cst_strdup
43	cst_sprintf
44	audio_open
45	audio_write
46	audio_close
47	audio_stream_chunk
48	audio_streaming_info_val
49	new_audio_streaming_info
50