Method | Description | |
---|---|---|
AudioOpenAl ( ) : System | ||
GetSoundFormat ( int channels, int bits ) : OpenTK.Audio.OpenAL.ALFormat | ||
LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[] | ||
Play ( string filename ) : void | ||
PlayAudioLoop ( string filename, bool play ) : void | ||
PlayAudioLoop ( string filename, bool play, bool restart ) : void |
public static GetSoundFormat ( int channels, int bits ) : OpenTK.Audio.OpenAL.ALFormat | ||
channels | int | |
bits | int | |
return | OpenTK.Audio.OpenAL.ALFormat |
public static LoadWave ( Stream stream, int &channels, int &bits, int &rate ) : byte[] | ||
stream | Stream | |
channels | int | |
bits | int | |
rate | int | |
return | byte[] |
public PlayAudioLoop ( string filename, bool play ) : void | ||
filename | string | |
play | bool | |
return | void |
public PlayAudioLoop ( string filename, bool play, bool restart ) : void | ||
filename | string | |
play | bool | |
restart | bool | |
return | void |