Development Log – 07/17/2020
Today I hit the first tech blocker since I started – To mix audio input from microphone with the MV video. As we want to be able to airplay the singer audio with mv together. It is really hard because the MV is a video stream, I did not find any handy API in AVFoundation or AVAudioEngine that can achieve this.
If this does not work out, we could potentially not have this feature in the first version. People can always airplay the entire screen with the default audio output at the same time.
I also researched the YouTube data API, likely we will be using that to fetch Youtube video list. Looks like the SDK does not support MacOS but we can send HTTP request to the endpoint though.