source: audiogui/doc/audiogui.tex@ 10

Last change on this file since 10 was 2, checked in by wouter, 3 years ago

AGAIN FORCE COMMIT FIRST RECOVERY

File size: 6.1 KB
Line 
1\documentclass[10pt,a4paper]{article}
2\usepackage{graphicx}
3\usepackage{wrapfig}
4\usepackage{url}
5\usepackage{textcomp}
6\usepackage{color}
7\usepackage{longtable}
8\usepackage[T1]{fontenc}
9\usepackage{enumerate}
10\usepackage{float}
11\usepackage{caption}
12\usepackage{subcaption}
13\usepackage{stackengine}
14\captionsetup[figure]{labelformat=empty}
15\captionsetup[table]{labelformat=empty}
16\topmargin -1.5cm
17\oddsidemargin -0.04cm
18\evensidemargin -0.04cm
19\textwidth 16.59cm
20\textheight 24.94cm
21\title{AudioGUI software manual}
22\date{}
23\author{}
24\begin{document}
25\maketitle
26
27
28\tableofcontents
29
30
31\newpage
32\section{Installing the microphone}
33
34
35\begin{itemize}
36\item Attach the microphone cable to the Scarlett 2i2 USB interface (Fig.1). You need only 1 microphone as the application uses mono audio. Usually for mono recording you need to attach to the left channel / first channel / channel 0.
37\item Attach the USB cable from the Scarlett 2i2 USB interface to your computer.
38\end{itemize}
39
40\begin{figure}[H]
41 \stackunder[5pt]{\includegraphics[width=.6\textwidth]{scarlett.jpg}}{\small{\textit{Fig.1 - Scarlett 2i2 USB interface}}}
42\end{figure}
43
44
45\begin{figure}[H]
46 \stackunder[5pt]{\includegraphics[width=.5\textwidth]{sex1.jpg}}{\small{\textit{Fig.2 - sE X1 Microphone}}}
47\end{figure}
48
49
50\subsection{Mac OS X }
51
52
53\subsubsection{Choosing the right input}
54
55\begin{itemize}
56\item Start \textbf{System Preferences}.
57\item Choose \textbf{Sound}.
58\item Choose \textbf{Input}.
59\item Choose \textbf{Scarlett 2i2 USB} (see Fig.3).
60\end{itemize}
61
62\begin{figure}[H]
63 \stackunder[5pt]{\includegraphics[width=.8\textwidth]{soundchoice.eps}}{\small{\textit{Fig.3 - System Preferences Sound configuration}}}
64\end{figure}
65~
66\newline
67\newline
68\newline
69
70
71\subsection{Windows}
72This section describes how to install the Scarlett 2i2 driver in Windows.
73
74\subsubsection{Driver download and install}
75Download and install the Scarlett 2i2 Windows driver at the Focusrite website (Fig.4):
76\newline
77\url{https://us.focusrite.com/downloads}
78
79\begin{figure}[H]
80 \stackunder[5pt]{\includegraphics[width=0.8\textwidth]{downloadwin.eps}}{\small{\textit{Fig.4 - Download the driver}}}
81\end{figure}
82
83
84\subsubsection{Sound configuration}
85
86\begin{itemize}
87\item Go to the \textbf{Control Panel} and choose \textbf{Hardware and Sound}, \textbf{Devices and Printers}.
88\item Right-click the \textbf{Scarlett 2i2 USB} device and choose \textbf{Properties}. See Fig.5.
89\end{itemize}
90
91
92\begin{figure}[H]
93 \stackunder[5pt]{\includegraphics[width=0.8\textwidth]{deviceswin2.eps}}{\small{\textit{Fig.5 - Devices and Printers}}}
94\end{figure}
95
96
97~
98\newline
99Be sure that the Scarlett 2i2 device is visible in the \textbf{Properties} See Fig.6.
100
101\begin{figure}[H]
102 \stackunder[5pt]{\includegraphics[width=0.4\textwidth]{line-inwin.eps}}{\small{\textit{Fig.6 - Device Properties}}}
103\end{figure}
104
105~
106\newline
107\begin{itemize}
108\item Go to \textbf{Control panel}, \textbf{Hardware and Sound} , \textbf{Sound} and choose \textbf{Recording}
109\item Set the Scarlett 2i2 device as the default Line in device. See Fig.7.
110\item Go to \textbf{Control panel}, \textbf{Hardware and Sound} , \textbf{Sound} and choose \textbf{Playback}
111\item Set the computer Speakers as the default Playback device.
112\end{itemize}
113
114\begin{figure}[H]
115 \stackunder[5pt]{\includegraphics[width=0.5\textwidth]{recordingwin.eps}}{\small{\textit{Fig.7 - Recording and Playback settings}}}
116\end{figure}
117~
118\newline
119\newline
120\newline
121
122
123
124
125\section{Installing the software}
126Perform the following steps to install the software
127\begin{enumerate}
128\item Install java 7 or higher (\url{http://www.oracle.com/technetwork/java/javase/downloads/index.html})
129\item Install the audio device driver as discussed in the previous chapter.
130\item Copy the audiogui-1.0.0-jar-with-dependencies.jar (sources on \newline
131\url{http://ii.tudelft.nl/trac/vret/browser/AudioGui}) and sentences.txt to a directory of your choice.
132\end{enumerate}
133
134\section{Using the Application}
135
136Start the program by double-clicking the jar-file. You now enter phase 1 of the process.
137
138\subsection{Phase 1}
139In phase 1 the user records the sentences.
140\begin{itemize}
141\item Phase 1 of the AudioGui user interface should appear on your screen (Fig. 8).
142\item At the top of the screen is the sentence shown that has to be recorded.
143\item Press the \textbf{Record} button and speak the sentence in the microphone.
144\item Stop recording by clicking the stop icon. The recording stops automatically after 30 seconds.
145\item Check the peak indicator in the audio volume area. If it has come into the red area (> 3dB), then the recording has been clipped. If that happens, lower the recording volume. If it is way below 12dB, increase the recording volume. If you have to adjust the recording volume, re-record the sentence.
146\item Press the \textbf{Play} button to check the recording quality. If not satisfied, record again.
147\item If the recording is satisfactory, press the \textbf{Confirm} button, and the recording will be saved to a WAV-file on your computer. The files are saved in a new directory created in the system's current working directory (usually the directory where the application jar is located).
148\item If all sentences have been recorded the program proceeds to phase 2.
149\end{itemize}
150
151\begin{figure}[H]
152 \includegraphics[width=1.0\textwidth]{phase1.png}}{\small{\textit{Fig.8 - The user interface. At the top the sentence to be spoken for recording. At the bottom from left to right the recording volume area, the record button, the play button and the confirm button. }}
153\end{figure}
154
155\subsection{Phase 2}
156In phase two the user adjusts the audio filters.
157\begin{itemize}
158\item Phase 2 of the AudioGui user interface should appear on the screen (Fig. 9).
159\item Press the play button to (re)play your last recording.
160\item Drag the sliders until recording sounds properly.
161\item If the setting is satisfactory, press the \textbf{Confirm} button. The settings are saved to a bend.xml file.
162\item the program thanks you for participation and exits.
163\end{itemize}
164
165\begin{figure}[H]
166 \stackunder[5pt]{\includegraphics[width=1.0\textwidth]{phase2.png}}{\small{\textit{Fig.9 - Phase 2 of the user interface}}}
167\end{figure}
168
169
170
171
172
173
174\end{document}
175
Note: See TracBrowser for help on using the repository browser.