comparison README @ 244:8042ab66f707

* tidy
author cannam
date Mon, 10 Nov 2008 22:10:20 +0000
parents 7f3a806ed1df
children a8c8fe602eec
comparison
equal deleted inserted replaced
243:3cf5bd155e5b 244:8042ab66f707
128 128
129 - SpectralCentroid calculates the centre of gravity of the frequency 129 - SpectralCentroid calculates the centre of gravity of the frequency
130 domain representation of each block of audio. 130 domain representation of each block of audio.
131 131
132 - PowerSpectrum calculates a power spectrum from the input audio. 132 - PowerSpectrum calculates a power spectrum from the input audio.
133 Actually, it doesn't do any work except converting from the cartesian 133 Actually, it doesn't do any work except calculating power from a
134 complex representation. The work of converting to frequency domain 134 cartesian complex FFT output. The work of calculating this frequency
135 is all done for it by the host or host SDK; the plugin just needs to 135 domain output is done for it by the host or host SDK; the plugin just
136 declare that it wants frequency domain input. This is the simplest 136 needs to declare that it wants frequency domain input. This is the
137 of the example plugins. 137 simplest of the example plugins.
138 138
139 - AmplitudeFollower is a simple implementation of SuperCollider's 139 - AmplitudeFollower is a simple implementation of SuperCollider's
140 amplitude-follower algorithm. 140 amplitude-follower algorithm.
141 141
142 - PercussionOnsetDetector estimates the locations of percussive 142 - PercussionOnsetDetector estimates the locations of percussive