Public Member Functions | |
PinkNoise () | |
void | getFormat (int &channel_count, int &sample_rate, SampleFormat &sample_format) |
int | doRead (int frame_count, void *buffer) |
void | reset () |
Definition at line 44 of file noise.cpp.
|
|
|
Implement this method in subclasses.
Implements audiere::BasicSource. |
|
Retrieve the number of channels, sample rate, and sample format of the sample source. Implements audiere::SampleSource. Definition at line 50 of file noise.cpp. References audiere::SF_S16. |
|
Reset the sample source. This has the same effect as setPosition(0) on a seekable source. On an unseekable source, it resets all internal state to the way it was when the source was first created. Implements audiere::SampleSource. |