Is there a way to add reverb to a text-to-speech voice in p5.Sound?

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

Sign In or Register to comment.