r8646: support new windaq format
[wdq2wav.git] / wdq2wav.h
index 6cff82bace00595a989cb9cdccbff9cbd2f11773..688ddc68e269c428965d9d517d80fb479ee01534 100644 (file)
--- a/wdq2wav.h
+++ b/wdq2wav.h
@@ -72,6 +72,8 @@ public:
   bool m_valid;
   std::string m_error;
   int m_fd;
+  int m_format;
+  int m_nMaxChannels;
   int m_nChannels;
   unsigned long int m_nSamples;
   double m_sample_rate;
@@ -81,6 +83,7 @@ public:
   unsigned int m_nData_bytes;
   unsigned int m_time_acq_start;
   unsigned int m_time_acq_stop;
+  double m_time_between_channel_samples;
 };
 
 class WindaqChannel