Skip to content

Commit 7a56aa4

Browse files
committed
Fix typo
1 parent fec7a4e commit 7a56aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/sound/AudioIn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public AudioIn(PApplet parent, int in) {
4545
if (Engine.getAudioManager() instanceof JSynAndroidAudioDeviceManager) {
4646
if (in != 0) {
4747
Engine.printWarning("if you want to capture audio from somewhere other than the default\n" +
48-
"device on Android, use: new Sound(this).outputDevice(deviceID)\n" +
48+
"device on Android, use: new Sound(this).inputDevice(deviceID)\n" +
4949
"where for deviceID you can fill in any of Android's MediaRecorder.AudioSource constants.");
5050
}
5151
// we're on Android, check if the sketch has permission to capture Audio

0 commit comments

Comments
 (0)