Mercurial > hg > vamp-plugin-sdk
comparison README @ 242:7f3a806ed1df
* Add PowerSpectrum to docs
author | cannam |
---|---|
date | Mon, 10 Nov 2008 17:34:14 +0000 |
parents | cc467e52da4c |
children | 8042ab66f707 |
comparison
equal
deleted
inserted
replaced
241:70e6826adc64 | 242:7f3a806ed1df |
---|---|
126 - ZeroCrossing calculates the positions and density of zero-crossing | 126 - ZeroCrossing calculates the positions and density of zero-crossing |
127 points in an audio waveform. | 127 points in an audio waveform. |
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 | |
132 - PowerSpectrum calculates a power spectrum from the input audio. | |
133 Actually, it doesn't do any work except converting from the cartesian | |
134 complex representation. The work of converting to frequency domain | |
135 is all done for it by the host or host SDK; the plugin just needs to | |
136 declare that it wants frequency domain input. This is the simplest | |
137 of the example plugins. | |
131 | 138 |
132 - AmplitudeFollower is a simple implementation of SuperCollider's | 139 - AmplitudeFollower is a simple implementation of SuperCollider's |
133 amplitude-follower algorithm. | 140 amplitude-follower algorithm. |
134 | 141 |
135 - PercussionOnsetDetector estimates the locations of percussive | 142 - PercussionOnsetDetector estimates the locations of percussive |