138 lines
4.9 KiB
HTML
138 lines
4.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<title>Sound \ Libraries \ Processing 2+</title>
|
|
|
|
<link rel="icon" href="./img/favicon.ico" type="image/x-icon" />
|
|
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon" />
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="Author" content="Processing Foundation" />
|
|
<meta name="Publisher" content="Processing Foundation" />
|
|
<meta name="Keywords" content="Processing, Sketchbook, Programming, Coding, Code, Art, Design" />
|
|
<meta name="Description" content="Processing is a flexible software sketchbook and a language for learning how to code within the context of the visual arts. Since 2001, Processing has promoted software literacy within the visual arts and visual literacy within technology." />
|
|
<meta name="Copyright" content="All contents copyright the Processing Foundation, Ben Fry, Casey Reas, and the MIT Media Laboratory" />
|
|
|
|
<script src="../../javascript/MM_functions.js" type="text/javascript"></script>
|
|
|
|
<link href="../../css/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body id="Libraries" onload="" >
|
|
|
|
<!-- ==================================== PAGE ============================ -->
|
|
<div id="container">
|
|
|
|
<!-- ==================================== HEADER ============================ -->
|
|
<div id="header">
|
|
<a href="http://processing.org/" title="Processing.org"><div class="processing-logo" alt="Processing cover"></div></a>
|
|
<form name="search" action="//www.google.com/search" method="get" >
|
|
<!--<label>Search processing.org:</label>-->
|
|
<p><input type="hidden" name="as_sitesearch" value="processing.org" />
|
|
<input type="text" name="as_q" value="" size="20" class="text" />
|
|
<input type="submit" value=" " /></p>
|
|
</form>
|
|
</div>
|
|
<div id="navigation">
|
|
<div class="navBar" id="mainnav">
|
|
<a href="../../index.html">Language</a><br>
|
|
<a href="../../libraries/index.html" class="active">Libraries</a><br>
|
|
<a href="../../tools/index.html">Tools</a><br>
|
|
<a href="../../environment/index.html">Environment</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<a id="TOP" name="TOP"></a>
|
|
|
|
<!-- ==================================== CONTENT - Headers ============================ -->
|
|
<div class="content">
|
|
|
|
|
|
<div class="librarytitle"><h3>Sound</h3></div>
|
|
|
|
<div class="full-alt">
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p>
|
|
The source code is available on the <a href="https://github.com/processing/processing-sound">processing-sound</a> GitHub repository. Please report bugs <a href="https://github.com/processing/processing-sound/issues">here</a>. This library is only compatible with Processing 3.0+.
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div class="colone-alt">
|
|
<p>
|
|
|
|
<b>I/O</b>
|
|
<p>
|
|
<a href="AudioDevice.html">AudioDevice</a><br />
|
|
<a href="AudioIn.html">AudioIn</a><br />
|
|
</p>
|
|
|
|
<b>Audio Files</b>
|
|
|
|
<p>
|
|
<a href="SoundFile.html">SoundFile</a><br />
|
|
</p>
|
|
|
|
<b>Effects</b>
|
|
|
|
<p>
|
|
<a href="LowPass.html">LowPass</a><br />
|
|
<a href="HighPass.html">HighPass</a><br />
|
|
<a href="BandPass.html">BandPass</a><br />
|
|
<a href="Delay.html">Delay</a><br />
|
|
<a href="Reverb.html">Reverb</a><br />
|
|
</p>
|
|
|
|
<b>Analysis</b>
|
|
<p>
|
|
<a href="Amplitude.html">Amplitude</a><br />
|
|
<a href="FFT.html">FFT</a><br />
|
|
</p>
|
|
|
|
</p>
|
|
</div>
|
|
|
|
<div class="twocol-alt">
|
|
<p>
|
|
<b>Noise</b>
|
|
<p>
|
|
<a href="WhiteNoise.html">WhiteNoise</a><br />
|
|
<a href="PinkNoise.html">PinkNoise</a><br />
|
|
<a href="BrownNoise.html">BrownNoise</a><br />
|
|
</p>
|
|
|
|
<b>Oscillators</b>
|
|
<p>
|
|
<a href="SinOsc.html">SinOsc</a><br />
|
|
<a href="SawOsc.html">SawOsc</a><br />
|
|
<a href="SqrOsc.html">SqrOsc</a><br />
|
|
<a href="TriOsc.html">TriOsc</a><br />
|
|
<a href="Pulse.html">Pulse</a><br />
|
|
</p>
|
|
|
|
<b>Envelopes</b>
|
|
<p>
|
|
<a href="Env.html">Env</a><br />
|
|
</p>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- ==================================== FOOTER ============================ -->
|
|
<div id="footer">
|
|
<div id="copyright">Processing was initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="../../about/people.html">small team of volunteers</a>.</div>
|
|
<div id="colophon">
|
|
|
|
<a href="../../copyright.html">© Info</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|