A simple command-line tool to deloop wav files generated by an audio looper.
Project description
deloop
a command-line delooper
Presentation
deloop is a command-line tool that takes two .wav files with strictly identical parameters (sampling rate, number of frames), and returns a .wav file by substracting the two signals.
The targetted usecase is to separate stems from loops generated by a looper. For instance :
- loop 1: contains a drum loop
- loop 2: contains the same drum loop and a bass line
deloop allows to get the dry bass line back by removing the drums from the second loop (but we need the first loop to do that, of course...).
🚨 Attention: the performances will be altered if the drum loop has been modified in the overdub process...
Usage
Intended to be used as a command-line tool:
$> deloop /path/to/file_a.wav /path/to/file_b.wav -o /path/to/output_file.wav
References used to build this package
https://packaging.python.org/en/latest/guides/creating-command-line-tools/ https://packaging.python.org/en/latest/tutorials/packaging-projects/ https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools
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
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 deloop-0.1.0.tar.gz.
File metadata
- Download URL: deloop-0.1.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c035c79cddb9c76d848b4c473a1a75b16bdbe7a5b0040aa6938cb9e41df540fc
|
|
| MD5 |
3c34b719eb6d212533d194f532649ed7
|
|
| BLAKE2b-256 |
d346837afdfdb864058c2ff9beb7aedaf758eb9a9427d2666b5e20b8af3d06d8
|
File details
Details for the file deloop-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deloop-0.1.0-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b4d8e4877c58269e9cb41f3ed27be1d88a571861f0cef26bf5f0d44b213797c
|
|
| MD5 |
673a342f04cc373e8db1ea78301c5378
|
|
| BLAKE2b-256 |
ae73425cbb147eb4b40dffe078447abfbc67316723a66eb95c264a5b555ba755
|