SDL/examples/audio
Nicolas Firmo do Patrocinio Barra b95989d14a Fixed sine wave distortion over time.
Audio distortion after a while caused by loss of precision in dividing a large floating point number resolved by keeping `current_sine_sample` (formelly named `total_samples_generated`) between 0 and freq - 1.
2025-01-17 17:41:56 -08:00
..
01-simple-playback Fixed sine wave distortion over time. 2025-01-17 17:41:56 -08:00
02-simple-playback-callback Fixed sine wave distortion over time. 2025-01-17 17:41:56 -08:00
03-load-wav examples: add basic app metadata to all existing examples. 2024-10-07 17:41:15 -04:00
04-multiple-streams examples/audio/04-multiple-streams: Note about web browser audio in README. 2024-12-11 14:13:52 -05:00
onmouseover.webp examples: Improve webpage generation in various ways, add thumbnails, etc. 2024-12-05 23:58:23 -05:00
thumbnail.png examples: Improve webpage generation in various ways, add thumbnails, etc. 2024-12-05 23:58:23 -05:00