You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,13 +42,14 @@ We present a framework that can impose the audio effects and production style fr
42
42
In contrast to past work, we integrate audio effects as differentiable operators in our framework, perform backpropagation through audio effects, and optimize end-to-end using an audio-domain loss. We use a self-supervised training strategy enabling automatic control of audio effects without the use of any labeled or paired training data. We survey a range of existing and new approaches for differentiable signal processing, showing how each can be integrated into our framework while discussing their trade-offs. We evaluate our approach on both speech and music tasks, demonstrating that our approach generalizes both to unseen recordings and even to sample rates different than those seen during training. Our approach produces convincing production style transfer results with the ability to transform input recordings to produced recordings, yielding audio effect control parameters that enable interpretability and user interaction.
43
43
44
44
For more details, please see:
45
-
"[Style Transfer of Audio Effects with Differentiable Signal Processing](TBD)", [Christian J. Steinmetz](http://Christiansteinmetz.com), [Nicholas J. Bryan](https://ccrma.stanford.edu/~njb/), [Joshua D. Reiss](http://www.eecs.qmul.ac.uk/~josh/). arXiv, 2022. If you use ideas or code from this work, pleace cite our paper:
45
+
"[Style Transfer of Audio Effects with Differentiable Signal Processing](https://arxiv.org/abs/2207.08759)", [Christian J. Steinmetz](http://Christiansteinmetz.com), [Nicholas J. Bryan](https://ccrma.stanford.edu/~njb/), [Joshua D. Reiss](http://www.eecs.qmul.ac.uk/~josh/). arXiv, 2022. If you use ideas or code from this work, pleace cite our paper:
46
46
47
47
```BibTex
48
-
@article{Steinmetz2022DeepAFxST,
48
+
@article{steinmetz2022style,
49
49
title={Style Transfer of Audio Effects with Differentiable Signal Processing},
50
50
author={Christian J. Steinmetz and Nicholas J. Bryan and Joshua D. Reiss},
51
51
year={2022},
52
+
eprint={2207.08759},
52
53
archivePrefix={arXiv},
53
54
primaryClass={cs.SD}
54
55
}
@@ -188,7 +189,7 @@ You will need to update the paths in this script to reflect your local file syst
0 commit comments