mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
fix rimelabs typo issue on getFileExtension function
This commit is contained in:
@@ -47,7 +47,7 @@ function getFileExtension({vendor, renderForCaching = false}) {
|
||||
}
|
||||
case 'deepgram':
|
||||
case 'elevenlabs':
|
||||
case 'rimlabs':
|
||||
case 'rimelabs':
|
||||
case 'playht':
|
||||
if (renderForCaching || JAMBONES_DISABLE_TTS_STREAMING) {
|
||||
return mp3Extension;
|
||||
|
||||
Reference in New Issue
Block a user