You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,22 @@ This python tool is based on the work and on the Matlab code on Yingming Gao.
13
13
14
14
The overall logic is in ``create_corpus.py`` which executes the approriate functions from top to bottom. The functions are supplied by the other files.
15
15
16
+
.. note::
17
+
18
+
In the since VTL version 2.3 which can be downloaded as free software from
19
+
https://www.vocaltractlab.de/index.php?page=vocaltractlab-download most of
20
+
the functionality implemented here is available directly from the VTL api.
21
+
Please use the VTL api directly.
22
+
16
23
17
24
Copyright
18
25
=========
19
26
As the VocalTractLabAPI.so and the JD2.speaker is GPL v3 the rest of the code
20
27
here is GPL as well. If the code is not dependent on VTL anymore you can use
21
28
it under MIT license.
22
29
30
+
Acknowledgments
31
+
===============
32
+
This research was supported by an ERC advanced Grant (no. 742545), by the
0 commit comments