Skip to content

Commit 998bc99

Browse files
committed
Add zenodo settings file for automatic releases
1 parent 9324b2b commit 998bc99

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

.zenodo.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"description": [
3+
"The Sound Field Synthesis Toolbox (SFS) for Matlab/Octave gives you ",
4+
"the possibility to play around with sound field synthesis methods ",
5+
"like Wave Field Synthesis (WFS) or near-field compensated Higher ",
6+
"Order Ambisonics (NFC-HOA). There are functions to simulate ",
7+
"monochromatic sound fields for different secondary source ",
8+
"(loudspeaker) setups, time snapshots of full band impulses emitted ",
9+
"by the secondary source distributions, or even generate Binaural ",
10+
"Room Scanning (BRS) stimuli sets in order to simulate WFS with the ",
11+
"SoundScape Renderer (SSR).",
12+
"",
13+
"For more information, see: http://matlab.sfstoolbox.org"
14+
],
15+
"access_right": "open",
16+
"license": "mit-license",
17+
"keywords": [
18+
"WFS",
19+
"NFC-HOA",
20+
"binaural synthesis",
21+
"SSR",
22+
"SOFA",
23+
"SFS"
24+
],
25+
"upload_type": "software",
26+
"creators": [{
27+
"name": "Hagen Wierstorf"
28+
},
29+
{
30+
"name": "Fiete Winter",
31+
"affiliation": "Universität Rostock"
32+
},
33+
{
34+
"name": "Till Rettberg",
35+
"affiliation": "Universität Rostock"
36+
},
37+
{
38+
"name": "Vera Erbes",
39+
"affiliation": "Universität Rostock"
40+
},
41+
{
42+
"name": "Nara Hahn",
43+
"affiliation": "Universität Rostock"
44+
},
45+
{
46+
"name": "Frank Schultz",
47+
"affiliation": "Universität Rostock"
48+
},
49+
{
50+
"name": "Christoph Hold"
51+
},
52+
{
53+
"name": "Sascha Spors",
54+
"affiliation": "Universität Rostock"
55+
}]
56+
}

0 commit comments

Comments
 (0)