Skip to content

flarkflarkflark/STEMwerk-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STEMwerk-core

stemwerk-core is the AI stem separation engine for the flarkAUDIO ecosystem. It provides a clean Python API around the audio-separator backend.

Install

pip install stemwerk-core

Quickstart

from stemwerk_core import StemSeparator

sep = StemSeparator(model="htdemucs", device="auto")
sep.on_progress = lambda pct, msg: print(f"{pct:.0f}% - {msg}")
result = sep.separate("input.wav", output_dir="./stems", stems=["vocals", "drums"])

print(result.device_used)
print(result.elapsed)
print(result.stems)

Ecosystem

STEMwerk ecosystem: https://github.com/flarkflarkflark/stemwerk

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages