-
Notifications
You must be signed in to change notification settings - Fork 3
/
Install
35 lines (24 loc) · 874 Bytes
/
Install
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Bengali HMM based speech synthesis system (Bengali-HTS)
Version 1.0.
By
# Sankar Mukherjee
# CET, IITKGP
# sankar1535@gmail.com
# for more updates ==> https://github.com/sankar-mukherjee/Bengali-HTS
Requirements
============
works only with linux
HTS should be installed
====================================================================================
run in turminal
sh Bengali_HTS.sh input out.wav
input = input sentence (work only with one sentence)
out.wav = Synthesized output
-----------------------------------------Description--------------------------------
bng_hts_engine = HTS voices
HTS_frontend = TTS front-end
genlab_new.pl = .tag ==> .lab
.tag and .lab can be created by removing # from the last line of Bengali_HTS.sh
it will create 2 files when run
input_1 = .tag (sentence to feature format)
input_2 = .lab (feature format to HTS features)