diff options
author | yenatch <yenatch@gmail.com> | 2017-01-08 16:06:19 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-01-08 16:06:19 -0500 |
commit | 10e5474a65d2ff356e1a6280568c078fee1c9b52 (patch) | |
tree | 8aea2e5e3bbf9f5a9e05e640071a4a7c67e9a4dc /sound/direct_sound_samples/cry_onix.aif | |
parent | d8aee3a4a5fb66622fe44abb561b3bb49b4a93e5 (diff) |
aif2pcm: Fix length reporting. Don't use a MARK chunk if no loop.
The reported sample length in the aif header can differ from the actual
length of the SSND chunk. The END marker was being misused to contain
the reported length, but this still counts as a loop in aif2agb, even
if the START marker is omitted (it defaults to the END value).
Now the reported length is in the COMM chunk, which is more correct.
Diffstat (limited to 'sound/direct_sound_samples/cry_onix.aif')
-rw-r--r-- | sound/direct_sound_samples/cry_onix.aif | bin | 12360 -> 12340 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/sound/direct_sound_samples/cry_onix.aif b/sound/direct_sound_samples/cry_onix.aif Binary files differindex 46d566495..aa8a16505 100644 --- a/sound/direct_sound_samples/cry_onix.aif +++ b/sound/direct_sound_samples/cry_onix.aif |