X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=wdq2wav.h;h=fb8d0e00809c98f8741c67de225407de2c347a5b;hb=d7a27230e4058ce4d949c22b68c758c90c46572b;hp=9e83af9d45668084b1c38a25aaa875f0ec5af47e;hpb=94b57dc19edff11caf16bc311d247b899e69f421;p=wdq2wav.git diff --git a/wdq2wav.h b/wdq2wav.h index 9e83af9..fb8d0e0 100644 --- a/wdq2wav.h +++ b/wdq2wav.h @@ -5,7 +5,7 @@ #include #include #include - +#include class WindaqFile { @@ -23,6 +23,8 @@ public: unsigned int m_sr_denom, m_sr_numer; unsigned int m_nHeader_bytes, m_channel_offset, m_nBytes_channel_header; unsigned int m_nData_bytes; + unsigned long int m_time_acq_start; + unsigned long int m_time_acq_stop; }; class WindaqChannel