index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ao
/
audio_driver_ao.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "libao audio driver"
Juan Linietsky
2015-11-19
1
-161
/
+0
*
Add missing check for AO_ENABLED in audio_driver_ao.cpp
Anton Yabchinskiy
2014-11-28
1
-0
/
+4
*
Update the list of authors in libao driver sources
Anton Yabchinskiy
2014-11-24
1
-0
/
+1
*
Include cstring header for memset()
Anton Yabchinskiy
2014-11-22
1
-0
/
+2
*
Cast samples_in to samples_out with reinterpret_cast<int16_t*>
Anton Yabchinskiy
2014-11-22
1
-1
/
+2
*
samples_in is an instance variable, prefix it with ad->
Anton Yabchinskiy
2014-11-22
1
-1
/
+1
*
Fix syntax error in call to ao_play()
Anton Yabchinskiy
2014-11-22
1
-1
/
+1
*
Set libao sample format to 16 bits
Anton Yabchinskiy
2014-11-22
1
-5
/
+13
*
Check return value of ao_play()
Anton Yabchinskiy
2014-11-22
1
-2
/
+5
*
Write audio samples to libao device
Anton Yabchinskiy
2014-11-22
1
-7
/
+7
*
Change 0 to NULL for ao_open_live() and device
Anton Yabchinskiy
2014-11-22
1
-2
/
+2
*
Minor code formatting fixes in ao driver
Anton Yabchinskiy
2014-11-22
1
-6
/
+4
*
Open/close libao audio device
Anton Yabchinskiy
2014-11-22
1
-0
/
+15
*
Initialize/shutdown libao
Anton Yabchinskiy
2014-11-22
1
-2
/
+2
*
Import sources for libao driver (unfinished, based on dummy driver)
Anton Yabchinskiy
2014-11-22
1
-0
/
+129