class AUDIOsample


Public Methods

void amplitude(float ampl)
Change the amplitude of a sound alerady playing
void create(char *dir, char *file)
void loop()
Loop a sound that is already playing
void play(float ampl = 0.5, float freq = 1.0)
Play a note with default freq and ampl values
void stop()
Stop the sound that is playing
~AUDIOsample(void)

Private Fields

float actor
char sample[128]

Documentation

~AUDIOsample(void)

void create(char *dir, char *file)

void play(float ampl = 0.5, float freq = 1.0)
Play a note with default freq and ampl values

void loop()
Loop a sound that is already playing. You must call play before you can loop a sound.

void amplitude(float ampl)
Change the amplitude of a sound alerady playing

void stop()
Stop the sound that is playing

float actor

char sample[128]


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de