class

RayLib::Wave

Inherits Reference < Object

Constructors

new(data : Pointer(Void), sample_count : Int, sample_rate : Int, sample_size : Int, channels : Int)
Source
new(path : String)
Source
new(wave : RayLibC::Wave)
Source

Instance methods

channels
Source
copy
Source
crop(init_sample : Int, final_sample : Int)
Source
data
Source
finalize
Source
format(sample_rate : Int, sample_size : Int, channels : Int)
Source
sample_count
Source
sample_rate
Source
sample_size
Source
to_sound
Source