package audio_system
Functions
Init
Pcm2Float
PlayWav
Quit
Rechannel
Resample
Types
Wav
struct
type Wav struct {
WavData []byte // Data at top because we need to align on 64-bit
FormatType WavFormat
Channels int16
SampleRate int32
// Has unexported fields.
}
LoadWav
WavFormat
const ( WavFormatPcm WavFormat = 1 WavFormatFloat WavFormat = 3 )