summaryrefslogtreecommitdiffstats
path: root/presentation/presentation.tex
blob: be0008761cfc73713ca70abbfeb6973f012973f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[12pt]{beamer}
%\usetheme{Berlin}
%\usecolortheme{seahorse}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp} % Sonderzeichen, z.B. €
\usepackage[usenames,dvipsnames,rgb,svgnames,table]{xcolor}
\definecolor{osc-out}{RGB}{150,0,255}
\definecolor{osc-in}{RGB}{0,0,255}
\definecolor{audio-in}{RGB}{255,0,0}
\definecolor{audio-out}{RGB}{0,206,0}
\definecolor{pubsub-in}{RGB}{128,0,0}
\definecolor{controller-in}{RGB}{0,128,0}
\definecolor{table-background-one}{RGB}{194,195,194}
\definecolor{table-background-two}{RGB}{210,213,210}
\usepackage[newfloat=true]{minted}
\usepackage{mdframed}
\usepackage{multirow}
\usepackage{nameref}
\usepackage{url}
\usepackage{graphicx} % for PDF scaling
\usepackage{float}
\floatstyle{boxed}
\restylefloat{figure}
\usepackage{hyperref}
\hypersetup{hidelinks,
colorlinks = false,
pdfauthor={David Runge},
pdftitle={Master's Thesis Presentation: A Networking Extension for the
SoundScape Renderer},
pdfsubject={A Networking Extension for the SoundScape Renderer},
pdfkeywords={Ambisonics, Binaural Synthesis, C++, Client-Server-Architecture,
Linux, macOS, Networking, OSC, liblo, SoundScape Renderer, Spatial Audio,
SuperCollider, Technische Universität Berlin, VBAP, WFS}
}
\usepackage[authoryear,round]{natbib}
\usepackage[font=scriptsize]{caption}
\graphicspath{{../images//}}

\title{A Networking Extension for the SoundScape Renderer}
\institute{
  \begin{table}[!htb]
    \begin{tabular}{l l}
      \multirow{4}{*}{\includegraphics[width=0.2\textwidth]{tu-berlin-logo.pdf}} & \\
      & Technische Universität Berlin\\
      & Fakultät I - Geisteswissenschaften\\
      & Fachgebiet Audiokommunikation\\
      & Audiokommunikation und -technologie M.Sc.\\
    \end{tabular}
  \end{table}
}
\author{David Runge}
\date{05.09.2017}

\begin{document}
\frame{\titlepage}

\bibliographystyle{../help/FG_AK_English_AuthorYear.bst}
\bibliography{../bib/ssr-networking}
\end{document}