Update ldq_perceptual_layer.py
Browse files- ldq_perceptual_layer.py +1 -0
ldq_perceptual_layer.py
CHANGED
|
@@ -7,6 +7,7 @@ Professional mixing effects driven by image statistics
|
|
| 7 |
import numpy as np
|
| 8 |
import math
|
| 9 |
from scipy import signal
|
|
|
|
| 10 |
|
| 11 |
def apply_perceptual_mixing(audio: np.ndarray, features: Dict[str, Any], sr: int) -> np.ndarray:
|
| 12 |
"""
|
|
|
|
| 7 |
import numpy as np
|
| 8 |
import math
|
| 9 |
from scipy import signal
|
| 10 |
+
from typing import Dict, Any
|
| 11 |
|
| 12 |
def apply_perceptual_mixing(audio: np.ndarray, features: Dict[str, Any], sr: int) -> np.ndarray:
|
| 13 |
"""
|