annotate docs/DMRN+10/DMRN+10proposal.tex @ 1089:3de455e48d70

Test Create: Move your custom elements into style.css
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Mon, 22 Feb 2016 12:18:55 +0000
parents 3705f68a38b7
children
rev   line source
giuliomoro@1088 1
giuliomoro@1088 2 \documentclass[a4paper]{article}
giuliomoro@1088 3
giuliomoro@1088 4
giuliomoro@1088 5 %\setlength{\droptitle}{-5em} % Move title position up
giuliomoro@1088 6
giuliomoro@1088 7
giuliomoro@1088 8 \title{Web Audio Evaluation Tool: A browser-based listening test framework}
giuliomoro@1088 9 \author{Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss\\ \\
giuliomoro@1088 10 Preference: Poster }
giuliomoro@1088 11
giuliomoro@1088 12 \begin{document}
giuliomoro@1088 13
giuliomoro@1088 14 \maketitle
giuliomoro@1088 15 %\begin{center}
giuliomoro@1088 16 %{\large
giuliomoro@1088 17 %Preference: Poster}
giuliomoro@1088 18 %\end{center}
giuliomoro@1088 19 %
giuliomoro@1088 20 %Title: Web Audio Evaluation Tool: A browser-based listening test framework
giuliomoro@1088 21 %Authors: Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss
giuliomoro@1088 22
giuliomoro@1088 23 \section*{Abstract}
giuliomoro@1088 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.
giuliomoro@1088 25
giuliomoro@1088 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.
giuliomoro@1088 27
giuliomoro@1088 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.
giuliomoro@1088 29 Many standard interfaces are already included, and custom interfaces can easily be created using the available interface elements.
giuliomoro@1088 30
giuliomoro@1088 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.
giuliomoro@1088 32
giuliomoro@1088 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.
giuliomoro@1088 34 \end{document}