mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-01-25 02:08:26 +00:00
fix playht has stream and cached audio differrent quality
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user