Merge 765f9ad4c8e60a4ac59f127c83d9f253f4550fc2 into b1600d9926fa434330171cbebb407d2d0ccdcf03

This commit is contained in:
Sami Farin 2025-01-18 21:56:38 +02:00 committed by GitHub
commit 22f7237042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,7 +313,7 @@ int AudioFileImpl::read()
offset = sample;
} else {
data = this->frame->data[0];
offset = sample * this->channels;
offset = sample * this->channels + this->channel;
}
float value;
switch (format) {