v2.2.1
What's new in this version
- fix
UnsupportedOperationExceptionwhen using sound library in Android mode without aRECORD_AUDIOpermission manifest (fixes #37) - implement choice of which input device to choose on Android using
new Sound(this).inputDevice(deviceID), using the device ids according to Android'sMediaRecorder.AudioSource(expands on #20)