shithub: aubio

Download patch

ref: b1c948bece6ebed49f1906e2542edd8e7f05cea0
parent: ac5f22ca55c59c732ac71f7c256fa21cf2cf349a
author: Paul Brossier <[email protected]>
date: Sat Nov 3 15:07:21 EDT 2007

src/phasevoc.c: window is of type smpl_t

--- a/src/phasevoc.c
+++ b/src/phasevoc.c
@@ -33,7 +33,7 @@
   fvec_t * synthold;  /**last input frame [win_s-hop_s] */
   fvec_t * data;      /**current input grain [win_s] */
   fvec_t * dataold;   /**last input frame [win_s-hop_s] */
-  float * w;          /** grain window [win_s] */
+  smpl_t * w;          /** grain window [win_s] */
 };