Removed: Resample wav to 44kHz feature from GUI

This commit is contained in:
Jindra Petřík
2025-07-27 14:48:48 +02:00
parent 8f11f043ca
commit 285b4e2cc1
5 changed files with 10 additions and 6 deletions

View File

@@ -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;