diff --git a/README.md b/README.md index 8a22240..a47864e 100644 --- a/README.md +++ b/README.md @@ -254,12 +254,11 @@ def avg(rms: torch.Tensor, avg_coef: Union[torch.Tensor, float]): If you find this repository useful in your research, please cite our work with the following BibTex entry: ```bibtex -@misc{ycy2024diffapf, +@inproceedings{ycy2024diffapf, title={Differentiable All-pole Filters for Time-varying Audio Systems}, author={Chin-Yun Yu and Christopher Mitcheltree and Alistair Carson and Stefan Bilbao and Joshua D. Reiss and György Fazekas}, + booktitle={International Conference on Digital Audio Effects (DAFx)}, year={2024}, - eprint={2404.07970}, - archivePrefix={arXiv}, - primaryClass={eess.AS} + pages={345--352}, } ```