David Reid
82f88e5df9
Potential fixes for Raspberry Pi.
7年前
David Reid
a0d9913c7c
Potential fixes for audio on RPI and Emscripten builds.
7年前
David Reid
5463e14886
Audio: Fix a bug with AudioStreams.
This bug is a result of the buffer of an AudioStream being smaller than
that of a period of the backend playback device. In this situation,
AudioStream's would have pauses between buffer updates because the
backend is not able to re-fill the AudioStream buffer's quick enough
due to it's periods being longer than the AudioStream buffer.
7年前
David Reid
8b3694a34d
Fix a crash in audio mixing code.
7年前
David Reid
c71b01c8ac
Update mini_al with fixes for OpenSL and SDL backends.
7年前
David Reid
14b889be41
Update mini_al with a potential fix for HTML5.
7年前
David Reid
3238cba47c
Log the name of the playback device.
7年前
David Reid
49e945f958
Update mini_al with fixes and improvements for Emscripten.
7年前
David Reid
84ef860443
Update mini_al with experimental support for SDL/Emscripten.
7年前
David Reid
f9144ac5b0
Rename a variable for consistency.
7年前
David Reid
3be83dac7e
Update mini_al.
7年前
David Reid
b9bb80d004
Add some logging and update mini_al.
7年前
David Reid
60d7215b2a
mini_al: Unify the buffer system for Sounds and AudioStreams.
7年前
David Reid
261b00e9e8
Update mini_al.
7年前
David Reid
96be62e88b
Update mini_al.h
7年前
David Reid
e03afbf2fa
Add support for pitch shifting.
This commit should bring the mini_al backend up to feature parity with
the OpenAL backend.
7年前
David Reid
322d868841
Fix minor errors with the OpenAL backend.
7年前
David Reid
88d2810fa3
Bug fixes for Music with mini_al.
7年前
David Reid
3a96a66fdf
Bring up to date with changes to mini_al.
7年前
David Reid
e52f4282d6
Update comments.
7年前
David Reid
ac4c911ad7
Work on porting Music to mini_al.
7年前
David Reid
68bf6c9701
Initial work on porting AudioStream to use mini_al.
7年前
David Reid
b0852002b8
Rename SoundInternal to SoundData for consistency with MusicData.
7年前
David Reid
75433a670e
Initial work on adding support for mini_al.
7年前
Ray
8380c488be
Merge pull request #371 from raysan5/develop
Integrate Develop branch
7年前
Ray
2ba43b595e
Update file
7年前
Ray
ad31730b6a
Added cross-compiler RPI libs
7年前
Ray
6cec382f65
Comments tweak
7年前
Ray
b6c9b54316
Simplified desktop examples compilation
7年前
Ray
551de156bb
Name tweak
7年前
Ray
a483e17f50
Adapted games to compile for Android
7年前
Ray
3f9d76f227
Updated Makefile to support Android
7年前
Ray
33da9bc8f6
Simplified flags
7年前
Ray
368b0320c6
Added resource config file
7年前
Ray San
df67e799dd
Updated release versions for raylib 1.8
7年前
Ray
18601f7619
Merge pull request #369 from raysan5/develop
Integrate Develop branch
7年前
Ray
1ef818b032
Update example
7年前
Ray
d9d9546ee5
Updated to latest library version
7年前
Ray
1375a616b2
Some examples code tweaks
7年前
Ray San
037fbc571a
Remove unused file
7年前
Ray San
e3dcccb936
Updated raylib release 1.8
7年前
Ray San
86df9168e7
Updated raylib VS2015 project
7年前
Ray San
1474172b4a
Updated for raylib 1.8
7年前
Ray
53280a56e3
Merge pull request #367 from raysan5/develop
Integrate Develop branch
7年前
Ray
5b71e5b3d1
Update CHANGELOG
7年前
Ray San
7057d08369
Review VR functionality
To be more generic and configurable
7年前
Ray San
8ace02c2ff
Added new examples to build...
...and reviewed some details
7年前
Ray San
76c821a68d
Add screenshot
7年前
Ray San
5dc216f419
Improved some examples
7年前
Ray San
b065edc878
Review issue with resources folder
7年前