C# Class Files.AudioLogic.SoundPlayer

Called upon by HIT subroutines to play sounds.
ファイルを表示 Open project: Afr0Games/Project-Dollhouse

Public Methods

Method Description
PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void

Starts playing a sound.

Method Details

PlaySound() public static method

Starts playing a sound.
public static PlaySound ( byte WavData, uint SampleRate, bool LoopIt = false ) : void
WavData byte The wav data for this sound.
SampleRate uint The sample rate of the data.
LoopIt bool Wether or not to loop the sound.
return void