Skip to contents

Copy a wave to a new wave.

Usage

wave_copy(wave)

Arguments

wave

A wave.

Value

A wave

Note

This function has been auto-generated from the following Raylib function definition:

Wave WaveCopy(Wave wave);

See also

Other copy functions: file_copy(), image_copy()

Examples

if (FALSE) {
wave_copy(load_wave("sound.wav"))
}