summaryrefslogtreecommitdiffhomepage
path: root/src/raudio.c
AgeCommit message (Expand)Author
2020-01-28Some tweaksRay
2020-01-26Corrected bug #989Ray
2020-01-14Fix for short non-looping sounds (#1067)jbosh
2020-01-08Reviewed some commentsRay
2020-01-08IsAudioBufferPlaying() replace ERROR by WARNINGRay
2020-01-05Update year to 2020raysan5
2019-12-21Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)illegalinstruction
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-10-22Corrected possible memory leak #993Ray
2019-10-17Remove trailing spacesRay
2019-10-03Remove dead assignments (#980)Michael Vetter
2019-09-30Add security checks on file writtingRay
2019-09-03Review dr_flac usageRay
2019-09-03Remove sampleLeft from Music struct... -WIP-Ray
2019-08-27Review all RL_CALLOC() callsraysan5
2019-08-13RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed()raysan5
2019-08-08Formating tweaksRay
2019-08-08fixed xmloader bug, user must free model shaders and textures as they might b...chriscamacho
2019-07-26WARNING: Replaced Music pointer by structRay
2019-07-24Some variables renamedRay
2019-07-24Added Sound parameters dataRay
2019-07-23Try to avoid collision with CoreAudio on macOSRay
2019-07-23WARNING: Complete review of raudio -WIP-Ray
2019-06-29Review multichannel PR additionRay
2019-06-29add multi channel audio to raudio (#895)chriscamacho
2019-05-23Move jar_xm_reset to jar_xm.hWilhem Barbier
2019-05-22Add rewind for the XM music formatWilhem Barbier
2019-04-23Correct RL_FREE bugRay
2019-04-23Support custom memory management macrosRay
2019-04-08Review creation yearsRay
2019-04-04Removed trail spacesRay
2019-03-20Checking issue with sound volumeRay
2019-03-12Updated audio library: mini_al -> miniaudioRay
2019-03-02Corrected issue with possible 0 divisionraysan5
2019-02-23fix audio pitchftk
2019-02-22Change ternary operator formattingRay
2019-02-22Remove TABSRay
2019-02-21Remove end-line spacesRay
2019-02-14Fix config.h flagsJens Pitkanen
2019-02-12Avoid AudioBuffer symbol collision on macOSRay
2019-02-12Include mini_al directly, no separate moduleRay
2019-01-21Merge pull request #731 from MarcoLizza/reorganizing-loggingRay
2019-01-21Fixing badly (redefined) enums.Marco Lizza
2019-01-20Reworking log level as incremental.Marco Lizza
2019-01-19Review raudio commentsraysan5
2019-01-10WARNING: Renamed module: audio -> raudioRay