mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
minor logging
This commit is contained in:
@@ -444,7 +444,6 @@ const synthNvidia = async(client, logger, {credentials, stats, language, voice,
|
||||
rivaClient.synthesize(request, (err, response) => {
|
||||
if (err) {
|
||||
logger.info({err, voice, language}, 'error synthesizing speech using Nvidia');
|
||||
console.error({err}, 'error synthesizing speech using Nvidia');
|
||||
return reject(err);
|
||||
}
|
||||
resolve(Buffer.from(response.getAudio()));
|
||||
|
||||
Reference in New Issue
Block a user