comparison docs/WAC2016/WAC2016.tex @ 320:1f7c3d9ccb94 WAC2016

Paper: title and meeting notes
author Brecht De Man <b.deman@qmul.ac.uk>
date Mon, 12 Oct 2015 11:03:57 +0100
parents 85f05a29a01a
children 107e70b2a927
comparison
equal deleted inserted replaced
318:85f05a29a01a 320:1f7c3d9ccb94
24 \conferenceinfo{Web Audio Conference WAC-2016,}{April 4--6, 2016, Atlanta, USA} 24 \conferenceinfo{Web Audio Conference WAC-2016,}{April 4--6, 2016, Atlanta, USA}
25 \CopyrightYear{2016} % Allows default copyright year (20XX) to be over-ridden - IF NEED BE. 25 \CopyrightYear{2016} % Allows default copyright year (20XX) to be over-ridden - IF NEED BE.
26 %\crdata{0-12345-67-8/90/01} % Allows default copyright data (0-89791-88-6/97/05) to be over-ridden - IF NEED BE. 26 %\crdata{0-12345-67-8/90/01} % Allows default copyright data (0-89791-88-6/97/05) to be over-ridden - IF NEED BE.
27 % --- End of Author Metadata --- 27 % --- End of Author Metadata ---
28 28
29 \title{Web Audio Evaluation Tool something something} 29 \title{Web Audio Evaluation Tool: A framework for subjective assessment of audio}
30 %\subtitle{[Extended Abstract] 30 %\subtitle{[Extended Abstract]
31 %\titlenote{A full version of this paper is available as 31 %\titlenote{A full version of this paper is available as
32 %\textit{Author's Guide to Preparing ACM SIG Proceedings Using 32 %\textit{Author's Guide to Preparing ACM SIG Proceedings Using
33 %\LaTeX$2_\epsilon$\ and BibTeX} at 33 %\LaTeX$2_\epsilon$\ and BibTeX} at
34 %\texttt{www.acm.org/eaddress.htm}}} 34 %\texttt{www.acm.org/eaddress.htm}}}
171 171
172 As recruiting participants can be very time-consuming, and as for some tests a large number of participants is needed, browser-based tests \cite{schoeffler2015mushra}. However, to our knowledge, no tool currently exists that allows the creation of a remotely accessible listening test. % I wonder what you can do with Amazon Mechanical Turk and the likes. 172 As recruiting participants can be very time-consuming, and as for some tests a large number of participants is needed, browser-based tests \cite{schoeffler2015mushra}. However, to our knowledge, no tool currently exists that allows the creation of a remotely accessible listening test. % I wonder what you can do with Amazon Mechanical Turk and the likes.
173 173
174 [Talking about what we do in the various sections of this paper. Referring to \cite{waet}. ] 174 [Talking about what we do in the various sections of this paper. Referring to \cite{waet}. ]
175 175
176 % MEETING 8 OCTOBER
177 \subsection{Meeting 8 October}
178 \begin{itemize}
179 \item Do we manipulate audio?\\
180 \begin{itemize}
181 \item Add loudness equalisation? (test\_create.html) Tag with gains.
182 \item Add volume slider?
183 \item Cross-fade (in interface node): default 0, number of seconds
184 \item Also: we use the playback buffer to present metrics of which portion is listened to
185 \end{itemize}
186 \item Logging system information: whichever are possible (justify others)
187 \item Input streams as audioelements
188 \item Capture microphone to estimate loudness (especially Macbook)
189 \item Test page (in-built oscillators): left-right calibration, ramp up test tone until you hear it; optional compensating EQ (future work implementing own filters) --> Highlight issues!
190 \item Record IP address (PHP function, grab and append to XML file)
191 \item Expand anchor/reference options
192 \item AB / ABX
193 \end{itemize}
194
195 \subsubsection{Issues}
196 \begin{itemize}
197 \item Filters not consistent (Nick to test across browsers)
198 \item Playback audiobuffers need to be destroyed and rebuilt each time
199 \item Can't get channel data, hardware input/output...
200 \end{itemize}
201
176 202
177 \section{Architecture} % title? 'back end'? % NICK 203 \section{Architecture} % title? 'back end'? % NICK
178 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5. 204 A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5.
179 Describe and/or visualise audioholder-audioelement-... structure. 205 Describe and/or visualise audioholder-audioelement-... structure.
180 206