Post not yet marked as solved
Post marked as unsolved with 0 replies, 246 views
Hello,
I would like to create a VoIP App I want to build a sound visualizer for the voice of the other party.
example:
https://medium.com/swlh/swiftui-create-a-sound-visualizer-cadee0b6ad37
The call function was implemented using the call kit.
(Based on twilio's quick-start)
https://jp.twilio.com/docs/voice/sdks/ios/get-started
https://github.com/twilio/voice-quickstart-ios
After importing AVFoundation, have to need routing the AVAudioengine mixer.
I have no idea how to put voice in the mixer.
Any guidance is appreciated!
Thank you!