Go to the documentation of this file. 1 #ifndef KM3NET_AUDIO_DATA_H_
2 #define KM3NET_AUDIO_DATA_H_
7 #include "toalib/km3_toa_lib.hpp"
9 #define STD_WINDOW 262144
10 #define STD_OVERLAP 15625
28 bool Append(real_type sample);
static const int DEBUG_LEVEL
void Check_time(Audio_Header header)
KM3NeT_Audio_Data(uint32_t window=STD_WINDOW, uint32_t overlap=STD_OVERLAP)
bool Append(real_type sample)
virtual ~KM3NeT_Audio_Data()
real_type * Get_window(ToA_Packet *packet)