From 840039124953136b589c592142aa176855208d73 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 10 Oct 2013 19:17:00 +0200 Subject: [PATCH] update links and timeside goals --- CMMR_2013/poster/poster_cmmr2013.tex | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/CMMR_2013/poster/poster_cmmr2013.tex b/CMMR_2013/poster/poster_cmmr2013.tex index b0afeaa..9733ffa 100644 --- a/CMMR_2013/poster/poster_cmmr2013.tex +++ b/CMMR_2013/poster/poster_cmmr2013.tex @@ -209,14 +209,13 @@ It should be noted that annotations and segmentation can be done either by a hum % ------- Colonne droite ----------- % ================================== \begin{column}[T]{.49\linewidth} - \begin{block}{TimeSide} -One specificity of the Telemeta architecture is to rely on an external component, \emph{TimeSide}, that offers audio player integration together with audio signal processing analysis capabilities. + \begin{block}{TimeSide : open web audio processing framework} +One specificity of the Telemeta architecture is to rely on an external component, \emph{TimeSide}, that offers audio player integration together with low and high level audio signal processing capabilities. \fcolorbox{telemetaRed}{yellow!40}{% \begin{minipage}{0.8\linewidth}\small \vskip1ex \begin{itemize}\bf - \item \url{https://github.com/yomguy/TimeSide} - \item \url{https://code.google.com/p/timeside/} + \item \url{http://www.timeside.org} \end{itemize} \vskip1ex \end{minipage} @@ -227,15 +226,17 @@ One specificity of the Telemeta architecture is to rely on an external component \includegraphics[width=0.4\paperwidth]{../img/timeside_schema.pdf} \caption{TimeSide architecture} \end{figure} -\textbf{Audio management}\\ -TimeSide provides the following main features: + +\textbf{Goals}\\ + \begin{itemize} -\item \emph{Secure archiving, editing and publishing of audio files} over - internet. -\item Smart \emph{audio player} with enhanced visualisation (waveform, spectrogram) -\item \emph{Multi-format support}: reads all available audio and video formats through Gstreamer, transcoding with smart streaming and caching methods -\item "On the fly" \emph{audio analyzing, transcoding and metadata - embedding} based on an easy plugin architecture +\item do asynchronous and fast audio processing with Python, +\item \emph{decode} ANY audio or video format into numpy arrays thanks to Gstreamer, +\item \emph{analyze} audio content with some external audio feature extraction libraries, +\item \emph{organize}, \emph{serialize} and \emph{save} analysis metadata through various formats, +\item \emph{draw} various fancy waveforms, spectrograms and other cool graphers, +\item \emph{transcode} audio data in various media formats and stream them through web apps, +\item \emph{playback}, \emph{index}, \emph{tag} and \emph{interact} on demand with a smart high-level HTML5 extensible player, \end{itemize} \textbf{Audio features extraction}\\ -- 2.39.5