Browse Source

Update miniaudio to v0.9.3

pull/812/head
Ray 6 years ago
parent
commit
c7907a203b
2 changed files with 592 additions and 353 deletions
  1. +589
    -349
      src/external/miniaudio.h
  2. +3
    -4
      src/raudio.h

+ 589
- 349
src/external/miniaudio.h
File diff suppressed because it is too large
View File


+ 3
- 4
src/raudio.h View File

@ -50,8 +50,8 @@
*
**********************************************************************************************/
#ifndef AUDIO_H
#define AUDIO_H
#ifndef RAUDIO_H
#define RAUDIO_H
//----------------------------------------------------------------------------------
// Defines and Macros
@ -60,7 +60,6 @@
//----------------------------------------------------------------------------------
// Types and Structures Definition
// NOTE: Below types are required for CAMERA_STANDALONE usage
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
@ -174,4 +173,4 @@ void SetAudioStreamPitch(AudioStream stream, float pitch); // Set pitch for
}
#endif
#endif // AUDIO_H
#endif // RAUDIO_H

Loading…
Cancel
Save