v2.2.1
What's new in this version
- fix
UnsupportedOperationException
when using sound library in Android mode without aRECORD_AUDIO
permission 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)