|
Wave Arts VQE
1.00
Voice Quality Enhancement
|
Yet another sample FIFO. More...
#include <ResFast.h>
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. | |
Yet another sample FIFO.
This sample FIFO is accessed directly by the resampler processing inner loop, hence the public declarations.
1.7.5.1