Skip to main content

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.7.tar.gz (315.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hs_tasnet-0.1.7-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file hs_tasnet-0.1.7.tar.gz.

File metadata

  • Download URL: hs_tasnet-0.1.7.tar.gz
  • Upload date:
  • Size: 315.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for hs_tasnet-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d198fac35abe2848c446fbf42ea7ca7c1e014a37ccf0f2d7efc177d90453148c
MD5 ac04df285500a2f724bd4765a2cfe966
BLAKE2b-256 fb6fa8b986cea9a04237c6d365277b6f21cc48e3afe7dcb6da5ff295923107dd

See more details on using hashes here.

File details

Details for the file hs_tasnet-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: hs_tasnet-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for hs_tasnet-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e02c8d0ad9f8ce54f00ca483c39b7cb15634f2c0b4c35a889b5b0f7ec1c84905
MD5 174b2c2f05c40cb883b043a945efb6ba
BLAKE2b-256 c331c1683779d5b3c87751fe5260c8b9a5b8786e6c65550a5c71bee25cad8e7e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page