diff options
| author | RDR8 <[email protected]> | 2017-03-20 22:48:43 -0500 |
|---|---|---|
| committer | RDR8 <[email protected]> | 2017-03-20 22:48:43 -0500 |
| commit | ae0b776eaf8452fc5c579d5c8be1997fdc38741a (patch) | |
| tree | 0ad74b0a7d8ab9ba4db59f47e834703a5d2c2084 /src/audio.c | |
| parent | 7b424929413c9099e0614f875c287e3f206f1b7e (diff) | |
| parent | 59652c75b43d0437217c0000b03428545905801e (diff) | |
| download | raylib-ae0b776eaf8452fc5c579d5c8be1997fdc38741a.tar.gz raylib-ae0b776eaf8452fc5c579d5c8be1997fdc38741a.zip | |
Merge remote-tracking branch 'upstream/develop' into staging-linux-gitignore
Diffstat (limited to 'src/audio.c')
| -rw-r--r-- | src/audio.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/audio.c b/src/audio.c index e0964e02..68bd88e9 100644 --- a/src/audio.c +++ b/src/audio.c @@ -2,15 +2,13 @@ * * raylib.audio - Basic funtionality to work with audio * -* DESCRIPTION: -* -* This module provides basic functionality to: -* - Manage audio device (init/close) -* - Load and unload audio files -* - Format wave data (sample rate, size, channels) -* - Play/Stop/Pause/Resume loaded audio -* - Manage mixing channels -* - Manage raw audio context +* FEATURES: +* - Manage audio device (init/close) +* - Load and unload audio files +* - Format wave data (sample rate, size, channels) +* - Play/Stop/Pause/Resume loaded audio +* - Manage mixing channels +* - Manage raw audio context * * CONFIGURATION: * @@ -51,7 +49,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2014-2016 Ramon Santamaria (@raysan5) +* Copyright (c) 2014-2017 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. |
