Skip to content

Commit

Permalink
Update cf_worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackTouma authored Oct 6, 2023
1 parent 63be578 commit 3bee941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cf_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ addEventListener('fetch', event => {
const speechApi = async (ssml) => {
const data = JSON.stringify({
ssml,
ttsAudioFormat: "audio-24khz-160kbitrate-mono-mp3",
ttsAudioFormat: "audio-48khz-192kbitrate-mono-mp3",
offsetInPlainText: 0,
properties: {
SpeakTriggerSource: "AccTuningPagePlayButton",
Expand Down Expand Up @@ -124,4 +124,4 @@ addEventListener('fetch', event => {
})
}

}
}

0 comments on commit 3bee941

Please sign in to comment.