removed test code so we can use it as a library
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 6 Jun 2016 01:58:59 +0000 (01:58 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 6 Jun 2016 01:58:59 +0000 (01:58 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@2815 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/octave/melvq.m

index b31d1cb6ab508c621a1338be185a4dee229d53cd..ca9150364f6f0644c8a6cc1d7b7eaf9c1a4c363a 100644 (file)
@@ -152,7 +152,7 @@ function ind = test_run(samplename)
   fclose(fmel_);
 end
 
-ind = test_run("hts1a");
+%ind = test_run("hts1a");
 
 %load "../build_linux/src/all_mel.txt"
 %vq = trainvq(all_mel, 64, 3);