Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Jun 23, 2019
1 parent fec7a4e commit 7a56aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processing/sound/AudioIn.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public AudioIn(PApplet parent, int in) {
if (Engine.getAudioManager() instanceof JSynAndroidAudioDeviceManager) {
if (in != 0) {
Engine.printWarning("if you want to capture audio from somewhere other than the default\n" +
"device on Android, use: new Sound(this).outputDevice(deviceID)\n" +
"device on Android, use: new Sound(this).inputDevice(deviceID)\n" +
"where for deviceID you can fill in any of Android's MediaRecorder.AudioSource constants.");
}
// we're on Android, check if the sketch has permission to capture Audio
Expand Down

0 comments on commit 7a56aa4

Please sign in to comment.