vynl / modules /__init__.py
rlackey's picture
Add chord detection, stems, and reaper modules
1e9fec0
raw
history blame contribute delete
190 Bytes
# VYNL Modules
from .chords import extract_chords, extract_chords_multi_stem
from .stems import separate_stems as separate_stems_demucs, list_stems
from .reaper import create_reaper_project