* microphone initial work
* implement dumping functionality
Allows us to dump packets from the console for replay later on
* implement dump playback functionality
* pipe: when using playback, don't require wireless adapter
* move dump functionality to pipe
* started caramel library for interfacing with real gamepad
* finalized microphone implementation
* cleanup
* cleanup 2
* cleanup 3
* cleanup 4
* fixed more issues
* use initializers so mutex and cond are always valid
* rewrite audio output system to improve latency
* fix indent
* provide capability for audio to be enabled/disabled based on state
* fix android builds