|
Nsound
0.9.4
|
#include <Nsound/AudioStream.h>#include <Nsound/Buffer.h>#include <Nsound/Granulator.h>#include <Nsound/Sine.h>#include <Nsound/TicToc.h>#include <Nsound/Wavefile.h>#include <cmath>#include <iostream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 47 of file test_granulator.cc.
References Nsound::Generator::drawDecay(), Nsound::Granulator::GAUSSIAN_30, Nsound::Granulator::generate(), Nsound::Wavefile::setDefaultSampleRate(), Nsound::Wavefile::setDefaultSampleSize(), Nsound::Tic(), and Nsound::Toc().
1.8.6