//
pkg.gl
Category
github.com/aceeric/engine
audio
package
0.1.0
Repository:
https://github.com/aceeric/engine.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
0
Files
397 SLOC
#
Functions
NewAudioFile
NewAudioFile creates and returns a pointer to a new audio file object and an error.
NewListener
NewListener returns a pointer to a new Listener object.
WaveCheck
WaveCheck checks if the specified filepath corresponds to a an audio wave file.
#
Structs
AudioFile
AudioFile represents an audio file.
AudioInfo
AudioInfo represents the information associated to an audio file.
Listener
Listener is an audio listener positioned in space.
WaveSpecs
WaveSpecs describes the characteristics of the audio encoded in a wave file.