mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-08-09 19:51:15 +00:00
Removed: Resample wav to 44kHz feature from GUI
This commit is contained in:
@@ -4788,7 +4788,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
this.frozen = frozen;
|
||||
this.frozenButtons = frozenButtons;
|
||||
this.muted = muted;
|
||||
this.resample = Configuration.previewResampleSound.get();
|
||||
this.resample = false; //Configuration.previewResampleSound.get();
|
||||
this.mutable = mutable;
|
||||
depthStateUnderCursor = null;
|
||||
hilightedEdge = null;
|
||||
|
||||
Reference in New Issue
Block a user