Development Log – 07/16/2020
Added CocoaPod support for my project (I may switch to SPM after launch), and added SwiftLint to the project.
Today I also experimented the audio streaming feature, basically I setup a AvAudioEngine instance, then connect the input node with the output node. The result is good, I could now stream microphone input to speaker in realtime.
Now I can sing along with the video, but there’s a key feature I want to achieve: To airplay the MV and microphone input to the big screen as well.