With the introduction of the new Piper speech engine in v7.18 my 'TTS to MP3' plugin no longer works. It fails on
Code:
from calibre_extensions.winsapi import ISpVoice
I don't see any sign of winsapi anymore. Is ISpVoice gone for good? If so does the Piper speech engine have an equivalent Python class with similar methods, specifically
.create_recording_wav()?