Audacity

http://audacity.sourceforge.net/

Matt Brubeck

What is Audacity

Free (GPL) sound editor for Linux, Mac OS X, and Windows

What does it do?

Demonstration

Who uses Audacity?

Cross-Platform

Windows
Mac OS X

Cross-Platform

Linux (GTK)

Windows

Mac OS X

Features

Development

Development

Data Structures

Traditional audio data structures:

Audacity's data structure

Audacity's data structure

Plug-ins

Nyquist

;nyquist plug-in
;version 1
;type process
;name "Tremolo..."
;action "Applying Tremolo..."
;control amount "Wetness"   int  "%"  40  0   100
;control lfo    "Frequency" real "Hz" 4.0 0.1 10.0

(mult (sum (const (- 1.0 (/ amount 200.0))) 
      (scale (/ amount 200.0) 
             (osc (hz-to-step lfo)))) s)

Legal issues

Recent development

Audacity 1.2.2

Audacity 1.3 (unstable)

Any questions?