| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-02 | Clear PCM buffer state when closing audio device (#2736) | veins1 | |
| Fix for #2714 | |||
| 2022-08-05 | Small simplifications (#2615) | veins1 | |
| 2022-08-05 | GetMusicTimePlayed bug fix (#2614) | veins1 | |
| GetMusicTimePlayed() was calculated using buffered frames, not played frames. For example: calling LoadMusicStream->UpdateMusicStream->GetMusicTimePlayed would return non-zero value, even though no music was playing. | |||
| 2022-08-02 | Remove trailing spaces | Ray | |
| 2022-08-01 | Music doesn't stop looping fix (#2605) | veins1 | |
| This PR fixes a bug when music.looping is set to false but the music continues looping. Also using proper functions to seek to start of an audio file. Removed old comment. | |||
| 2022-07-29 | Audio looping fix (#2579) | veins1 | |
| * WAVs looping fix. But broke other formats looping * Fix audio looping issue * Follow raylib formatting * Cast void* to char* to make MSVC compiler happy Co-authored-by: Ray <[email protected]> | |||
| 2022-07-19 | [CORE] Fix Warnings (#2582) | Jeffery Myers | |
| * Fix raymath warning with floor to floorf * signed unsigned missmatches | |||
| 2022-07-15 | Update raudio.c | Ray | |
| 2022-07-15 | WARNING: REMOVED: raudio_standalone example | Ray | |
| Moved to raudio library repo: https://github.com/raysan5/raudio | |||
| 2022-07-11 | REVIEWED: `UpdateMusicStream()` #2228 | Ray | |
| Trying to implement proper looping, independently of frame rate. | |||
| 2022-07-11 | Minor tweaks | Ray | |
| 2022-07-10 | Update raudio.c | Ray | |
| 2022-07-10 | Added comment about buffer refill issue on looping #2228 | Ray | |
| 2022-07-10 | Reviewed formating | Ray | |
| 2022-06-24 | fix: precision loss, discard unused (#2541) | veclavtalica | |
| 2022-06-21 | Share PCM streaming buffer to reduce dynamic allocations (#2532) | Dan Bechard | |
| 2022-06-17 | tweak | Ray | |
| 2022-05-19 | Improved boolean definitions (#2485) | Jonathan Poncelet | |
| 2022-05-14 | Fix lgtm warnings (#2477) | Crydsch | |
| * Comparison is always true because finalSample >= 1 * Comparison is always false because keyCount >= 0 | |||
| 2022-05-12 | Some minor tweaks | Ray | |
| 2022-05-05 | Remove line ending spaces | Ray | |
| 2022-03-30 | ADDED: Audio stream processors support -WIP- #2212 | Ray | |
| This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor. | |||
| 2022-03-25 | Rename audio callback | Ray | |
| 2022-03-24 | ADDED: Audio stream input callback #2212 -WIP- | Ray | |
| WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms. | |||
| 2022-03-24 | Some code reviews -WIP- | Ray | |
| 2022-03-24 | Update to miniaudio 11.8 | Ray | |
| 2022-02-20 | REVIEWED: Some functions input parametes that should be `const` | raysan5 | |
| 2022-02-18 | Removed trailing spaces | raysan5 | |
| 2022-01-16 | Review formating | raysan5 | |
| 2022-01-16 | Add panning to raudio and update audio_raw_stream example. (#2205) | ptarabbia | |
| * Add panning to raudio and update audio_raw_stream example. * remove pan smoothing, code formatting changes following pull request comments Co-authored-by: Ray <[email protected]> | |||
| 2022-01-03 | Review tracelogs | Ray | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-24 | Update raudio.c | raysan5 | |
| 2021-12-23 | REVIEWED: `ExportWaveAsCode()` | Ray | |
| 2021-12-21 | REVIEWED: `PlaySoundMulti()` #2231 | Ray | |
| 2021-12-21 | REVIEWED: Export format for float 32bit | raysan5 | |
| 2021-12-08 | Update raudio.c | Ray | |
| 2021-12-04 | Support custom modules inclusion | Ray | |
| Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible. | |||
| 2021-11-09 | Review variables initialization | Ray | |
| - All variables are initialized on declaration, some arrays were not properly initialized - Static array buffers require memset() for re-initialization on every function call | |||
| 2021-10-25 | Fix warnings in raylib build (#2084) | Jeffery Myers | |
| 2021-10-14 | Remove trailing spaces | Ray | |
| 2021-10-13 | Reviewed some TODO | Ray | |
| 2021-09-23 | REVIEWED: SeekMusicStream() formating | raysan5 | |
| 2021-09-23 | Fix + Return if attempting to seek on a module format (#2008) | Uneven Prankster | |
| 2021-09-22 | `SeekMusicStream` initial implementation (#2006) | Uneven Prankster | |
| 2021-09-21 | Minor reviews | Ray | |
| 2021-09-01 | REVIEWED: <name>Count for consistency | Ray | |
| Following english rules, it should be singular name before Count. | |||
| 2021-08-28 | Minor format tweaks | raysan5 | |
| 2021-08-27 | Review dates | Ray | |
| 2021-08-27 | REVIEWED: ExportWaveAsCode() | Ray | |
