Skip to content

Commit

Permalink
Replaced to correct variable name (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
endurance21 authored Apr 15, 2021
1 parent a266a5b commit 431d438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audioin.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ p5sound.inputSources = [];
*
* function setup(){
* let cnv = createCanvas(100, 100);
* cnv.mousePressed(useraudiocontextStartAudio);
* cnv.mousePressed(userStartAudio);
* textAlign(CENTER);
* mic = new p5.AudioIn();
* mic.start();
Expand Down

0 comments on commit 431d438

Please sign in to comment.