diff --git a/lib/addons/p5.sound.js b/lib/addons/p5.sound.js index 876b4334e5..8580643c7b 100644 --- a/lib/addons/p5.sound.js +++ b/lib/addons/p5.sound.js @@ -1,41 +1,47 @@ -/** [p5.sound] Version: 0.3.12 - 2019-11-18 */ +/** [p5.sound] Version: 0.3.12 - 2020-01-06 */ /** - * p5.sound extends p5 with p5.sound extends p5 with Web Audio functionality including audio input, * playback, analysis and synthesis. - *

- * p5.SoundFile: Load and play sound files.
- * p5.Amplitude: Get the current volume of a sound.
- * p5.AudioIn: Get sound from an input source, typically - * a computer microphone.
- * p5.FFT: Analyze the frequency of sound. Returns - * results from the frequency spectrum or time domain (waveform).
- * p5.Oscillator: Generate Sine, + *

+ *