mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fix for extensible-format wav reader.
This commit is contained in:
parent
d1ceed0c14
commit
490e547184
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ public:
|
|||
}
|
||||
else
|
||||
{
|
||||
input->skipNextBytes (6); // skip over bitsPerSample
|
||||
input->skipNextBytes (4); // skip over size and bitsPerSample
|
||||
metadataValues.set ("ChannelMask", String (input->readInt()));
|
||||
|
||||
ExtensibleWavSubFormat subFormat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue