We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec7a4e commit 7a56aa4Copy full SHA for 7a56aa4
src/processing/sound/AudioIn.java
@@ -45,7 +45,7 @@ public AudioIn(PApplet parent, int in) {
45
if (Engine.getAudioManager() instanceof JSynAndroidAudioDeviceManager) {
46
if (in != 0) {
47
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" +
+ "device on Android, use: new Sound(this).inputDevice(deviceID)\n" +
49
"where for deviceID you can fill in any of Android's MediaRecorder.AudioSource constants.");
50
}
51
// we're on Android, check if the sketch has permission to capture Audio
0 commit comments