JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#2236 Cannot replace SoundStreamBlocks
Author:
Date created:
Type: feature
Visibility: Everybody
Assigned to:
Labels: Sound
State: upgraded Help

I'm working on a remaster of an old Flash video game (more precisely, Crossing the Pit), and can't replace SoundStreamBlocks, making it impossible for me to remaster the sound. Modified ISO in attachments.
The replace button should be available under SoundStreamHead item, this way you can replace all blocks with single track. Replacing individual stream blocks would be hard to implement as all blocks under the same head must have same sound parameters (compression, bittness, etc), so recompression is needed.
Replacing sound stream block ranges is available in nightly 3185, however you need to select file of exact same sound format as target stream (head).
State: new→upgraded
In nightly 3191, the replacing of ranges uses conversion(of whole stream) to uncompressed when the sound format does not match. It also converts parameters like mono/stereo, sound rate, bitness when needed (always to higher value).