Skip to content

Commit

Permalink
fixed critical bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dopefishh committed Jan 20, 2016
1 parent 788d2fc commit 61940ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added book_1.9.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions settings.praat
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ if fileReadable("settings")
can$ = extractLine$(settingsData$, "CAN: ")
llh$ = extractLine$(settingsData$, "LLH: ")
phonetizer$ = extractLine$(settingsData$, "PHO: ")
pho = 0
lan$ = extractLine$(settingsData$, "LAN: ")
if lan$ = "spanish"
lan = 1
Expand All @@ -44,6 +45,7 @@ if fileReadable("settings")
else
model = 1
endif
pho = 0
log$ = extractLine$(settingsData$, "LOG: ")
soxex$ = extractLine$(settingsData$, "SOX: ")
hviteex$ = extractLine$(settingsData$, "HVB: ")
Expand All @@ -60,6 +62,7 @@ else
llh$ = ""
lan = 1
phonetizer$ = ""
pho = 0
model = 1
if windows
log$ = "nul"
Expand Down

0 comments on commit 61940ce

Please sign in to comment.