Skip to content

Commit e5d6938

Browse files
committed
removes JD2.speaker from git history and changes files appropriately
1 parent 1705a2b commit e5d6938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Rreadme binary folder
33
=====================
44

5-
Put the VocalTractLabApi.so file and the targetoptimizer in this folder.
5+
Put the ``VocalTractLabApi.so``, ``JD2.speaker`` file and the ``targetoptimizer`` in this folder.
66

77
Both can be downloaded from ``vocaltractlab.de``.
88

ges2wav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66
VTL = ctypes.cdll.LoadLibrary(os.path.dirname(__file__) + '/bin/VocalTractLabApi.so')
7-
speaker_file_name = ctypes.c_char_p((os.path.dirname(__file__) + '/JD2.speaker').encode())
7+
speaker_file_name = ctypes.c_char_p((os.path.dirname(__file__) + '/bin/JD2.speaker').encode())
88

99
name = sys.argv[1]
1010
ges_dir = sys.argv[2]

0 commit comments

Comments
 (0)