Not included in the JS code yet, as we still need to add support for recording the iOS screen. It's not considered a screen, but rather a normal video input, so we need to add some custom logic for that.
Also clean up the code for getting audio devices.
Part of wulkano/kap#71
* [WIP] Add Ability to Record Audio
* Add shared Scheme
* WIP Add Listing of Audio input devices, swift side
* Add getAudioSources to Aperture
* Code review Changes
* fixup! Code review Changes
* fixup! fixup! Code review Changes
* fixup! fixup! fixup! Code review Changes
* Fix code style
* Fix intermittent error when recording using specified mic
No more "FigMovieFormatFileWriter::PostProcessMovie: WriteMovie() errored!!! -12780"!
* Add the ability to record a specific audio device and fix bad merge