changeset 728:28b385057ded

Paper: title and meeting notes
author Brecht De Man <BrechtDeMan@users.noreply.github.com>
date Mon, 12 Oct 2015 11:03:57 +0100
parents 3b637867eafe
children 6a7f6a58bf11
files docs/WAC2016/WAC2016.pdf docs/WAC2016/WAC2016.tex
diffstat 2 files changed, 27 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file docs/WAC2016/WAC2016.pdf has changed
--- a/docs/WAC2016/WAC2016.tex	Wed Sep 30 18:34:40 2015 +0200
+++ b/docs/WAC2016/WAC2016.tex	Mon Oct 12 11:03:57 2015 +0100
@@ -26,7 +26,7 @@
 %\crdata{0-12345-67-8/90/01}  % Allows default copyright data (0-89791-88-6/97/05) to be over-ridden - IF NEED BE.
 % --- End of Author Metadata ---
 
-\title{Web Audio Evaluation Tool something something}
+\title{Web Audio Evaluation Tool: A framework for subjective assessment of audio}
 %\subtitle{[Extended Abstract]
 %\titlenote{A full version of this paper is available as
 %\textit{Author's Guide to Preparing ACM SIG Proceedings Using
@@ -173,6 +173,32 @@
 
         [Talking about what we do in the various sections of this paper. Referring to \cite{waet}. ]
 
+        % MEETING 8 OCTOBER
+        \subsection{Meeting 8 October}
+        \begin{itemize}
+        	\item Do we manipulate audio?\\
+	        	\begin{itemize}
+	        		\item Add loudness equalisation? (test\_create.html) Tag with gains. 
+	        		\item Add volume slider? 
+	        		\item Cross-fade (in interface node): default 0, number of seconds
+	        		\item Also: we use the playback buffer to present metrics of which portion is listened to
+	        	\end{itemize}
+	        \item Logging system information: whichever are possible (justify others)
+	        \item Input streams as audioelements
+	       	\item Capture microphone to estimate loudness (especially Macbook)
+	       	\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! 
+	       	\item Record IP address (PHP function, grab and append to XML file)
+	       	\item Expand anchor/reference options
+	       	\item AB / ABX
+        \end{itemize}
+
+        \subsubsection{Issues}
+        \begin{itemize}
+        	\item Filters not consistent (Nick to test across browsers)
+        	\item Playback audiobuffers need to be destroyed and rebuilt each time
+        	\item Can't get channel data, hardware input/output... 
+        \end{itemize}
+
 	
 \section{Architecture}  % title? 'back end'? % NICK
 	A slightly technical overview of the system. Talk about XML, JavaScript, Web Audio API, HTML5.