aboutsummaryrefslogtreecommitdiff
path: root/examples/audio/audio_raw_stream.c
AgeCommit message (Collapse)Author
2019-08-13RENAMED: IsAudioBufferProcessed() -> IsAudioStreamProcessed()raysan5
Renamed for consistency with similar functions
2019-06-29Remove old OpenAL commentsRay
2019-05-20Review ALL examplesRay
2019-04-07Happy new year 2019ChillerDragon
2018-07-25Reviewed audio exampleRay
2018-07-25Complete raw_audio_stream exampleJames Hofmann
1. Always synthesize a complete frame of audio, using a second buffer (this prevents gaps in playback) 2. Sine is computed correctly, with an adjustable frequency 3. User can modulate frequency in real-time with mouse 4. Entire audio buffer data is shown, visually demonstrating how sine changes in wavelength
2017-04-04Reorganize examples folderRay