Difference between revisions of "Toolbox/Tutorials"
From Audacity Wiki
(New pages) |
(Effects) |
||
Line 39: | Line 39: | ||
* [[Toolbox/Audacity Classes]] | * [[Toolbox/Audacity Classes]] | ||
** [[Toolbox/Preferences]] | ** [[Toolbox/Preferences]] | ||
+ | ** [[Toolbox/Effects]] | ||
* [[Toolbox/Libraries]] | * [[Toolbox/Libraries]] | ||
Revision as of 13:10, 12 March 2020
These are stubs of articles explaining topics in digital audio and Audacity source code.
|
Contents
Foundations
Audio Foundations
- Toolbox/Digital Audio - How audio waves are represented as a series of number, and the difference between lossless formats like .wav and lossy formats like 'mp3'.
- Toolbox/Audio Compression - Why you can't 'compress twice' and do better.
- Toolbox/Spectrograms - How sound is represented as frequencies
- Toolbox/Inside the Ear - How the ear works. (includes source separation)
- Toolbox/Inside a Microphone - How a (typical) microphone works
- Toolbox/Echoes and Reverb - Why a church 'sounds different'. (with samples)
Mathematical Foundations
- Toolbox/Radians vs Degrees - Why use radians to measure angles
- Toolbox/A Whirlwind Tour of Trigonometry - Sin, Cos, Pythagoras (with links)
- Toolbox/Why Complex Numbers - Why use the square root of -1 in Audio algorithms
Fourier Transforms
Languages
Audacity Algorithms
Overview
GUI
- Toolbox/Toolbars
- Toolbox/Menus
- Toolbox/Dialogs - including the Shuttle System (ShuttleGUI)
- Toolbox/Tracks
Special Topics
Data
Drawing
- Toolbox/Drawing Waveforms Quickly
- Toolbox/Drawing Spectrograms Quickly
- Toolbox/Cells and Overlays
- Toolbox/Real and Flyweight Widgets