LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
TimeBufferImp Class Reference

Public Member Functions

void reset ()
 
void push (const dmat &mat)
 
dmat pop (const us nframes, const us keep)
 
us n_frames () const
 Counts the number of available frames in the queue.
 

Detailed Description

Definition at line 13 of file lasp_timebuffer.cpp.

Member Function Documentation

◆ n_frames()

us TimeBufferImp::n_frames ( ) const
inline

Counts the number of available frames in the queue.

Returns

Definition at line 79 of file lasp_timebuffer.cpp.

◆ pop()

dmat TimeBufferImp::pop ( const us  nframes,
const us  keep 
)
inline

Definition at line 38 of file lasp_timebuffer.cpp.

◆ push()

void TimeBufferImp::push ( const dmat mat)
inline

Definition at line 24 of file lasp_timebuffer.cpp.

◆ reset()

void TimeBufferImp::reset ( )
inline

Definition at line 20 of file lasp_timebuffer.cpp.


The documentation for this class was generated from the following file: