Mercurial > hg > webaudioevaluationtool
changeset 979:62b638aa1849
Paper: Edit Intro with tool Justification
author | Dave Moffat <djmoffat@users.noreply.github.com> |
---|---|
date | Fri, 24 Apr 2015 00:11:20 +0100 |
parents | c65d4bd1c660 |
children | ceaaebf9e017 |
files | ape.js docs/SMC15/smc2015template.tex |
diffstat | 2 files changed, 11 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/ape.js Thu Apr 23 20:03:38 2015 +0100 +++ b/ape.js Fri Apr 24 00:11:20 2015 +0100 @@ -406,6 +406,7 @@ this.audioObjects[i].play(audioContext.currentTime+0.01); } else { this.audioObjects[i].outputGain.gain.value = 0.0; + this.audioObjects[i].stop(); } } };
--- a/docs/SMC15/smc2015template.tex Thu Apr 23 20:03:38 2015 +0100 +++ b/docs/SMC15/smc2015template.tex Fri Apr 24 00:11:20 2015 +0100 @@ -166,15 +166,17 @@ However, other graphical user interfaces can be put on top of the engine that we provide with minimal or no modifications. Examples of this are the MUSHRA test \cite{mushra}, single or multiple stimulus evaluation with a two-dimensional interface (such as valence and arousal dimensions), or simple annotation (using free-form text, check boxes, radio buttons or drop-down menus) of one or more audio samples at a time. In case of for instance method of adjustment, where the audio is processed by the user \cite{bech}, or of AB test, where the interface does not show all audio samples to be evaluated at once, the back end of the tool needs to be modified as well. +There are a number of advantages to building a web audio based listening test environment. The ability to easily deploy a flexible and scalable testing environment that requires no proprietary software to run makes the web audio evaluation tool a very flexible testing tool. The ability to host a single test server and create multiple clients not only allows multiple participants to be involved in a trial simultaneously, but also permits participants to be located anywhere in the world. There are limited user experience issues, as all users should have some experience with using existing web technologies. -DAVE: justify: -\begin{itemize} -\item Easy deployment - no propitiatory software required -\item Entirely scalable -\item Trial multiple participants simultaneously -\item Intuitive environment - everyone uses the internet -\item Can be hosted and run from single location with participants worldwide -\end{itemize} + +%DAVE: justify: +%\begin{itemize} +%\item Easy deployment - no propitiatory software required +%\item Entirely scalable +%\item Trial multiple participants simultaneously +%\item Intuitive environment - everyone uses the internet +%\item Can be hosted and run from single location with participants worldwide +%\end{itemize} [TO ADD: in the following sections, we describe the interface in more detail, discuss the implementation, and go over design considerations and flexibility ... ]