index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ao
Age
Commit message (
Expand
)
Author
2014-11-28
Add missing check for AO_ENABLED in audio_driver_ao.cpp
Anton Yabchinskiy
2014-11-24
Update the list of authors in libao driver sources
Anton Yabchinskiy
2014-11-22
Include cstring header for memset()
Anton Yabchinskiy
2014-11-22
Cast samples_in to samples_out with reinterpret_cast<int16_t*>
Anton Yabchinskiy
2014-11-22
samples_in is an instance variable, prefix it with ad->
Anton Yabchinskiy
2014-11-22
Fix syntax error in call to ao_play()
Anton Yabchinskiy
2014-11-22
Set libao sample format to 16 bits
Anton Yabchinskiy
2014-11-22
Check return value of ao_play()
Anton Yabchinskiy
2014-11-22
Write audio samples to libao device
Anton Yabchinskiy
2014-11-22
Change 0 to NULL for ao_open_live() and device
Anton Yabchinskiy
2014-11-22
Minor code formatting fixes in ao driver
Anton Yabchinskiy
2014-11-22
Open/close libao audio device
Anton Yabchinskiy
2014-11-22
Initialize/shutdown libao
Anton Yabchinskiy
2014-11-22
Import sources for libao driver (unfinished, based on dummy driver)
Anton Yabchinskiy