diff runner/AudioDBFeatureWriter.h @ 60:da84d2efd7a3

Added NumPy compatible binary feature writer for track-level outputs
author gyorgyf
date Sun, 12 Feb 2012 19:55:06 +0000
parents 18c42fbc1335
children
line wrap: on
line diff
--- a/runner/AudioDBFeatureWriter.h	Mon Jan 09 16:30:44 2012 +0000
+++ b/runner/AudioDBFeatureWriter.h	Sun Feb 12 19:55:06 2012 +0000
@@ -53,7 +53,12 @@
     static string catalogueIdParam;
     static string baseDirParam;
     
-    struct TrackStream;
+    struct TrackStream; // defined in .cpp as follows:
+	// struct BinaryFeatureWriter::TrackStream
+	// {
+	//     QString trackid;
+	//     ofstream* ofs;
+	// };
     map<string, TrackStream> dbfiles;
     
     bool openDBFile(QString trackid, const string& identifier);