We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I've tried using p5.speech and p5.sound together, but I can't figure out how to get the text-to-speech voice into a format that p5.sound effects can recognize. The only way I've found is to record tts as a sound file and then load that in, but I'd like to be able to apply effects dynamically too to text added in real time. Any thoughts or suggestions?
Answers
I am not an expert, but I believe that p5.speech wraps the web speech API:
...and it looks like this omits built-in facilities for treating synthesized speech as an audio stream.
Not sure whether you could add post-processing by creating a new "voice" for a p5.speech synth, though....