mirror of
https://github.com/jambonz/speech-utils.git
synced 2025-12-19 03:37:49 +00:00
remove seemingly redundant code, reintroduce param to force bypass of tts streaming
This commit is contained in:
@@ -537,7 +537,7 @@ test('Deepgram speech synth tests', async(t) => {
|
||||
credentials: {
|
||||
api_key: process.env.DEEPGRAM_API_KEY
|
||||
},
|
||||
model: 'alpha-asteria-en-v2',
|
||||
model: 'aura-asteria-en',
|
||||
text,
|
||||
});
|
||||
t.ok(!opts.servedFromCache, `successfully synthesized deepgram audio to ${opts.filePath}`);
|
||||
|
||||
Reference in New Issue
Block a user