diff projects/filter_IIR/main.cpp @ 9:323a4eb9b7c0

_fixed file path in filter examples
author Victor Zappi <victor.zappi@qmul.ac.uk>
date Tue, 11 Nov 2014 15:35:18 +0000
parents 09f03ac40fcc
children 901d205d1a3c
line wrap: on
line diff
--- a/projects/filter_IIR/main.cpp	Tue Nov 11 15:34:01 2014 +0000
+++ b/projects/filter_IIR/main.cpp	Tue Nov 11 15:35:18 2014 +0000
@@ -134,7 +134,7 @@
 	}
 
 	if(fileName.empty()){
-		fileName = "longsample.wav";
+		fileName = "filter/longsample.wav";
 	}
 
 	if(settings.verbose) {