HS TasNet
Project description
HS-TasNet (wip)
Implementation of HS-TasNet, "Real-time Low-latency Music Source Separation using Hybrid Spectrogram-TasNet", proposed by the research team at L-Acoustics
Install
$ pip install HS-TasNet
Usage
# model
from hs_tasnet import HSTasNet
model = HSTasNet()
# the musdb dataset
import musdb
mus = musdb.DB(download = True)
# trainer
from hs_tasnet import Trainer
trainer = Trainer(
model,
dataset = mus,
batch_size = 2,
max_steps = 2,
cpu = True,
)
trainer()
# after much training
# inferencing
model.sounddevice_stream(
duration_seconds = 2,
return_reduced_sources = [0, 2]
)
Sponsors
This open sourced work is sponsored by Sweet Spot
Citations
@misc{venkatesh2024realtimelowlatencymusicsource,
title = {Real-time Low-latency Music Source Separation using Hybrid Spectrogram-TasNet},
author = {Satvik Venkatesh and Arthur Benilov and Philip Coleman and Frederic Roskam},
year = {2024},
eprint = {2402.17701},
archivePrefix = {arXiv},
primaryClass = {eess.AS},
url = {https://arxiv.org/abs/2402.17701},
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hs_tasnet-0.1.10.tar.gz
(315.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hs_tasnet-0.1.10.tar.gz.
File metadata
- Download URL: hs_tasnet-0.1.10.tar.gz
- Upload date:
- Size: 315.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24b16b2e94949a838b3f3d68b8357b6bf9262fa93b6c05997e1a1f1cc6031fb6
|
|
| MD5 |
aaaef16e475622f18d933e1525a21ac6
|
|
| BLAKE2b-256 |
ec6d6f56d1bff5d3f800eafbd8019332a04d8b1800d4d17f6d19b493d6f98aa8
|
File details
Details for the file hs_tasnet-0.1.10-py3-none-any.whl.
File metadata
- Download URL: hs_tasnet-0.1.10-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.23
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e36cfcaf3778c8ffad6dd9c5bc0bc2710cdc2684785342759dc42e6a571d056
|
|
| MD5 |
b48561accf95c828462ee71881071f51
|
|
| BLAKE2b-256 |
177cff448b48a05aca7628315bbc25c2953f89b9d303b150de9503e8ba0a3f00
|