-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct sampling rate in SAPI from model
SAPI retrieves actual sampling rate from model
- Loading branch information
Showing
9 changed files
with
61 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
*.tlog | ||
*.unsuccessfulbuild | ||
*.sdf | ||
*.exp | ||
*.exp | ||
salb.opensdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ SALB | |
|
||
Copyright (c) | ||
------------- | ||
2014 FTW GmbH | ||
2014 FTW Telecommunications Research Center Vienna | ||
2014 The University of Edinburgh | ||
All rights reserved. | ||
|
||
Contact | ||
------- | ||
TTS System: Markus Toman ([email protected]) | ||
General: Markus Toman ([email protected]) | ||
Austrian German Voice: Michael Pucher ([email protected]) | ||
|
||
The 3rd party libraries remain unchanged except | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
/********************************************************* | ||
DllData file -- generated by MIDL compiler | ||
DO NOT ALTER THIS FILE | ||
This file is regenerated by MIDL on every IDL file compile. | ||
To completely reconstruct this file, delete it and rerun MIDL | ||
on all the IDL files in this DLL, specifying this file for the | ||
/dlldata command line option | ||
*********************************************************/ | ||
|
||
#define PROXY_DELEGATION | ||
|
||
#include <rpcproxy.h> | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
#endif | ||
|
||
EXTERN_PROXY_FILE( htssapi ) | ||
|
||
|
||
PROXYFILE_LIST_START | ||
/* Start of list */ | ||
REFERENCE_PROXY_FILE( htssapi ), | ||
/* End of list */ | ||
PROXYFILE_LIST_END | ||
|
||
|
||
DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID ) | ||
|
||
#ifdef __cplusplus | ||
} /*extern "C" */ | ||
#endif | ||
|
||
/* end of generated dlldata file */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters