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 лет назад
Ray San
7f602c9e1e
Updated libraries for Windows
7 лет назад