-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpublications_vl.html
executable file
·365 lines (299 loc) · 15.9 KB
/
publications_vl.html
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106536482-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106536482-1');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="img/favicon.ico">
<title>Voiceful - Publications</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Highlight.js styles -->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-dark.min.css">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="fonts/fonts.css" rel="stylesheet">
<!--<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700|Source+Sans+Pro:300,600" rel="stylesheet">-->
<!-- Custom styles for this template -->
<link href="css/common.css?v=0.1.3" rel="stylesheet">
<link href="css/publications.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#navbar">
<div id="legal-modal" class="modal fade" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">Legal notice</h4>
</div>
<div class="modal-body">
<p>
For the purposes of complying with Spanish Law 34/2002 on information society services
and electronic commerce, the following information on Voctro Labs, S.L. is provided:
</p>
<table class="table">
<tbody>
<tr>
<th scope="row">Corporate Name</th>
<td>Voctro Labs, S.L.</td>
</tr>
<tr>
<th scope="row">Address</th>
<td>Carrer Pujades 74-80, 08005 Barcelona</td>
</tr>
<tr>
<th scope="row">E-mail address</th>
<td>[email protected]</td>
</tr>
<tr>
<th scope="row">Entry data in the Companies Registry of Barcelona</th>
<td>Volume 42942, Folio 161, Page number B 420239</td>
</tr>
<tr>
<th scope="row">Tax Code</th>
<td>B65699662</td>
</tr>
</tbody>
</table>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
<nav class="navbar navbar-fixed-top navbar-default" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html">
<img alt="voiceful" src="img/voicefulx2.png">
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html" class="btn btn-default navbar-btn">BACK TO MAIN</a></li>
<li><a>PUBLICATIONS PAGE</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container-fluid">
<div id="first-row" class="row section text-center">
<div class="col-xs-12 col-sm-offset-3 col-sm-6">
<h1>Publications</h1>
</div>
<div class="col-xs-12 col-sm-offset-3 col-sm-6">
<p class="subtitle">
Here is a list of Voiceful technologies' related scientific publications by <a href="https://voctrolabs.com">Voctro Labs</a> cofounders during more than a decade of academic research activities at the <a href="https://www.upf.edu/web/mtg">MTG-Universitat Pompeu Fabra</a>. The list includes the more relevant publications for each core technology available in Voiceful.
</p>
</div>
</div>
</div>
<div id="rubric" class="container-fluid">
<div id="rubric-inner">
<div id="tools" class="row section grey-bg text-center">
<div class="col-xs-12 col-sm-offset-3 col-sm-6">
<!--<h2>TOOLKIT FEATURES</h2> -->
<div class="vertical-block">
<img src="img/simbol1.png">
<h4>Voice generation</h4>
<p>
Expressive voice generation based on different techniques including Deep Learning and Sample based synthesis, this technology can generate artificial singing voice with high realism. It can learn a model from existing recordings and generate new speech or singing content.
<p>
<br>
<p>
<b>Blaauw, M. Bonada, J.</b> (2017). <b><u><i>A Neural Parametric Singing Synthesizer.</i></u></b> In Interspeech 2017, 17th Annual Conference of the International Speech Communication Association (Stockholm, Sweden, August 20-24, 2017).
</p>
<br>
<p>
<b>Bonada, J., Serra, X., Amatriain, X., Loscos, A.</b> (2011) <b><u><i>Spectral Processing in DAFX: Digital Audio Effects</i></u></b>, Chapter 10, Udo Zolzer (Editor), John Wiley & Sons Publishers, pp. 393- 446, ISBN: 978-0-470-66599-2, published on March 2011.
</p>
<br>
<p>
<b>Bonada, J.</b> (2008). <b><u><i>Voice Processing and Synthesis by Performance Sampling and Spectral Models.</i></u></b> PhD thesis, Universitat Pompeu Fabra, Department of Information and Communication Technologies, 2008.
</p>
<br>
<p>
<b>Bonada, J., Serra, X.</b> (2007). <b><u><i>Synthesis of the Singing Voice by Performance Sampling and Spectral Models.</i></u></b> IEEE Signal Processing Magazine, vol. 24, no. 1, pp. 69-79, March 2007, ISSN 1053-5888, Impact factor (JRC): 4,914 Q1 T1 1/246 in Engineering, Electrical & Electronic
</p>
<br>
<p>
<b>Janer, J., Bonada, J., and Blaauw, M.</b> (2006) <b><u><i>Performance-driven control for sample-based singing voice synthesis.</i></u></b> Proceedings of the Digital Audio Effects Conference (DAFx). Montreal, Vol. 6. 2006
</p>
</div>
<br>
<br>
<div class="vertical-block">
<img src="img/simbol2.png">
<h4>Voice Transformation</h4>
<p>
Voice manipulation technology that allows changing the characteristics of speech or singing altering the timbre, intonation and other expression characteristics to transform gender, age or personality of the speaker or singer.
</p>
<br>
<p>
<b>Bonada, J.</b> (2008). <b><u><i>Wide band harmonic sinusoidal modeling.</i></u></b> 11th International Conference on Digital Audio Effects DAFx-08, Espoo, Finland, 2008.
</p>
<p>
<b>Mayor, O. Bonada, J. Janer J.</b> (2011). <b><u><i>Audio Transformation Technologies Applied to Video Games.</i></u></b> 41st AES Conference: Audio for Games, 2011.
</p>
<br>
<p>
<b>Villavicencio, F., & Bonada, J.</b> (2010). <b><u><i>Applying Voice Conversion To Concatenative Singing-Voice Synthesis.</i></u></b> Interspeech. 2162-2165.
</p>
<br>
<p>
<b>Villavicencio, F., Yamagishi J., Bonada J., & Espic F.</b> (2016). <b><u><i>Applying Spectral Normalisation and Efficient Envelope Estimation and Statistical Transformation for the Voice Conversion Challenge 2016.</i></u></b> Interspeech. 1657-61.
</p>
<br>
<p>
<b>Mayor, O., Bonada, J., & Janer J.</b> (2009). <b><u><i>KaleiVoiceCope: Voice Transformation from Interactive Installations to Video-Games.</i></u></b> AES 35th International Conference: Audio for Games.
</p>
<br>
<p>
<b>Mayor, O., Bonada, J., & Janer J.</b> (2010). <b><u><i>KaleiVoiceKids: Interactive Real-Time Voice Transformation for Children.</i></u></b> The 9th International Conference on Interaction Design and Children.
</p>
<br>
<p>
<b>Monzo, C., Formiga L., Adell J., Mayor O., Bonada, J., Janer J., et al.</b> (2009). <b><u><i>Properly Using Speech Synthesis and Voice Transformation for Audiovisual Content Generation.</i></u></b> (IBC, Ed.).International Broadcasting Conference (IBC2009).
</p>
</div>
<br>
<br>
<!--
<div class="vertical-block">
<img src="img/simbol3.png">
<h4>Voice Alignment and Auto-tuning | VoAlign</h4>
<p>
VoAlign analyzes and automatically corrects a voice recording without losing quality. We can align it to a reference recording for lip-syncing or ADR, or apply auto-tuning automatically to an estimated musical key. <br>
<strong><a data-toggle="modal" href="#voalign-modal">+More info</a></strong>
</p>
</div>
<br>
<br>
-->
<div class="vertical-block">
<img src="img/simbol4.png">
<h4>Voice Description</h4>
<br>
<p>
Voice analysis technology that extracts acoustic and musical information from a voice recording to be later used for visualization, classification, monitoring or singing rating.
</p>
<br>
<p>
<b>Janer, J.</b> (2008). <b><u><i>Singing-driven interfaces for Sound Synthesizers.</i></u></b> PhD thesis, Universitat Pompeu Fabra, 2008.
</p>
<br>
<p>
<b>Gómez, E. Bonada J.</b> (2013). <b><u><i>Towards Computer-Assisted Flamenco Transcription: An Experimental Comparison of Automatic Transcription Algorithms As Applied to A Cappella Singing.</i></u></b> Computer Music Journal. 37(2), 73-90, 2013.
</p>
<br>
<p>
<b>Mayor, O. Bonada J. Loscos A.</b> (2009). <b><u><i>Performance Analysis and Scoring of the Singing Voice.</i></u></b> AES 35th International Conference: Audio for Games, 2009.
</p>
<br>
<p>
<b>Mayor, O., Bonada, J., & Loscos A.</b> (2006). <b><u><i>The Singing Tutor Expression Categorization and Segmentation of the Singing Voice.</i></u></b> AES 121st Convention, San Francisco, CA, USA, 2006 October 5–8.
</p>
</div>
<br>
<br>
<div class="vertical-block">
<img src="img/simbol1.png">
<h4>Time-scaling and Pitch-shifting</h4>
<br>
<p>
Beyond voice signals, a high-quality time-scaling and pitch-shifting technology to process any audio content like music, field recordings, dialogues, etc.
</p>
<br>
<p>
<b>Bonada, J.</b> (2000). <b><u><i>Automatic Technique in Frequency Domain for Near-Lossless Time-Scale Modification of Audio.</i></u></b> International Computer Music Conference. 396-399, 2000.
</p>
<br>
<p>
<b>Janer, J., Bonada, J., & Jordà S.</b> (2006). <b><u><i>Groovator - an implementation of real-time rhythm transformations.</i></u></b> AES 121st Convention, San Francisco, CA, USA, 2006 October 5–8.
</p>
</div>
<br>
<br>
<!--
<div class="vertical-block">
<img src="img/simbol2.png">
<h4>Mixing and FX | VoMix</h4>
<p>
VoMix works as a virtual DAW with all standard audio effects (autogain, compression, EQ, reverb, delay, panning, mixing, etc.) to deliver audio in a professional-like quality.
<strong><a data-toggle="modal" href="#vomix-modal">+More info</a></strong>
</p>
</div>
<br>
<br>
-->
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-3">
<img id="footer-logo" src="img/footer_logo.png" srcset="img/footer_logox2.png 2x">
<p>
Voiceful is a product of <strong>Voctro Labs</strong><br>
<strong>
info @ voctrolabs . com<br>
+34 931 587 637<br>
C/ Pujades 74-80 08005<br>
Barcelona<br>
</strong>
</p>
<p><a data-toggle="modal" href="#legal-modal">LEGAL NOTICE</a></p>
<p><a data-toggle="modal" href="#privacy-modal">PRIVACY</a></p>
</div>
<div class="col-xs-12 col-sm-offset-6 col-sm-3 col-lg-offset-7 col-lg-2">
<div id="social">
<h5>FOLLOW US ON</h5>
<a href="https://www.facebook.com/VoctroLabs/" target="_blank">
<img src="img/facebook.png">
</a>
<a href="https://twitter.com/VoctroLabs" target="_blank">
<img src="img/twitter.png">
</a>
<a href="https://www.youtube.com/user/voctrolabs" target="_blank">
<img src="img/youtube.png">
</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/vendor/jquery.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/vendor/ie10-viewport-bug-workaround.js"></script>
<script src="js/developers.js"></script>
</body>
</html>