stash commit - wip
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user