Is there a way to randomly generate voices using Python?
I have no idea where to start, but my best guess would be doing something along these lines:
class CustomVoice(voice)
def __init__(self, pitch):
self.pitch = pitch
I cannot seem to find a base object to clone it off though.
Any help would be greatly appreciated