Wave


Vocabulary
raylib

Class description
Audio wave data

Fields
frameCountuintTotal number of frames (considering channels)
sampleRateuintFrequency (samples per second)
sampleSizeuintBit depth (bits per sample): 8,16,32
channelsuintNumber of channels (1-mono, 2-stereo)
datavoid*Buffer data pointer


Definition


STRUCT: Wave
{ frameCount uint initial: 0 }
{ sampleRate uint initial: 0 }
{ sampleSize uint initial: 0 } { channels uint initial: 0 }
{ data void* } ;


Methods