|
PortAudio 2.0
|
Distort input like a fuzz box. More...
Macros | |
| #define | SAMPLE_RATE (44100) |
| #define | PA_SAMPLE_TYPE paFloat32 |
| #define | FRAMES_PER_BUFFER (64) |
| #define | FUZZ(x) |
Typedefs | |
| typedef float | SAMPLE |
Functions | |
| float | CubicAmplifier (float input) |
| int | main (void) |
Distort input like a fuzz box.
| #define FRAMES_PER_BUFFER (64) |
Referenced by main().
| #define FUZZ | ( | x | ) |
| #define SAMPLE_RATE (44100) |
Referenced by main().
| typedef float SAMPLE |
| float CubicAmplifier | ( | float | input | ) |
| int main | ( | void | ) |
References PaStreamParameters::channelCount, PaDeviceInfo::defaultLowInputLatency, PaDeviceInfo::defaultLowOutputLatency, PaStreamParameters::device, FRAMES_PER_BUFFER, PaStreamParameters::hostApiSpecificStreamInfo, Pa_CloseStream(), Pa_GetDefaultInputDevice(), Pa_GetDefaultOutputDevice(), Pa_GetDeviceInfo(), Pa_GetErrorText(), Pa_Initialize(), Pa_OpenStream(), PA_SAMPLE_TYPE, Pa_StartStream(), Pa_Terminate(), paNoDevice, paNoError, SAMPLE_RATE, PaStreamParameters::sampleFormat, and PaStreamParameters::suggestedLatency.