Search found 1 match

by janesconference
Fri Feb 17, 2012 11:29 am
Forum: General Audio Programming
Topic: How does Audacity render waveforms?
Replies: 4
Views: 4411

Re: How does Audacity render waveforms?

Audacity uses WxWidgets for its GUI elements. The actual method used to render waveforms is rather complicated as Audacity uses block files for the data rather than the original data stream. The waveform graphics are encoded into the .AU data files. There is an overview of Audacity's architectural ...