mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 20:48:19 +00:00
Fixed: #2284 FLA export - sounds should be WAV or MP3, not FLV
This commit is contained in:
@@ -1770,7 +1770,7 @@ public class XFLConverter {
|
||||
long soundSampleCount = 0;
|
||||
byte[] soundData = SWFInputStream.BYTE_ARRAY_EMPTY;
|
||||
int[] rateMap = {5, 11, 22, 44};
|
||||
String exportFormat = "flv";
|
||||
String exportFormat = "wav";
|
||||
if (symbol instanceof SoundStreamFrameRange) {
|
||||
SoundStreamHeadTypeTag head = ((SoundStreamFrameRange) symbol).getHead();
|
||||
soundFormat = head.getSoundFormatId();
|
||||
|
||||
Reference in New Issue
Block a user