Spaces:
Running
Running
Update Space for v1.1 release
Browse files
app.py
CHANGED
|
@@ -191,8 +191,6 @@ except ImportError:
|
|
| 191 |
_dbg = None
|
| 192 |
DEBUG_AVAILABLE = False
|
| 193 |
|
| 194 |
-
raise ValueError(f"unknown smoother mode: {mode!r}")
|
| 195 |
-
|
| 196 |
|
| 197 |
def _noise_gate(x: np.ndarray, threshold_dbfs: float) -> np.ndarray:
|
| 198 |
"""Hard-gate frames whose RMS is below `threshold_dbfs` to zero.
|
|
|
|
| 191 |
_dbg = None
|
| 192 |
DEBUG_AVAILABLE = False
|
| 193 |
|
|
|
|
|
|
|
| 194 |
|
| 195 |
def _noise_gate(x: np.ndarray, threshold_dbfs: float) -> np.ndarray:
|
| 196 |
"""Hard-gate frames whose RMS is below `threshold_dbfs` to zero.
|