mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Fixed 8-bit SoundData samples when used in a love.audio Source
This commit is contained in:
@@ -59,7 +59,7 @@ private:
|
||||
|
||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||
|
||||
int8 *data;
|
||||
uint8 *data;
|
||||
int size;
|
||||
|
||||
int sampleRate;
|
||||
|
||||
Reference in New Issue
Block a user