-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCITATION.cff
52 lines (52 loc) · 1.59 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Yu"
given-names: "Chin-Yun"
orcid: "https://orcid.org/0000-0003-3782-2713"
title: "TorchLPC: fast, efficient, and differentiable time-varying LPC filtering in PyTorch"
version: 0.3.1
date-released: 2023-07-09
url: "https://github.com/yoyololicon/torchlpc"
keywords:
- differentiable DSP
- all-pole filters
- linear prediction
license: MIT
preferred-citation:
type: generic
title: "Differentiable All-pole Filters for Time-varying Audio Systems"
authors:
- given-names: Chin-Yun
family-names: Yu
email: chin-yun.yu@qmul.ac.uk
affiliation: Queen Mary University of London
orcid: 'https://orcid.org/0000-0003-3782-2713'
- given-names: Christopher
family-names: Mitcheltree
email: c.mitcheltree@qmul.ac.uk
affiliation: Queen Mary University of London
- given-names: Alistair
family-names: Carson
email: alistair.carson@ed.ac.uk
affiliation: University of Edinburgh
- given-names: Stefan
family-names: Bilbao
email: sbilbao@ed.ac.uk
affiliation: University of Edinburgh
- given-names: Joshua D.
family-names: Reiss
email: joshua.reiss@qmul.ac.uk
affiliation: Queen Mary University of London
- given-names: György
family-names: Fazekas
email: george.fazekas@qmul.ac.uk
affiliation: Queen Mary University of London
status: preprint
month: 4
year: 2024
identifiers:
- type: other
value: "arXiv:2404.07970"
description: The ArXiv preprint of the paper
url: "https://diffapf.github.io/web/"