Skip to content

v2.2.1

Compare
Choose a tag to compare
@kevinstadler kevinstadler released this 23 Jun 06:13

What's new in this version

  • fix UnsupportedOperationException when using sound library in Android mode without a RECORD_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's MediaRecorder.AudioSource (expands on #20)