Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/p5.sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -10073,7 +10073,7 @@ var soundRecorder_ac = main.audiocontext;
* // stop browser from accessing the mic
* mic.dispose();
*
* text('Done! Tap to play and download', width/2, height/2, width - 20);
* text('Done! Tap to play\nand download', width/2, height/2);
* isResultPlayed = true;
* }
*
Expand Down