Skip to content

Commit

Permalink
fix playht has stream and cached audio differrent quality
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Sep 16, 2024
1 parent 8f216e6 commit 8016c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ function getFileExtension({vendor, renderForCaching = false}) {
case 'deepgram':
case 'elevenlabs':
case 'rimlabs':
case 'playht':
case vendor.startsWith('custom') ? vendor : 'cant_match_value':
if (!renderForCaching && !JAMBONES_DISABLE_TTS_STREAMING) {
return r8Extension;
} else {
Expand Down

0 comments on commit 8016c08

Please sign in to comment.