Skip to content

Commit

Permalink
Renaming #3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-toman committed Dec 2, 2014
1 parent 6640050 commit 0d4fd0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sapi/bin/register-leo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo %CD%
@echo on

regsvr32 "%CD%\htstts.dll"
"%CD%\register-voice.exe" "%CD%\leo.htsvoice" "Leopold" "de-at" "male" "adult" "%CD%\leo.log" "%CD%\leo.rules"
"%CD%\register-voice.exe" "%CD%\leo.htsvoice" "Leo" "de-at" "male" "adult" "%CD%\leo.log" "%CD%\leo.rules"

@echo off

Expand Down
2 changes: 1 addition & 1 deletion sapi/bin64/register-leo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo %CD%
@echo on

regsvr32 "%CD%\htstts.dll"
"%CD%\register-voice.exe" "%CD%\leo.htsvoice" "Leopold64" "de-at" "male" "adult" "%CD%\leo.log" "%CD%\leo.rules"
"%CD%\register-voice.exe" "%CD%\leo.htsvoice" "Leo64" "de-at" "male" "adult" "%CD%\leo.log" "%CD%\leo.rules"

@echo off

Expand Down
2 changes: 1 addition & 1 deletion sapi/register/register-voice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ int wmain(int argc, WCHAR* argv[]) {
ISpDataKey* cpDataKeyAttribs;

WCHAR* voicePath = L"C:\\leo.htsvoice";
WCHAR* voiceName = L"SALB Leopold";
WCHAR* voiceName = L"SALB Leo";
WCHAR* voiceLang = L"de-at";
WCHAR* voiceGender = L"male";
WCHAR* voiceAge = L"Adult";
Expand Down
4 changes: 2 additions & 2 deletions test/src/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class InternalTextAnalyzerTest : public Test {

(*properties)[PROPERTY_KEY_SYNTHESIZER] = PROPERTY_VALUE_HTSENGINE; //- use hts_engine as synthesizer
(*properties)[PROPERTY_KEY_VOICE_PATH] = "testdata/leo.htsvoice"; //- path to the hts model file
(*properties)[PROPERTY_KEY_VOICE_NAME] = "Leopold"; //- voice name
(*properties)[PROPERTY_KEY_VOICE_NAME] = "Leo"; //- voice name
(*properties)[PROPERTY_KEY_VOLUME] = "100"; //- voice volume 0-100

return testLabelGen1();
Expand Down Expand Up @@ -305,4 +305,4 @@ int main(int argc, char* argv[]) {
std::cin >> tmp;

return 0;
}
}

0 comments on commit 0d4fd0f

Please sign in to comment.