David Reid
75433a670e
Initial work on adding support for mini_al.
пре 7 година
Ray
1d91a46008
Corrected out-of-bounds array issue
пре 7 година
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
пре 7 година
Ray
01e65664dd
Reviewed some comments...
пре 8 година
Ray
16842233c9
Review issue and added some comments
пре 8 година
Ray
822c2ddad5
Some defines tweaks for consistency
пре 8 година
Ray
3861bc80f2
StopMusicStream() review
пре 8 година
Ray
2d5c8e61b1
Some code tweaks
пре 8 година
raysan5
7bcae59477
Support XM modules by default
пре 8 година
Ray
ecfe31bf1d
Make TraceLog() public to the API
enum LogType could require some revision...
пре 8 година
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
пре 8 година
Ray
b7a8a40e71
Work on configuration flags
пре 8 година
RDR8
0c16af01e5
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
пре 8 година
Ray
59652c75b4
Review some comments
пре 8 година
raysan5
8f5ff64420
Working on file header comments...
пре 8 година
raysan5
203d1a154e
Clear music buffers on stop
пре 8 година
bugcaptor
de103ecc5e
fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.
пре 8 година
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
пре 8 година
raysan5
05f039f85f
Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
пре 8 година
raysan5
afcd748fdf
Reviewed fread() usage around the code
пре 8 година
Ray
b4988777ef
[audio] Renamed variable
пре 8 година
Ray San
836c1636a2
Remove lighting system from rlgl standalone header
пре 8 година
Ray
f2f05a734d
Added audio function: SetMusicLoopCount()
Useful to set number of repeats for a music, needs to be tested...
пре 8 година
Ray
ac6b4d3830
Added audio function: SetMasterVolume()
пре 8 година
Ray
c85dfd4bc6
Remove unecessary spaces...
пре 8 година
Ray
825eab37e2
Revert unneeded change
пре 8 година
Ray
f164ec80d6
Upload wave collector - GGJ17 game
пре 8 година
Ray
7586031410
Support 32bit wav data
пре 8 година
Ray San
3b120bd7d9
Some tweaks for consistency
пре 8 година
Ray San
fc7d4cef18
Stop sound source before unloading
пре 8 година
Ray San
46f95a730a
Corrected bug on OGG sound loading
пре 8 година
raysan5
6d6659205c
Add support for 32-bit PCM sample data
пре 8 година
raysan5
fbda9c4180
Support rRES data loading
пре 8 година
raysan5
e7464d5fc3
Review some formatting and naming
- Renamed WritePNG() to SavePNG() for consistency with other file
loading functions
- Renamed WriteBitmap() to SaveBMP() for consistency with other file
loading functions
- Redesigned SaveBMP() to use stb_image_write
пре 8 година
raysan5
5da815234c
Improved FLAC audio support
пре 8 година
raysan5
5de597579f
Complete review of audio module
пре 8 година
Saggi Mizrahi
c394708c43
Change UpdateSound() to accept const void *
The function means to accept a const * so let's declare it.
Will allow passing const buffers in games.
Also constness is next to godliness!
Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
пре 8 година
Ray
4a9b77dd70
Corrected bug sound playing twice
Samples count was not properly calculated on WAV loading
пре 8 година
Ray
814507906f
Improving rRES custom format support -IN PROGRESS-
Start removing old rRES functions.
пре 8 година
Ray
377dcb025f
Corrected some warnings
пре 8 година
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
пре 8 година
raysan5
6d1b712a96
Reviewed modules comments
пре 8 година
Ray
8f60996b64
Corrected some warnings
пре 8 година
raysan5
c384b375df
Tweak to avoid warning
пре 8 година
raysan5
b1651baea5
Added support for FLAC audio loading/streaming
пре 8 година
raysan5
79c8eb543e
Corrected audio bugs and improved examples
пре 8 година
raysan5
7f0880a735
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
пре 8 година
Ray
94142ecce5
Some more work on audio...
пре 8 година
Ray
0c58c1198f
Working on new audio functions...
пре 8 година
Ray
8b35de3276
Added new audio functions -IN PROGRESS-
- LoadWave()
- LoadWaveEx()
- UnloadWave()
- WaveFormat()
- WaveCopy()
- WaveCrop()
- GetWaveData()
пре 8 година