Tao.OpenAl SDK Documentation

Alut.alutCreateBufferWaveform Method 

[Visual Basic]
Public Shared Function alutCreateBufferWaveform( _
   ByVal waveshape As Integer, _
   ByVal frequency As Single, _
   ByVal phase As Single, _
   ByVal duration As Single _
) As Integer
[C#]
public static int alutCreateBufferWaveform(
   int waveshape,
   float frequency,
   float phase,
   float duration
);

See Also

Alut Class | Tao.OpenAl Namespace