mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
UPDATED: raygui to latest version -WIP-
Note this new raygui version embeds ricons and `GuiTextBoxMulti()` is not working properly
This commit is contained in:
@ -31,7 +31,7 @@ int main(void)
|
||||
// Same as: Wave wave = LoadWave("sound.wav");
|
||||
Wave wave = {
|
||||
.data = AUDIO_DATA,
|
||||
.sampleCount = AUDIO_SAMPLE_COUNT,
|
||||
.frameCount = AUDIO_FRAME_COUNT,
|
||||
.sampleRate = AUDIO_SAMPLE_RATE,
|
||||
.sampleSize = AUDIO_SAMPLE_SIZE,
|
||||
.channels = AUDIO_CHANNELS
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user