-
Notifications
You must be signed in to change notification settings - Fork 2
raylib.CreateWave
JoeStrout edited this page Apr 29, 2026
·
2 revisions
CreateWave
| Parameter | Default Value | Note |
|---|---|---|
| frameCount | ||
| sampleRate | ||
| sampleSize | ||
| channels | ||
| samples |
| Condition | Return Value |
|---|---|
| (always) | map |
raylib.InitAudioDevice
wave = raylib.CreateWave(1, 44100, 16)
if raylib.IsWaveValid(wave) then print "Wave created successfully"
raylib.UnloadWave wave
raylib.CloseAudioDevice