You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api_en/LIB_sound/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
<divclass="full-alt">
5
5
<p>
6
-
The new Sound library for Processing 3 provides a simple way to work with audio. It can play, analyze, and synthesizing sound. The library comes with a collection of oscillators for basic wave forms, a variety of noise generators, and effects and filters to alter sound files and other generated sounds. The syntax is minimal to make it easy to patch one sound object into another.
6
+
The new Sound library for Processing 3 provides a simple way to work with audio. It can play, analyze, and synthesize sound. The library comes with a collection of oscillators for basic wave forms, a variety of noise generators, and effects and filters to alter sound files and other generated sounds. The syntax is minimal to make it easy to patch one sound object into another.
7
7
</p>
8
8
<p>
9
9
The source code is available on the <ahref="https://github.com/processing/processing-sound">processing-sound</a> GitHub repository. Please report bugs <ahref="https://github.com/processing/processing-sound/issues">here</a>. This library is only compatible with Processing 3.0+.
0 commit comments