# HG changeset patch # User Dave Moffat # Date 1429830680 -3600 # Node ID 6ee92a6e1f409c8fd08d0c8e738b3d87d9f1f3f6 # Parent 0879a337144f072d35159b349b728833021911eb Paper: Edit Intro with tool Justification diff -r 0879a337144f -r 6ee92a6e1f40 ape.js --- 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(); } } }; diff -r 0879a337144f -r 6ee92a6e1f40 docs/SMC15/smc2015template.tex --- 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 ... ]