main
Bob Mottram 2023-12-23 20:18:57 +00:00
parent 5eb208efd5
commit 3a63bd54ad
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ from content import html_replace_quote_marks
SPEAKER_REMOVE_CHARS = ('.\n', '. ', ',', ';', '?', '!')
def get_speaker_pitch(display_name: str, screenreader: str, gender) -> int:
def get_speaker_pitch(display_name: str, screenreader: str,
gender: str) -> int:
"""Returns the speech synthesis pitch for the given name
"""
random.seed(display_name)