mirror of
https://github.com/alexkay/spek.git
synced 2025-04-17 00:52:20 +03:00
Merge 765f9ad4c8e60a4ac59f127c83d9f253f4550fc2 into b1600d9926fa434330171cbebb407d2d0ccdcf03
This commit is contained in:
commit
22f7237042
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user