How to use Apple SpeechSynthesis AudioUnit with AudioKit?

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?
+3
source share
1 answer

I would like to have a speech synthesizer in AudioKit, but as far as I know, Apple does not allow you to connect it to the graphics processing sound. However, if you figure out how to make it work, the entire core AudioKit team will be thrilled. We will definitely accept PR.

+1
source

Source: https://habr.com/ru/post/1695790/


All Articles