Solution setup
Now that we are back to Xamarin native, it's time to get your mind out of XAML and back into native iOS and Android. We aren't going to spend much time on user interface design, but more on audio processing using the native frameworks.
Tip
If you are testing this application on your computer, the microphone will still work as it will be using your laptop's microphone.
As we have looked into cross-platform applications and code sharing, we are going to apply some of these principles to native development and setup an MVVM architecture. Let's begin by setting up three different projects, an iOS, Android, and PCL project: