Wave Arts VQE  1.00
Voice Quality Enhancement
Public Member Functions | Public Attributes
ResFifo Class Reference

Yet another sample FIFO. More...

#include <ResFast.h>

List of all members.

Public Member Functions

 ResFifo (int len)
 Create ResFifo with len samples.
 ~ResFifo ()
 Destructor.
void Write (float val)
 Write value to FIFO.
void Reset ()
 Reset the FIFO to initial conditions.

Public Attributes

int len
 length of FIFO
float * buf
 FIFO buffer.
int index
 Current write index.

Detailed Description

Yet another sample FIFO.

This sample FIFO is accessed directly by the resampler processing inner loop, hence the public declarations.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines