-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
89 lines (89 loc) · 4.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
abstract: "Python package with tools for spectral analysis and modal parameters estimate"
authors:
- affiliation: "LIM, Department of Computer Science, University of Milan"
alias: "ChromaticIsobar"
city: "Milan"
country: "IT"
email: "[email protected]"
family-names: "Tiraboschi"
given-names: "Marco"
orcid: "https://orcid.org/0000-0001-5761-4837"
cff-version: 1.2.0
contact:
- affiliation: "LIM, Department of Computer Science, University of Milan"
alias: "ChromaticIsobar"
city: "Milan"
country: "IT"
email: "[email protected]"
family-names: "Tiraboschi"
given-names: "Marco"
orcid: "https://orcid.org/0000-0001-5761-4837"
doi: "10.5281/zenodo.6536419"
keywords:
- "audio analysis"
- "parameter estimation"
- "physical modelling"
license: "MIT"
message: "If you use this software in your research, please, cite the appropriate references from this file"
references:
- abbreviation: SAMPLE (SMC 2020)
abstract: "Modal synthesis is used to generate the sounds associated with the vibration of rigid bodies, according to the characteristics of the force applied onto the object. Towards obtaining sounds of high quality, a great quantity of modes is necessary, the development of which is a long and tedious task for sound designers as they have to manually write the modal parameters. This paper presents a new approach for practical modal parameter estimation based on the spectral analysis of a single audio example. The method is based on modelling the spectrum of the sound with a time-varying sinusoidal model and fitting the modal parameters with linear and semi-linear techniques. We also detail the physical and mathematical principles that motivate the algorithm design choices. A Python implementation of the proposed approach has been developed and tested on a dataset of impact sounds considering objects of different shapes and materials. We assess the performance of the algorithm by evaluating the quality of the resynthesised sounds. Resynthesis is carried out via the Sound Design Toolkit (SDT) modal engine and compared to the sounds resynthesised from parameters extracted by SDT's own estimator. The proposed method was thoroughly evaluated both objectively using perceptually relevant features and subjectively following the MUSHRA protocol."
authors:
- affiliation: "LIM, Department of Computer Science, University of Milan"
alias: "ChromaticIsobar"
city: "Milan"
country: "IT"
email: "[email protected]"
family-names: "Tiraboschi"
given-names: "Marco"
orcid: "https://orcid.org/0000-0001-5761-4837"
- affiliation: "LIM, Department of Computer Science, University of Milan"
city: "Milan"
country: "IT"
email: "[email protected]"
family-names: "Avanzini"
given-names: "Federico"
orcid: "https://orcid.org/0000-0002-1257-5878"
website: "http://homes.di.unimi.it/avanzini"
- affiliation: "LIM, Department of Computer Science, University of Milan"
city: "Milan"
country: "IT"
email: "[email protected]"
family-names: "Ntalampiras"
given-names: "Stavros"
orcid: "https://orcid.org/0000-0003-3482-9215"
collection-doi: "10.5281/zenodo.3903573"
collection-title: "Proceedings of the 17th Sound and Music Computing Conference"
collection-type: "proceedings"
conference:
- alias: "SMC 2020"
city: "Torino"
country: "IT"
date-end: "2020-06-26"
date-start: "2020-06-24"
name: "Sound and Music Computing Conference"
website: "https://smcnetwork.org"
copyright: "©2020 Marco Tiraboschi et al."
date-published: "2020-06-17"
doi: "10.5281/zenodo.3898795"
editors:
- family-names: "Spagnol"
given-names: "Simone"
- family-names: "Valle"
given-names: "Andrea"
end: 283
isbn: "978-88-945415-0-2"
issn: "2518-3672"
license: "CC-BY-3.0"
month: 6
pages: 8
publisher: "Axea sas/SMC Network"
repository: "https://gitlab.com/ChromaticIsobar/pyaprsi2"
start: 276
title: "Spectral Analysis for Modal Parameters Linear Estimate"
type: "proceedings"
year: 2020
repository-code: "https://github.com/limunimi/sample"
title: "SAMPLE"
type: "software"
url: "https://limunimi.github.io/SAMPLE"