mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 04:44:08 +02:00
It's working!
This commit is contained in:
parent
f1446532d0
commit
d8c9712dd2
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ private:
|
|||
void SpeechScriptingInterface::speakText(const QString& textToSpeak) {
|
||||
WAVEFORMATEX fmt;
|
||||
fmt.wFormatTag = WAVE_FORMAT_PCM;
|
||||
fmt.nSamplesPerSec = 44100;
|
||||
fmt.nSamplesPerSec = 24000;
|
||||
fmt.wBitsPerSample = 16;
|
||||
fmt.nChannels = 1;
|
||||
fmt.nBlockAlign = fmt.nChannels * fmt.wBitsPerSample / 8;
|
||||
|
|
Loading…
Reference in a new issue