This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fix for extensible-format wav reader.
tags/2021-05-28
jules
12 years ago
parent
d1ceed0c14
commit
490e547184
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp
+ 1
- 1
modules/juce_audio_formats/codecs/juce_WavAudioFormat.cpp
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save