If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#2451 Replacing SoundStreamHead with gaps doesn't work as expected
Author:
Vicious

Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: new 

> What steps will reproduce the problem?
Replace a SoundStreamHead entry which contains multiple SoundStreamBlocks entries with
frame gaps between them with a file from disc. Let's say, there's 5 SoundStreamBlocks for
the following frame sequencies:
954-973
982-1016
1060-1234
1251-1277
1375-1854
> What is the expected output? What do you see instead?
The layout of the entries is preserved. What JPEXS does instead is it creates a single
SoundStreamBlock entry that spans frames 954-1680. Removing sound blocks from individual
frames isn't going to work, so there's no way around this other than maybe padding sound
data with silence to match the original gaps.
> What version of the product are you using? Is it "nightly build"? Which operating system
do you have?
v22.0.2, Windows 10