annotate docs/DMRN+10/DMRN+10proposal.tex @ 2086:c730ca2708b6

Added DMRN+10 poster template
author Brecht De Man <b.deman@qmul.ac.uk>
date Wed, 09 Dec 2015 11:26:31 +0100
parents
children
rev   line source
b@2086 1
b@2086 2 \documentclass[a4paper]{article}
b@2086 3
b@2086 4
b@2086 5 %\setlength{\droptitle}{-5em} % Move title position up
b@2086 6
b@2086 7
b@2086 8 \title{Web Audio Evaluation Tool: A browser-based listening test framework}
b@2086 9 \author{Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss\\ \\
b@2086 10 Preference: Poster }
b@2086 11
b@2086 12 \begin{document}
b@2086 13
b@2086 14 \maketitle
b@2086 15 %\begin{center}
b@2086 16 %{\large
b@2086 17 %Preference: Poster}
b@2086 18 %\end{center}
b@2086 19 %
b@2086 20 %Title: Web Audio Evaluation Tool: A browser-based listening test framework
b@2086 21 %Authors: Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss
b@2086 22
b@2086 23 \section*{Abstract}
b@2086 24 Perceptual evaluation of audio is a popular and powerful method in research topics ranging from signal source separation over audio codec quality to emotion in music. Most researchers in the field of music and audio have conducted a listening test at one point or another. As a consequence, many different tools have been developed for various platforms and use cases. However, few tools have support a wide range of standard (or custom) interfaces, and almost none are compatible with all conventional operating systems, or require tedious set up or external applications or libraries when they are. Another frequent obstacle is the laborious setup through configuration files or even the requirement of a programming background to develop a suitable listening test interface.
b@2086 25
b@2086 26 The recent introduction of the Web Audio API enables a wide range of functionalities that were previously not possible in the browser. This allows for audio applications to be compatible with various devices so long as the application supports the available web browser.
b@2086 27
b@2086 28 A framework to develop and conduct listening tests in the browser, both off- and online will be presented. Most significantly, this browser-based tool is cross-platform, not dependent on any proprietary software and can be hosted on a web server so that remote tests are possible.
b@2086 29 Many standard interfaces are already included, and custom interfaces can easily be created using the available interface elements.
b@2086 30
b@2086 31 Moreover, by allowing creation and modification of the configuration files from within the browser, no programming knowledge is required from the user, making the tool attractive to a much wider range of researchers. Diagnostics and analysis tools in the browser enable quick troubleshooting, quick assessment of the reliability of subjects, and basic analysis of the results.
b@2086 32
b@2086 33 A demo of the Web Audio Evaluation Tool, including its easy test creator tool and post-test diagnostics and analysis, and discuss planned improvements and extensions will be presented.
b@2086 34 \end{document}