diff options
| author | Ray <[email protected]> | 2021-08-25 00:51:37 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-08-25 00:51:37 +0200 |
| commit | 7749a2805c0f28762c206da0b7c954cbe9e318e2 (patch) | |
| tree | 5cb240ae81532c960a157a60394c3e1cfb7780f3 /examples/others/resources/audio_data.h | |
| parent | a04dbe7ffd01701b810f317d1e5eda73c78f9789 (diff) | |
| download | raylib-7749a2805c0f28762c206da0b7c954cbe9e318e2.tar.gz raylib-7749a2805c0f28762c206da0b7c954cbe9e318e2.zip | |
UPDATED: raygui to latest version -WIP-
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
Diffstat (limited to 'examples/others/resources/audio_data.h')
| -rw-r--r-- | examples/others/resources/audio_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/others/resources/audio_data.h b/examples/others/resources/audio_data.h index abf344f3..22cdacc7 100644 --- a/examples/others/resources/audio_data.h +++ b/examples/others/resources/audio_data.h @@ -11,7 +11,7 @@ ////////////////////////////////////////////////////////////////////////////////// // Wave data information -#define AUDIO_SAMPLE_COUNT 24367 +#define AUDIO_FRAME_COUNT 24367 #define AUDIO_SAMPLE_RATE 44100 #define AUDIO_SAMPLE_SIZE 32 #define AUDIO_CHANNELS 1 |
