Commit
·
a115b0d
1
Parent(s):
5ed9409
update readme
Browse files
README.md
CHANGED
@@ -6,6 +6,11 @@ size_categories:
|
|
6 |
- n<1K
|
7 |
---
|
8 |
|
9 |
-
# Differentiable Vocal Effects Dataset
|
10 |
|
11 |
This dataset is a clone of a subset of the [diffvox](https://github.com/SonyResearch/diffvox/) repository, containing a collection of vocal effect presets derived from a proprietary multitrack dataset, as described in the paper [DiffVox: A Differentiable Model for Capturing and Analysing Professional Effects Distributions](https://arxiv.org/abs/2504.14735).
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- n<1K
|
7 |
---
|
8 |
|
9 |
+
# Differentiable Vocal Effects Presets Dataset
|
10 |
|
11 |
This dataset is a clone of a subset of the [diffvox](https://github.com/SonyResearch/diffvox/) repository, containing a collection of vocal effect presets derived from a proprietary multitrack dataset, as described in the paper [DiffVox: A Differentiable Model for Capturing and Analysing Professional Effects Distributions](https://arxiv.org/abs/2504.14735).
|
12 |
+
|
13 |
+
The preset datasets, **Internal** and **MedleyDB**, are stored in the folder [`presets`](presets/).
|
14 |
+
Please check the original repository for more details on the individual files.
|
15 |
+
The [modules/](modules/) contains differentiable effects implemented in PyTorch for loading the presets and applying them to audio data.
|
16 |
+
For concrete examples of how to use the dataset, please refer to our [demo](https://huggingface.co/spaces/yoyolicoris/diffvox).
|