Export wave sample data to code (.h), returns true on success.
See also
Other code functions:
export_font_as_code(),
export_image_as_code(),
export_mesh_as_code()
Other wave functions:
export_wave(),
is_wave_valid(),
load_sound_from_wave(),
load_wave(),
unload_wave(),
wave_crop(),
wave_format()
Other export functions:
export_font_as_code(),
export_image(),
export_image_as_code(),
export_mesh(),
export_mesh_as_code(),
export_wave()
Examples
if (FALSE) {
export_wave_as_code(load_wave("sound.wav"), "file.png")
}
