-[submodule "rutitlepage"]
- path = rutitlepage
- url = https://github.com/dopefishh/rutitlepage.git
BIBTEXFLAGS:=
MAKEGLOSSARIES?=makeglossaries
MAKEGLOSSARIESFLAGS?=
-LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape
+LATEXFLAGS:=-file-line-error -halt-on-error #-no-shell-escape
FIGURES:=$(addsuffix .png,$(addprefix img/,$(notdir $(basename $(wildcard fig/*.dot)))))
LISTINGS:=$(wildcard listings/*)
+++ /dev/null
-\newacronym{ANN}{ANN}{Artificial Neural Network}
-\newacronym{DCT}{DCT}{Discrete Cosine Transform}
-\newacronym{DHMM}{DHMM}{Duration-explicit \acrlong{HMM}}
-\newacronym{FA}{FA}{Forced Alignment}
-\newacronym{GMM}{GMM}{Gaussian Mixture Models}
-\newacronym{HMM}{HMM}{Hidden Markov Model}
-\newacronym{HTK}{HTK}{\acrlong{HMM} Toolkit}
-\newacronym{IFPI}{IFPI}{International Federation of the Phonographic Industry}
-\newacronym{LPCC}{LPCC}{\acrlong{LPC} Derived Cepstrum}
-\newacronym{LPC}{LPC}{Linear Prediction Coefficients}
-\newacronym{MFCC}{MFCC}{\acrlong{MFC} Coefficient}
-\newacronym{MFC}{MFC}{Mel-frequency Cepstrum}
-\newacronym{MLP}{MLP}{Multi-layer Perceptron}
-\newacronym{PLP}{PLP}{Perceptual Linear Prediction}
-\newacronym{PPF}{PPF}{Posterior Probability Features}
-\newacronym{ZCR}{ZCR}{Zero-crossing Rate}
-\newacronym{RELU}{ReLU}{Rectified Linear Unit}
-\newacronym{CC}{CC}{Cannibal Corpse}
-\newacronym{DG}{DG}{Disgorge}
-\newacronym{WDISS}{WDISS}{Who Dies in Siberian Slush}
\usepackage[british]{babel}
\usepackage{geometry} % Papersize
-\usepackage{rutitlepage/rutitlepage} % Titlepage
\usepackage{hyperref} % Hyperlinks
\usepackage{booktabs} % Better looking tables
\usepackage{float} % Floating tables
\usepackage{subcaption} % Subfigures and captions
\usepackage{multirow} % Multirow tables
\usepackage{longtable} % Long tables
+\usepackage{graphicx} % Graphics
+\usepackage{epstopdf} % Eps graphics
\graphicspath{{img/}}
\urlstyle{same}
\hypersetup{%
- pdftitle={Singing voice detection in Death Metal music},
+ pdftitle={Singing-Voice Detection in Extreme Singing Styles},
pdfauthor={Mart Lubbers},
pdfsubject={},
pdfcreator={Mart Lubbers},
hidelinks=true
}
-\title{Singing voice detection in Death Metal music}
+\title{Singing-Voice Detection for Extreme Singing Styles}
\author{Mart Lubbers}
\date{\today}
\begin{document}
\frontmatter{}
-\maketitleru[
- course={(Automatic) Speech Recognition},
- institute={Radboud University Nijmegen},
- authorstext={Author:},
- righttextheader={Supervisor:},
- righttext={Louis ten Bosch},
- pagenr=1]
+\input{titlepage}
%Abstract
\addcontentsline{toc}{chapter}{Abstract}
+++ /dev/null
-rutitlepage/logo.pdf
\ No newline at end of file
+++ /dev/null
-Subproject commit 32fc745524953baa115b829fd37a88c934ed1330
--- /dev/null
+\makeatletter
+\newgeometry{hmarginratio=1:1}
+\begin{titlepage}
+ \setcounter{page}{1}
+ \begin{center}
+ \textsc{\LARGE Automatic Speech Recognition}\\[4.5cm]
+% \includegraphics[width=.7\linewidth]{logo.eps}\\[3cm]
+ \hrule
+ \vspace{0.4cm}
+ \textbf{\large\@title}\\[0.4cm]
+ \hrule
+ \vspace{2cm}
+ \begin{minipage}[t]{0.45\textwidth}
+ \begin{flushleft}\large
+ \textit{Author:}\\
+ \@author%
+ \end{flushleft}
+ \end{minipage}
+ \begin{minipage}[t]{0.45\textwidth}
+ \begin{flushright}\large
+ \textit{Supervisor}\\
+ dr.~Louis ten Bosch
+ \end{flushright}
+ \end{minipage}
+ \vspace{1cm}
+ \vfill
+ {\large\@date}
+ \end{center}
+\end{titlepage}
+\restoregeometry%
+\makeatother