annotate docs/DMRN+10/DMRN+10proposal.tex @ 2721:2bc86ec0ac6c

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Fri, 14 Apr 2017 17:21:11 +0100
parents c07b9e2312ba
children
rev   line source
n@1090 1
n@1090 2 \documentclass[a4paper]{article}
n@1090 3
n@1090 4
n@1090 5 %\setlength{\droptitle}{-5em} % Move title position up
n@1090 6
n@1090 7
n@1090 8 \title{Web Audio Evaluation Tool: A browser-based listening test framework}
n@1090 9 \author{Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss\\ \\
n@1090 10 Preference: Poster }
n@1090 11
n@1090 12 \begin{document}
n@1090 13
n@1090 14 \maketitle
n@1090 15 %\begin{center}
n@1090 16 %{\large
n@1090 17 %Preference: Poster}
n@1090 18 %\end{center}
n@1090 19 %
n@1090 20 %Title: Web Audio Evaluation Tool: A browser-based listening test framework
n@1090 21 %Authors: Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss
n@1090 22
n@1090 23 \section*{Abstract}
n@1090 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.
n@1090 25
n@1090 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.
n@1090 27
n@1090 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.
n@1090 29 Many standard interfaces are already included, and custom interfaces can easily be created using the available interface elements.
n@1090 30
n@1090 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.
n@1090 32
n@1090 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.
n@1090 34 \end{document}