VocabularyraylibClass descriptionAudio wave data
Fields| frameCount | uint | Total number of frames (considering channels) |
| sampleRate | uint | Frequency (samples per second) |
| sampleSize | uint | Bit depth (bits per sample): 8,16,32 |
| channels | uint | Number of channels (1-mono, 2-stereo) |
| data | void* | Buffer data pointer |
DefinitionMethods