summaryrefslogtreecommitdiffhomepage
path: root/src/audio.c
AgeCommit message (Collapse)Author
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
Also reviewed issue with stdbool when compiling with clang
2017-02-11Reviewed fread() usage around the coderaysan5
2017-02-09[audio] Renamed variableRay
2017-02-08Remove lighting system from rlgl standalone headerRay San
2017-02-06Added audio function: SetMusicLoopCount()Ray
Useful to set number of repeats for a music, needs to be tested...
2017-02-06Added audio function: SetMasterVolume()Ray
2017-01-28Remove unecessary spaces...Ray
2017-01-24Revert unneeded changeRay
2017-01-22Upload wave collector - GGJ17 gameRay
2017-01-19Support 32bit wav dataRay
2017-01-18Some tweaks for consistencyRay San
2017-01-18Stop sound source before unloadingRay San
2017-01-18Corrected bug on OGG sound loadingRay San
2017-01-15Add support for 32-bit PCM sample dataraysan5
2017-01-07Support rRES data loadingraysan5
2016-12-27Review some formatting and namingraysan5
- 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
2016-12-26Improved FLAC audio supportraysan5
2016-12-25Complete review of audio moduleraysan5
2016-12-22Change UpdateSound() to accept const void *Saggi Mizrahi
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 <[email protected]>
2016-12-20Corrected bug sound playing twiceRay
Samples count was not properly calculated on WAV loading
2016-12-17Improving rRES custom format support -IN PROGRESS-Ray
Start removing old rRES functions.
2016-12-05Corrected some warningsRay
2016-11-18Some code tweaksraysan5
Correcting details that pop-up when testing the different platforms
2016-11-16Reviewed modules commentsraysan5
2016-10-17Corrected some warningsRay
2016-10-10Tweak to avoid warningraysan5
2016-10-10Added support for FLAC audio loading/streamingraysan5
2016-09-15Corrected audio bugs and improved examplesraysan5
2016-09-12Review spacing formattingraysan5
raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention
2016-09-09Some more work on audio...Ray
2016-09-08Working on new audio functions...Ray
2016-09-08Added new audio functions -IN PROGRESS-Ray
- LoadWave() - LoadWaveEx() - UnloadWave() - WaveFormat() - WaveCopy() - WaveCrop() - GetWaveData()
2016-08-31Formatting tweaksraysan5
2016-08-29Added function: UpdateSound()raysan5
2016-08-16Removed useless spacingraysan5
2016-08-15Review Wave structraysan5
2016-08-07Code tweak to avoid warningraysan5
2016-08-06Added trace on audio device closingraysan5
2016-08-02Corrected issue with Music typeraysan5
2016-08-02Complete review and updateraysan5
Simplified module for Music and AudioStream Added support for raw audio streaming (with example)
2016-08-01Review audio module and examplesraysan5
2016-08-01Removed audio errors registerraysan5
2016-08-01Complete review of audio systemraysan5
Still some work left...
2016-07-30Merge pull request #166 from Bil152/developRay
Code refractoring of music module to be more user-friendly (issue #144)
2016-07-29Code refractoring of music model to be more friendly-user (issue #144)Bil152
2016-07-29Corrected some issues to compile with MSCraysan5
2016-07-26Updated log output inforaysan5
2016-07-15Review some functions, formatting and commentsraysan5
2016-07-13Review variables to raylib naming conventionsraysan5
Some review work still required...