We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1705a2b commit e5d6938Copy full SHA for e5d6938
bin/README.rst
@@ -2,7 +2,7 @@
2
Rreadme binary folder
3
=====================
4
5
-Put the VocalTractLabApi.so file and the targetoptimizer in this folder.
+Put the ``VocalTractLabApi.so``, ``JD2.speaker`` file and the ``targetoptimizer`` in this folder.
6
7
Both can be downloaded from ``vocaltractlab.de``.
8
ges2wav.py
@@ -4,7 +4,7 @@
import os
VTL = ctypes.cdll.LoadLibrary(os.path.dirname(__file__) + '/bin/VocalTractLabApi.so')
-speaker_file_name = ctypes.c_char_p((os.path.dirname(__file__) + '/JD2.speaker').encode())
+speaker_file_name = ctypes.c_char_p((os.path.dirname(__file__) + '/bin/JD2.speaker').encode())
9
name = sys.argv[1]
10
ges_dir = sys.argv[2]
0 commit comments