class methods
- ofxOpenALSoundPlayer()
- ~ofxOpenALSoundPlayer()
- closeSoundEngine()
- getIsPlaying()
- getPan()
- getPitch()
- getPosition()
- getPositionMS()
- getSpeed()
- getVolume()
- initializeSoundEngine()
- isLoaded()
- loadSound()
- ofxALSoundSetDistanceModel()
- ofxALSoundSetListenerGain()
- ofxALSoundSetListenerLocation()
- ofxALSoundSetListenerVelocity()
- ofxALSoundSetMaxDistance()
- ofxALSoundSetReferenceDistance()
- play()
- setLocation()
- setLoop()
- setMultiPlay()
- setPan()
- setPaused()
- setPitch()
- setPosition()
- setPositionMS()
- setSpeed()
- setVolume()
- stop()
- unloadSound()
- update()
- vibrate()
variables
- bool bLoadedOk
- bool bLoop
- bool bMultiPlay
- bool bPaused
- bool isStreaming
- unsigned int length
- ofPoint location
- float pan
- float pitch
- float volume
global functions
ofxALSoundSetListenerLocation(...)
void ofxOpenALSoundPlayer::ofxALSoundSetListenerLocation(float x, float y, float z)
ofxALSoundSetListenerVelocity(...)
void ofxOpenALSoundPlayer::ofxALSoundSetListenerVelocity(float x, float y, float z)
ofxALSoundSetReferenceDistance(...)
void ofxOpenALSoundPlayer::ofxALSoundSetReferenceDistance(float dist)
Last updated Wednesday, 08 March 2023 18:06:51 UTC - 7c9ee203c70f155d301b41aa9b34dcc286921a3c
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue