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 星期五, 02 五月 2025 18:55:43 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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