summaryrefslogtreecommitdiffhomepage
path: root/src/audio.c
AgeCommit message (Collapse)Author
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...
2016-06-11Corrected a couple of warningsraysan5
2016-06-11Remove include, not supported on html5raysan5
AL/alext.h is not supported on html5 OpenAL implementation, just replaced by the defines used in audio module
2016-06-07cleaned things upJoshua Reisenauer
2016-06-06Reorganize external libraries - BREAKING CHANGE -Ray
Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules.
2016-06-02Rename for consistency with other functionsraysan5
2016-06-02Corrected some formatting issuesraysan5
2016-06-02Review coding style to match raylib styleraysan5
Moved AudioError enum inside audio.c
2016-06-02I added audio errorsJoshua Reisenauer
The only thing I did not change was the _g for globals. Is there any other way we can mark globals?
2016-06-02cleanupJoshua Reisenauer
2016-06-01Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developJoshua Reisenauer
2016-06-01mod player addedJoshua Reisenauer
2016-06-02Review heades usageRay
This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone.
2016-05-30update to openalJoshua Reisenauer
2016-05-21Fix some audio module compile warningsvictorfisac
2016-05-19Buffer for raw audioJoshua Reisenauer
2016-05-19name correctionJoshua Reisenauer
2016-05-15renamed everything so it is obvious what it doesJoshua Reisenauer
2016-05-15logic bug fixJoshua Reisenauer
2016-05-14clean up on buffering and preconditionsJoshua Reisenauer
2016-05-14new function to check if music stream is readyJoshua Reisenauer
_g naming convention for globals, new error exit numbers.
2016-05-14corrected typosJoshua Reisenauer
2016-05-12bug fixesJoshua Reisenauer
2016-05-12buffering of music now uses update audio contextJoshua Reisenauer