Typedefs | Functions

src/audio/src/util/alutWaveform.cpp File Reference

#include "alutInternal.h"
#include <math.h>
#include <string.h>

Go to the source code of this file.

Typedefs

typedef double(* waveformFunction )(double lastPhase, double phase)

Functions

ALvoid * alutLoadMemoryWaveform (ALenum waveshape, ALfloat frequency, ALfloat phase, ALfloat duration, ALenum *format, ALsizei *size, ALfloat *freq)
ALuint alutCreateBufferWaveform (ALenum waveshape, ALfloat frequency, ALfloat phase, ALfloat duration)
ALvoid * alutLoadMemoryHelloWorld (ALenum *format, ALsizei *size, ALfloat *frequency)
ALuint alutCreateBufferHelloWorld (void)

Typedef Documentation

typedef double(* waveformFunction)(double lastPhase, double phase)

Definition at line 17 of file alutWaveform.cpp.


Function Documentation

ALuint alutCreateBufferHelloWorld ( void   ) 

Definition at line 931 of file alutWaveform.cpp.

ALuint alutCreateBufferWaveform ( ALenum  waveshape,
ALfloat  frequency,
ALfloat  phase,
ALfloat  duration 
)

Definition at line 183 of file alutWaveform.cpp.

ALvoid* alutLoadMemoryHelloWorld ( ALenum *  format,
ALsizei *  size,
ALfloat *  frequency 
)

Definition at line 920 of file alutWaveform.cpp.

ALvoid* alutLoadMemoryWaveform ( ALenum  waveshape,
ALfloat  frequency,
ALfloat  phase,
ALfloat  duration,
ALenum *  format,
ALsizei *  size,
ALfloat *  freq 
)

Definition at line 145 of file alutWaveform.cpp.