chore(analyzer): move ffmpeg and utils modules to pipeline
This commit is contained in:
parent
120f24b1a4
commit
c6124b4012
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
from subprocess import CalledProcessError
|
||||
from typing import Any, Dict
|
||||
|
||||
from ..ffmpeg import compute_replaygain, probe_replaygain
|
||||
from ._ffmpeg import compute_replaygain, probe_replaygain
|
||||
|
||||
|
||||
def analyze_replaygain(filepath: str, metadata: Dict[str, Any]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue