annotate docs/DMRN15/DMRN15 Proposal.tex @ 2085:11328fe5d16d

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