stash commit - wip

This commit is contained in:
2026-06-25 00:30:59 +03:00
parent 3d48f473b0
commit 5cb7b14705
12 changed files with 102 additions and 26 deletions
@@ -7,6 +7,9 @@ class AudioPreprocessor:
# for different models in future
# def __init__(self, model):
# pass
def __init__(self, target_sr: int) -> None:
self.TARGET_SAMPLING_RATE = target_sr
def _resample(
self,