From 1042dfc3e29219319f611a0350b1845de75f9727 Mon Sep 17 00:00:00 2001 From: James Hristu Date: Wed, 9 Nov 2022 13:16:05 +0100 Subject: [PATCH] Add Amazon Laura Dutch Neural to voice list --- awesometts/service/voicelist.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/awesometts/service/voicelist.py b/awesometts/service/voicelist.py index 96c6a0e..192aa8c 100644 --- a/awesometts/service/voicelist.py +++ b/awesometts/service/voicelist.py @@ -3388,6 +3388,16 @@ 'voice_description': 'Dutch, Female, Hanna (Standard), Azure', 'voice_key': {'name': 'Microsoft Server Speech Text to Speech Voice (nl-NL, HannaRUS)'}, 'voice_name': 'Hanna (Standard)'}, + {'audio_language_code': 'nl_NL', + 'audio_language_name': 'Dutch', + 'gender': 'Female', + 'language_code': 'nl', + 'options': {'format': {'default': 'mp3', 'type': 'list', 'values': ['mp3', 'ogg_vorbis']}, 'pitch': {'default': 0, 'max': 50, 'min': -50, 'type': 'number'}, 'rate': {'default': 100, 'max': 200, 'min': 20, 'type': 'number'}}, + 'service': 'Amazon', + 'service_fee': 'paid', + 'voice_description': 'Dutch, Female, Laura (Standard), Amazon', + 'voice_key': {'engine': 'neural', 'voice_id': 'Laura'}, + 'voice_name': 'Laura (Neural)'}, {'audio_language_code': 'nl_NL', 'audio_language_name': 'Dutch', 'gender': 'Female',