We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed41963 commit ba02fcbCopy full SHA for ba02fcb
src/Provider/Amazon.php
@@ -53,7 +53,7 @@ protected function getAudioUrl(): string
53
54
return $client->createSynthesizeSpeechPreSignedUrl([
55
'OutputFormat' => $this->params['OutputFormat'] ?? 'mp3',
56
- 'SampleRate' => $this->params['SampleRate'] ?? '8000',
+ 'SampleRate' => $this->params['SampleRate'] ?? '22050',
57
'Text' => $this->params['text'],
58
'TextType' => $this->params['TextType'] ?? 'text',
59
'VoiceId' => $this->params['VoiceId'] ?? 'Joanna',
0 commit comments