diff yetilab/stream/framer.yeti @ 222:77c6a81c577f matrix_opaque_immutable

Move block directory -> vector
author Chris Cannam
date Sat, 11 May 2013 15:58:36 +0100
parents a7f4eb1cdd72
children de770971a628
line wrap: on
line diff
--- a/yetilab/stream/framer.yeti	Sat May 11 14:50:43 2013 +0100
+++ b/yetilab/stream/framer.yeti	Sat May 11 15:58:36 2013 +0100
@@ -6,8 +6,8 @@
  * overlapping) frames of data.
  */
 
-vec = load yetilab.block.vector;
-bf = load yetilab.block.blockfuncs;
+vec = load yetilab.vector.vector;
+bf = load yetilab.vector.blockfuncs;
 af = load yetilab.stream.audiofile;
 win = load yetilab.transform.window;
 fft = load yetilab.transform.fft;