Mercurial > hg > qm-dsp
comparison dsp/phasevocoder/PhaseVocoder.h @ 358:7a225d665ed2
Merge from branch kissfft
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Wed, 16 Oct 2013 12:52:44 +0100 |
parents | 650bbacf8288 |
children | 701233f8ed41 |
comparison
equal
deleted
inserted
replaced
352:5ff562f5b521 | 358:7a225d665ed2 |
---|---|
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 |