I read the book Learning Basic Sound. Then I found this amazing library called AudioKit . :-) Everything works fine until I want to use Apple SpeechSynthesis AudioUnit .
I was looking for github repo, but I can not find AKNode for Speech Synthesis. Did I miss something?
I found some quick examples from kAudioUnitSubType_SpeechSynthesis search on github
So, I have two questions:
- How to add Apple AudioUnit Node to AudioKit chart ?
- Is there a reason AudioKit does not support Speech Synthesis Node? Will AudioKit accept PR for this?
source
share