diff dsp/phasevocoder/PhaseVocoder.h @ 357:650bbacf8288

Add forwardMagnitude
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 15 Oct 2013 18:26:38 +0100
parents 5eb9c2387108
children 701233f8ed41
line wrap: on
line diff
--- a/dsp/phasevocoder/PhaseVocoder.h	Tue Oct 15 11:52:00 2013 +0100
+++ b/dsp/phasevocoder/PhaseVocoder.h	Tue Oct 15 18:26:38 2013 +0100
@@ -21,7 +21,6 @@
 class PhaseVocoder  
 {
 public:
-    //!!! review: size must be a power of two, or not?
     PhaseVocoder(int size, int hop);
     virtual ~PhaseVocoder();