diff --git a/lib/p5.sound.js b/lib/p5.sound.js index 161ae371..8580643c 100644 --- a/lib/p5.sound.js +++ b/lib/p5.sound.js @@ -1,40 +1,47 @@ -/** - * 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, + *

+ *