mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 21:20:44 +00:00
Fixed #2143 FLA Export / Sound playback - taking MP3 initial latency into account
This commit is contained in:
@@ -164,4 +164,9 @@ public class SoundStreamFrameRange implements TreeItem, SoundTag {
|
||||
public String getFlaExportName() {
|
||||
return head.getFlaExportName() + "_" + (startFrame + 1) + "-" + (endFrame + 1);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getInitialLatency() {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user