Skip to content

Commit d4851be

Browse files
authored
Update citation section with new BibTeX entries
Added a new BibTeX entry for the AIMLA paper.
1 parent b265151 commit d4851be

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def avg(rms: torch.Tensor, avg_coef: Union[torch.Tensor, float]):
251251

252252
## Citation
253253

254-
If you find this repository useful in your research, please cite our work with the following BibTex entry:
254+
If you find this repository useful in your research, please cite our work with the following BibTex entries:
255255

256256
```bibtex
257257
@inproceedings{ycy2024diffapf,
@@ -261,4 +261,12 @@ If you find this repository useful in your research, please cite our work with t
261261
year={2024},
262262
pages={345--352},
263263
}
264+
265+
@inproceedings{ycy2025la2a,
266+
title={Sound Matching an Analogue Levelling Amplifier Using the Newton-Raphson Method},
267+
author={Chin-Yun Yu and György Fazekas},
268+
booktitle={AES International Conference on Artificial Intelligence and Machine Learning for Audio},
269+
year={2025},
270+
}
271+
264272
```

0 commit comments

Comments
 (0)