FireBirdLib - Topfield TMS PVR TAP Programming Library
SoundSinus.c File Reference
#include <stdlib.h>
#include "libFireBird.h"

Go to the source code of this file.

Functions

void SoundSinus (word freq, dword durationInMilliseconds, word Amplitude)
 

Variables

short * soundData = NULL
 
dword soundDataLength = 0
 

Function Documentation

◆ SoundSinus()

void SoundSinus ( word  freq,
dword  durationInMilliseconds,
word  Amplitude 
)

Definition at line 7 of file SoundSinus.c.

References soundData, soundDataLength, TRACEENTER, and TRACEEXIT.

Variable Documentation

◆ soundData

short* soundData = NULL

Definition at line 4 of file SoundSinus.c.

Referenced by SoundSinus().

◆ soundDataLength

dword soundDataLength = 0

Definition at line 5 of file SoundSinus.c.

Referenced by SoundSinus().