David Reid
950f31e620
Update mini_al.
2017-12-06 18:48:47 +10:00
David Reid
104391f82b
Update mini_al.
2017-12-05 18:49:00 +10:00
David Reid
82f88e5df9
Potential fixes for Raspberry Pi.
2017-12-03 11:20:02 +10:00
David Reid
a0d9913c7c
Potential fixes for audio on RPI and Emscripten builds.
2017-11-24 22:13:33 +10:00
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.
2017-11-24 21:54:00 +10:00
David Reid
8b3694a34d
Fix a crash in audio mixing code.
2017-11-22 18:36:48 +10:00
David Reid
c71b01c8ac
Update mini_al with fixes for OpenSL and SDL backends.
2017-11-21 06:35:38 +10:00
David Reid
14b889be41
Update mini_al with a potential fix for HTML5.
2017-11-20 21:47:07 +10:00
David Reid
3238cba47c
Log the name of the playback device.
2017-11-19 19:38:23 +10:00
David Reid
49e945f958
Update mini_al with fixes and improvements for Emscripten.
2017-11-19 12:15:01 +10:00
David Reid
84ef860443
Update mini_al with experimental support for SDL/Emscripten.
2017-11-18 22:30:20 +10:00
David Reid
f9144ac5b0
Rename a variable for consistency.
2017-11-18 12:15:48 +10:00
David Reid
3be83dac7e
Update mini_al.
2017-11-18 11:51:51 +10:00
David Reid
b9bb80d004
Add some logging and update mini_al.
2017-11-18 10:27:44 +10:00
David Reid
60d7215b2a
mini_al: Unify the buffer system for Sounds and AudioStreams.
2017-11-18 08:42:14 +10:00
David Reid
261b00e9e8
Update mini_al.
2017-11-17 21:12:05 +10:00
David Reid
96be62e88b
Update mini_al.h
2017-11-16 21:49:45 +10:00
David Reid
e03afbf2fa
Add support for pitch shifting.
...
This commit should bring the mini_al backend up to feature parity with
the OpenAL backend.
2017-11-15 22:04:23 +10:00
David Reid
322d868841
Fix minor errors with the OpenAL backend.
2017-11-14 21:44:57 +10:00
David Reid
88d2810fa3
Bug fixes for Music with mini_al.
2017-11-14 21:15:50 +10:00
David Reid
3a96a66fdf
Bring up to date with changes to mini_al.
2017-11-13 21:46:29 +10:00
David Reid
e52f4282d6
Update comments.
2017-11-12 22:57:31 +10:00
David Reid
ac4c911ad7
Work on porting Music to mini_al.
2017-11-12 21:55:24 +10:00
David Reid
68bf6c9701
Initial work on porting AudioStream to use mini_al.
2017-11-12 20:59:16 +10:00
David Reid
b0852002b8
Rename SoundInternal to SoundData for consistency with MusicData.
2017-11-12 14:54:37 +10:00
David Reid
75433a670e
Initial work on adding support for mini_al.
2017-11-12 14:17:05 +10:00
Ray
8380c488be
Merge pull request #371 from raysan5/develop
...
Integrate Develop branch
2017-10-22 20:43:57 +02:00
Ray
2ba43b595e
Update file
2017-10-22 20:07:40 +02:00
Ray
ad31730b6a
Added cross-compiler RPI libs
2017-10-22 20:00:38 +02:00
Ray
6cec382f65
Comments tweak
2017-10-22 20:00:18 +02:00
Ray
b6c9b54316
Simplified desktop examples compilation
2017-10-22 12:09:00 +02:00
Ray
551de156bb
Name tweak
2017-10-22 12:08:42 +02:00
Ray
a483e17f50
Adapted games to compile for Android
2017-10-22 11:48:41 +02:00
Ray
3f9d76f227
Updated Makefile to support Android
2017-10-22 11:12:10 +02:00
Ray
33da9bc8f6
Simplified flags
2017-10-22 11:07:55 +02:00
Ray
368b0320c6
Added resource config file
2017-10-22 11:07:17 +02:00
Ray San
df67e799dd
Updated release versions for raylib 1.8
2017-10-20 17:14:58 +02:00
Ray
18601f7619
Merge pull request #369 from raysan5/develop
...
Integrate Develop branch
2017-10-20 16:15:23 +02:00
Ray
1ef818b032
Update example
2017-10-20 13:59:08 +02:00
Ray
d9d9546ee5
Updated to latest library version
2017-10-20 12:13:21 +02:00
Ray
1375a616b2
Some examples code tweaks
2017-10-20 00:18:21 +02:00
Ray San
037fbc571a
Remove unused file
2017-10-19 14:37:00 +02:00
Ray San
e3dcccb936
Updated raylib release 1.8
2017-10-19 14:19:04 +02:00
Ray San
86df9168e7
Updated raylib VS2015 project
2017-10-19 14:14:18 +02:00
Ray San
1474172b4a
Updated for raylib 1.8
2017-10-19 13:25:51 +02:00
Ray
53280a56e3
Merge pull request #367 from raysan5/develop
...
Integrate Develop branch
2017-10-18 00:12:27 +02:00
Ray
5b71e5b3d1
Update CHANGELOG
2017-10-17 13:37:07 +02:00
Ray San
7057d08369
Review VR functionality
...
To be more generic and configurable
2017-10-17 13:32:15 +02:00
Ray San
8ace02c2ff
Added new examples to build...
...
...and reviewed some details
2017-10-17 13:30:41 +02:00
Ray San
76c821a68d
Add screenshot
2017-10-17 11:52:01 +02:00