X-Git-Url: http://git.kpe.io/?p=wdq2wav.git;a=blobdiff_plain;f=wdq2wav.h;h=aa7c43ae1be9bf5c4b904c2b6e2372036fdd0d56;hp=a5076c0b653d91fa3e8fc9d2778769fbc4f52307;hb=840065346d956999b0c3fb51da509695060b085b;hpb=9ccb27ac548ef8ff8f23cec5574d6d9fb8494779 diff --git a/wdq2wav.h b/wdq2wav.h index a5076c0..aa7c43a 100644 --- a/wdq2wav.h +++ b/wdq2wav.h @@ -73,6 +73,7 @@ public: std::string m_error; int m_fd; bool m_bLegacy_format; + bool m_bHires; int m_nMaxChannels; int m_nChannels; unsigned long int m_nSamples; @@ -84,6 +85,9 @@ public: unsigned int m_time_acq_start; unsigned int m_time_acq_stop; double m_time_between_channel_samples; + + bool any_packed_channels(); + bool is_channel_packed(int iChannel); }; class WindaqChannel