Mercurial > hg > qm-dsp
comparison dsp/phasevocoder/PhaseVocoder.h @ 133:ef42b60d0100
Merge from branch kissfft
author | Chris Cannam |
---|---|
date | Wed, 16 Oct 2013 12:52:44 +0100 |
parents | a586888bc06c |
children | 701233f8ed41 |
comparison
equal
deleted
inserted
replaced
132:0523dbfda035 | 133:ef42b60d0100 |
---|---|
19 class FFTReal; | 19 class FFTReal; |
20 | 20 |
21 class PhaseVocoder | 21 class PhaseVocoder |
22 { | 22 { |
23 public: | 23 public: |
24 //!!! review: size must be a power of two, or not? | |
25 PhaseVocoder(int size, int hop); | 24 PhaseVocoder(int size, int hop); |
26 virtual ~PhaseVocoder(); | 25 virtual ~PhaseVocoder(); |
27 | 26 |
28 /** | 27 /** |
29 * Given one frame of time-domain samples, FFT and return the | 28 * Given one frame of time-domain samples, FFT and return the |