annotate docs/DMRN15/DMRN15 Proposal.tex @ 1079:24eeac8994bf

Add DMRN Proposal
author DaveM <DaveM@localhost>
date Mon, 07 Dec 2015 11:21:01 +0000
parents
children
rev   line source
DaveM@1079 1
DaveM@1079 2 \documentclass[a4paper]{article}
DaveM@1079 3
DaveM@1079 4
DaveM@1079 5 %\setlength{\droptitle}{-5em} % Move title position up
DaveM@1079 6
DaveM@1079 7
DaveM@1079 8 \title{Web Audio Evaluation Tool: A browser-based listening test framework}
DaveM@1079 9 \author{Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss\\ \\
DaveM@1079 10 Preference: Poster }
DaveM@1079 11
DaveM@1079 12 \begin{document}
DaveM@1079 13
DaveM@1079 14 \maketitle
DaveM@1079 15 %\begin{center}
DaveM@1079 16 %{\large
DaveM@1079 17 %Preference: Poster}
DaveM@1079 18 %\end{center}
DaveM@1079 19 %
DaveM@1079 20 %Title: Web Audio Evaluation Tool: A browser-based listening test framework
DaveM@1079 21 %Authors: Nicholas Jillings, David Moffat, Brecht De Man and Joshua D. Reiss
DaveM@1079 22
DaveM@1079 23 \section*{Abstract}
DaveM@1079 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.
DaveM@1079 25
DaveM@1079 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.
DaveM@1079 27
DaveM@1079 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.
DaveM@1079 29 Many standard interfaces are already included, and custom interfaces can easily be created using the available interface elements.
DaveM@1079 30
DaveM@1079 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.
DaveM@1079 32
DaveM@1079 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.
DaveM@1079 34 \end{document}