Ray
59652c75b4
Review some comments
8 anni fa
raysan5
8f5ff64420
Working on file header comments...
8 anni fa
raysan5
203d1a154e
Clear music buffers on stop
8 anni fa
bugcaptor
de103ecc5e
fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.
8 anni fa
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 anni fa
raysan5
05f039f85f
Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
8 anni fa
raysan5
afcd748fdf
Reviewed fread() usage around the code
8 anni fa
Ray
b4988777ef
[audio] Renamed variable
8 anni fa
Ray San
836c1636a2
Remove lighting system from rlgl standalone header
8 anni fa
Ray
f2f05a734d
Added audio function: SetMusicLoopCount()
Useful to set number of repeats for a music, needs to be tested...
8 anni fa
Ray
ac6b4d3830
Added audio function: SetMasterVolume()
8 anni fa
Ray
c85dfd4bc6
Remove unecessary spaces...
8 anni fa
Ray
825eab37e2
Revert unneeded change
8 anni fa
Ray
f164ec80d6
Upload wave collector - GGJ17 game
8 anni fa
Ray
7586031410
Support 32bit wav data
8 anni fa
Ray San
3b120bd7d9
Some tweaks for consistency
8 anni fa
Ray San
fc7d4cef18
Stop sound source before unloading
8 anni fa
Ray San
46f95a730a
Corrected bug on OGG sound loading
8 anni fa
raysan5
6d6659205c
Add support for 32-bit PCM sample data
8 anni fa
raysan5
fbda9c4180
Support rRES data loading
8 anni fa
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 anni fa
raysan5
5da815234c
Improved FLAC audio support
8 anni fa
raysan5
5de597579f
Complete review of audio module
8 anni fa
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>
9 anni fa
Ray
4a9b77dd70
Corrected bug sound playing twice
Samples count was not properly calculated on WAV loading
9 anni fa
Ray
814507906f
Improving rRES custom format support -IN PROGRESS-
Start removing old rRES functions.
9 anni fa
Ray
377dcb025f
Corrected some warnings
9 anni fa
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
9 anni fa
raysan5
6d1b712a96
Reviewed modules comments
9 anni fa
Ray
8f60996b64
Corrected some warnings
9 anni fa
raysan5
c384b375df
Tweak to avoid warning
9 anni fa
raysan5
b1651baea5
Added support for FLAC audio loading/streaming
9 anni fa
raysan5
79c8eb543e
Corrected audio bugs and improved examples
9 anni fa
raysan5
7f0880a735
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
9 anni fa
Ray
94142ecce5
Some more work on audio...
9 anni fa
Ray
0c58c1198f
Working on new audio functions...
9 anni fa
Ray
8b35de3276
Added new audio functions -IN PROGRESS-
- LoadWave()
- LoadWaveEx()
- UnloadWave()
- WaveFormat()
- WaveCopy()
- WaveCrop()
- GetWaveData()
9 anni fa
raysan5
a9ab516dae
Formatting tweaks
9 anni fa
raysan5
be97583f00
Added function: UpdateSound()
9 anni fa
raysan5
959a228815
Removed useless spacing
9 anni fa
raysan5
342b89c5b9
Review Wave struct
9 anni fa
raysan5
cae209816c
Code tweak to avoid warning
9 anni fa
raysan5
306945fe14
Added trace on audio device closing
9 anni fa
raysan5
8c0bd30fcb
Corrected issue with Music type
9 anni fa
raysan5
68d647c1af
Complete review and update
Simplified module for Music and AudioStream
Added support for raw audio streaming (with example)
9 anni fa
raysan5
58d2f70b7e
Review audio module and examples
9 anni fa
raysan5
2dc5f580a6
Removed audio errors register
9 anni fa
raysan5
02c456432d
Complete review of audio system
Still some work left...
9 anni fa
Bil152
8f7cb6fb19
Code refractoring of music model to be more friendly-user (issue #144 )
9 anni fa
raysan5
a008d49230
Corrected some issues to compile with MSC
9 anni fa