Initial commit
authorMart Lubbers <mart@martlubbers.net>
Thu, 2 Mar 2017 19:42:51 +0000 (20:42 +0100)
committerMart Lubbers <mart@martlubbers.net>
Thu, 2 Mar 2017 19:42:51 +0000 (20:42 +0100)
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Makefile [new file with mode: 0644]
asr.bib [new file with mode: 0644]
asr.pre [new file with mode: 0644]
asr.tex [new file with mode: 0644]
rutitlepage [new submodule]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..8df797c
--- /dev/null
@@ -0,0 +1,20 @@
+*.acn
+*.acr
+*.alg
+*.aux
+*.bbl
+*.blg
+*.fmt
+*.glg
+*.glo
+*.gls
+*.ist
+*.lof
+*.log
+*.lol
+*.lot
+*.out
+*.pdf
+*.tdo
+*.toc
+*.xdy
diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..ee24bf2
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "rutitlepage"]
+       path = rutitlepage
+       url = https://github.com/dopefishh/rutitlepage.git
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..8f3a88a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,30 @@
+DOCS:=asr
+GREP?=grep
+LATEX?=pdflatex
+BIBTEX?=bibtex
+BIBTEXFLAGS:=
+MAKEGLOSSARIES?=makeglossaries
+MAKEGLOSSARIESFLAGS?=
+LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape
+
+.PHONY: all clean
+.SECONDARY: $(addsuffix .fmt,$(DOCS))
+
+all: $(addsuffix .pdf,$(DOCS))
+
+%.fmt: %.pre
+       $(LATEX) $(LATEXFLAGS) -ini -jobname="$(basename $@)" "&$(LATEX) $<\dump"
+
+%.pdf: %.mlog
+       if $(GREP) -iFq 'Rerun to get' $<; then $(LATEX) $(LATEXFLAGS) $(basename $<); fi
+
+%.mlog: %.tex %.fmt $(wildcard *.bib) $(wildcard *.tex)
+       $(LATEX) $(LATEXFLAGS) $<
+       if $(GREP) -q '^\\bibdata{' $(basename $<).aux; then $(BIBTEX) $(BIBTEXFLAGS) $(basename $<); fi
+       if $(GREP) -q '\@istfilename' $(basename $<).aux; then $(MAKEGLOSSARIES) $(MAKEGLOSSARIESFLAGSFLAGS) $(basename $<); fi
+       $(LATEX) $(LATEXFLAGS) $< | tee $@
+
+clean:
+       $(RM) $(foreach DOC,$(DOCS),$(addprefix $(DOC).,\
+               acn acr alg aux bbl blg fmt glg glo gls ist lof log lol lot nav out\
+               pdf run.xml snm tdo toc vrb xdy))
diff --git a/asr.bib b/asr.bib
new file mode 100644 (file)
index 0000000..6ad0fa3
--- /dev/null
+++ b/asr.bib
@@ -0,0 +1,169 @@
+@book{muller_multimodal_2012,
+       address = {Wadern},
+       title = {Multimodal {Music} {Processing}},
+       isbn = {978-3-939897-37-8},
+       url = {http://nbn-resolving.de/urn:nbn:de:0030-drops-27851},
+       language = {English},
+       urldate = {2017-03-02},
+       publisher = {Schloss Dagstuhl - Leibniz-Zentrum für Informatik GmbH},
+       author = {Müller, Meinard and Goto, Masataka and Schedl, Markus},
+       year = {2012},
+       note = {OCLC: 864001691},
+       file = {3.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/A4ZSSMW5/3.pdf:application/pdf}
+}
+
+@inproceedings{pedone_phoneme-level_2011,
+       title = {Phoneme-{Level} {Text} to {Audio} {Synchronization} on {Speech} {Signals} with {Background} {Music}.},
+       url = {http://ai2-s2-pdfs.s3.amazonaws.com/7fb2/210b6a9e69ea7ca0e4f496548544781c8a8b.pdf},
+       urldate = {2017-03-02},
+       booktitle = {{INTERSPEECH}},
+       author = {Pedone, Agnes and Burred, Juan José and Maller, Simon and Leveau, Pierre},
+       year = {2011},
+       pages = {433--436},
+       file = {210b6a9e69ea7ca0e4f496548544781c8a8b.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/NQR3WB2S/210b6a9e69ea7ca0e4f496548544781c8a8b.pdf:application/pdf}
+}
+
+@inproceedings{fujihara_automatic_2006,
+       title = {Automatic synchronization between lyrics and music {CD} recordings based on {Viterbi} alignment of segregated vocal signals},
+       url = {http://ieeexplore.ieee.org/abstract/document/4061176/},
+       urldate = {2017-03-02},
+       booktitle = {Multimedia, 2006. {ISM}'06. {Eighth} {IEEE} {International} {Symposium} on},
+       publisher = {IEEE},
+       author = {Fujihara, Hiromasa and Goto, Masataka and Ogata, Jun and Komatani, Kazunori and Ogata, Tetsuya and Okuno, Hiroshi G.},
+       year = {2006},
+       pages = {257--264},
+       file = {04061176.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/6DU997E4/04061176.pdf:application/pdf}
+}
+
+@inproceedings{mesaros_adaptation_2009,
+       title = {Adaptation of a speech recognizer for singing voice},
+       url = {http://ieeexplore.ieee.org/abstract/document/7077626/},
+       urldate = {2017-03-02},
+       booktitle = {Signal {Processing} {Conference}, 2009 17th {European}},
+       publisher = {IEEE},
+       author = {Mesaros, Annamaria and Virtanen, Tuomas},
+       year = {2009},
+       pages = {1779--1783},
+       file = {07077626.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/FN9TWMMJ/07077626.pdf:application/pdf}
+}
+
+@article{mesaros_automatic_2010,
+       title = {Automatic {Recognition} of {Lyrics} in {Singing}},
+       volume = {2010},
+       issn = {1687-4714, 1687-4722},
+       url = {http://asmp.eurasipjournals.com/content/2010/1/546047},
+       doi = {10.1155/2010/546047},
+       language = {en},
+       urldate = {2017-03-02},
+       journal = {EURASIP Journal on Audio, Speech, and Music Processing},
+       author = {Mesaros, Annamaria and Virtanen, Tuomas},
+       year = {2010},
+       pages = {1--11},
+       file = {art%3A10.1155%2F2010%2F546047.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/3BR5E733/art%3A10.1155%2F2010%2F546047.pdf:application/pdf}
+}
+
+@article{dzhambazov_automatic_2016,
+       title = {Automatic {Alignment} of {Long} {Syllables} in a {Cappella} {Beijing} {Opera}},
+       url = {http://arrow.dit.ie/fema/1/},
+       urldate = {2017-03-02},
+       author = {Dzhambazov, Georgi and Yang, Yile and Repetto, Rafael Caro and Serra, Xavier},
+       year = {2016},
+       file = {Automatic Alignment of Long Syllables in a Cappella Beijing Opera - viewcontent.cgi:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/CSCH3FAK/viewcontent.pdf:application/pdf}
+}
+
+@inproceedings{mesaros_automatic_2008,
+       title = {Automatic alignment of music audio and lyrics},
+       url = {http://legacy.spa.aalto.fi/dafx08/papers/dafx08_57.pdf},
+       urldate = {2017-03-02},
+       booktitle = {Proceedings of the 11th {Int}. {Conference} on {Digital} {Audio} {Effects} ({DAFx}-08)},
+       author = {Mesaros, Annamaria and Virtanen, Tuomas},
+       year = {2008},
+       file = {dafx08_57.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/H24VX8KW/dafx08_57.pdf:application/pdf}
+}
+
+@inproceedings{berenzweig_locating_2001,
+       title = {Locating singing voice segments within music signals},
+       url = {http://ieeexplore.ieee.org/abstract/document/969557/},
+       urldate = {2017-03-02},
+       booktitle = {Applications of {Signal} {Processing} to {Audio} and {Acoustics}, 2001 {IEEE} {Workshop} on the},
+       publisher = {IEEE},
+       author = {Berenzweig, Adam L. and Ellis, Daniel PW},
+       year = {2001},
+       pages = {119--122},
+       file = {Locating singing voice segments within music signals - Applicationis of Signal Processing to Audio and Acoustics, 2001 IEEE Workshop on the - 00969557.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/DWBBQPDE/00969557.pdf:application/pdf}
+}
+
+@inproceedings{dzhambazov_automatic_2014,
+       title = {Automatic lyrics-to-audio alignment in classical turkish music},
+       url = {http://www.academia.edu/download/46199701/lyrics-to-audio-FMA_full_paper.pdf},
+       urldate = {2017-03-02},
+       booktitle = {The 4th {International} {Workshop} on {Folk} {Music} {Analysis}},
+       author = {Dzhambazov, Georgi and Sentürk, Sertan and Serra, Xavier},
+       year = {2014},
+       pages = {61--64},
+       file = {lyrics-to-audio-FMA_full_paper.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/K7WFQSR8/lyrics-to-audio-FMA_full_paper.pdf:application/pdf}
+}
+
+@inproceedings{fujihara_three_2008,
+       title = {Three techniques for improving automatic synchronization between music and lyrics: {Fricative} detection, filler model, and novel feature vectors for vocal activity detection},
+       shorttitle = {Three techniques for improving automatic synchronization between music and lyrics},
+       url = {http://ieeexplore.ieee.org/abstract/document/4517548/},
+       urldate = {2017-03-02},
+       booktitle = {Acoustics, {Speech} and {Signal} {Processing}, 2008. {ICASSP} 2008. {IEEE} {International} {Conference} on},
+       publisher = {IEEE},
+       author = {Fujihara, Hiromasa and Goto, Masataka},
+       year = {2008},
+       pages = {69--72},
+       file = {THREE TECHNIQUES FOR IMPROVING AUTOMATIC SYNCHRONIZATION BETWEEN MUSIC AND LYRICS\: FRICATIVE DETECTION, FILLER MODEL, AND NOVEL FEATURE VECTORS FOR VOCAL ACTIVITY DETECTION - 04517548.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/CMGJ32AM/04517548.pdf:application/pdf}
+}
+
+@article{yang_machine_2012,
+       title = {Machine {Recognition} of {Music} {Emotion}: {A} {Review}},
+       volume = {3},
+       issn = {21576904},
+       shorttitle = {Machine {Recognition} of {Music} {Emotion}},
+       url = {http://dl.acm.org/citation.cfm?doid=2168752.2168754},
+       doi = {10.1145/2168752.2168754},
+       language = {en},
+       number = {3},
+       urldate = {2017-03-02},
+       journal = {ACM Transactions on Intelligent Systems and Technology},
+       author = {Yang, Yi-Hsuan and Chen, Homer H.},
+       month = may,
+       year = {2012},
+       pages = {1--30},
+       file = {TST00040.dvi - a40-yang.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/RGP3XNGT/a40-yang.pdf:application/pdf}
+}
+
+@article{fujihara_lyricsynchronizer:_2011,
+       title = {{LyricSynchronizer}: {Automatic} {Synchronization} {System} {Between} {Musical} {Audio} {Signals} and {Lyrics}},
+       volume = {5},
+       issn = {1932-4553, 1941-0484},
+       shorttitle = {{LyricSynchronizer}},
+       url = {http://ieeexplore.ieee.org/document/5876296/},
+       doi = {10.1109/JSTSP.2011.2159577},
+       number = {6},
+       urldate = {2017-03-02},
+       journal = {IEEE Journal of Selected Topics in Signal Processing},
+       author = {Fujihara, Hiromasa and Goto, Masataka and Ogata, Jun and Okuno, Hiroshi G.},
+       month = oct,
+       year = {2011},
+       pages = {1252--1261},
+       file = {untitled - 05876296.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/Q9MQTWHC/05876296.pdf:application/pdf}
+}
+
+@article{mauch_integrating_2012,
+       title = {Integrating {Additional} {Chord} {Information} {Into} {HMM}-{Based} {Lyrics}-to-{Audio} {Alignment}},
+       volume = {20},
+       issn = {1558-7916},
+       url = {http://ieeexplore.ieee.org/document/5876304/},
+       doi = {10.1109/TASL.2011.2159595},
+       number = {1},
+       urldate = {2017-03-02},
+       journal = {IEEE Transactions on Audio, Speech, and Language Processing},
+       author = {Mauch, M. and Fujihara, H. and Goto, M.},
+       month = jan,
+       year = {2012},
+       pages = {200--210},
+       file = {untitled - 05876304.pdf:/home/mrl/.mozilla/firefox/7b4r727h.default-1470981082057/zotero/storage/MM4NI9SJ/05876304.pdf:application/pdf}
+}
diff --git a/asr.pre b/asr.pre
new file mode 100644 (file)
index 0000000..f8236fb
--- /dev/null
+++ b/asr.pre
@@ -0,0 +1,24 @@
+\documentclass[a4paper]{article}
+
+\usepackage[british]{babel}
+
+\usepackage{geometry}                % Papersize
+\usepackage{rutitlepage/rutitlepage} % Titlepage
+\usepackage{hyperref}                % Hyperlinks
+\usepackage{booktabs}                % Better looking tables
+\usepackage{todonotes}               % Todo's
+
+\urlstyle{same}
+\hypersetup{%
+       pdftitle={},
+       pdfauthor={Mart Lubbers},
+       pdfsubject={},
+       pdfcreator={Mart Lubbers},
+       pdfproducer={Mart Lubbers},
+       pdfkeywords={},
+       hidelinks=true
+}
+
+\title{iTasks and the Internet of Things}
+\author{Mart Lubbers}
+\date{\today}
diff --git a/asr.tex b/asr.tex
new file mode 100644 (file)
index 0000000..d3cc7cf
--- /dev/null
+++ b/asr.tex
@@ -0,0 +1,13 @@
+%&asr
+\begin{document}
+%Titlepage
+\maketitleru[
+       course={(Automatic) Speech Recognition},
+       institute={Radboud University Nijmegen},
+       authorstext={Author:}]
+\listoftodos[Todo]
+
+\nocite{*}
+\bibliographystyle{ieeetr}
+\bibliography{asr}
+\end{document}
diff --git a/rutitlepage b/rutitlepage
new file mode 160000 (submodule)
index 0000000..32fc745
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 32fc745524953baa115b829fd37a88c934ed1330