Go to the source code of this file.
Functions | |
| void | SoundSinus (word freq, dword durationInMilliseconds, word Amplitude) |
Variables | |
| short * | soundData = NULL |
| dword | soundDataLength = 0 |
| void SoundSinus | ( | word | freq, |
| dword | durationInMilliseconds, | ||
| word | Amplitude | ||
| ) |
Definition at line 7 of file SoundSinus.c.
References soundData, soundDataLength, TRACEENTER, and TRACEEXIT.
| short* soundData = NULL |
Definition at line 4 of file SoundSinus.c.
Referenced by SoundSinus().
| dword soundDataLength = 0 |
Definition at line 5 of file SoundSinus.c.
Referenced by SoundSinus().