From: Thomas Fillon Date: Wed, 11 Dec 2013 10:34:51 +0000 (+0100) Subject: TimeSide presentation for Diadems 2013 conclusions meeting: convert wav to mp3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=224237bf838b065c6b2615778c8c48497a43dc80;p=telemeta-doc.git TimeSide presentation for Diadems 2013 conclusions meeting: convert wav to mp3 --- diff --git a/TimeSide/pres_Diadems_2013_12/slides_TimeSide_Diadems_2013_12.tex b/TimeSide/pres_Diadems_2013_12/slides_TimeSide_Diadems_2013_12.tex index 4440882..ca69b8e 100644 --- a/TimeSide/pres_Diadems_2013_12/slides_TimeSide_Diadems_2013_12.tex +++ b/TimeSide/pres_Diadems_2013_12/slides_TimeSide_Diadems_2013_12.tex @@ -27,7 +27,7 @@ \usepackage{wrapfig} \usepackage{listings} \usepackage{xcolor} - +\usepackage{multimedia} % For playing sound % Define hyperlinks color \definecolor{links}{HTML}{2A1B81} \hypersetup{colorlinks,linkcolor=,urlcolor=links} @@ -157,7 +157,7 @@ \begin{itemize} \item Waveform \texttt{[waveform\_simple]} \item WaveformCentroid \texttt{[waveform\_centroid]} - \item WaveformTransparent \texttt{[waveform\_transparent]} + \item \alert{WaveformTransparent} \texttt{[waveform\_transparent]} \item WaveformContourBlack \texttt{[waveform\_contour\_black]} \item WaveformContourWhite \texttt{[waveform\_contour\_white]} \item SpectrogramLog \texttt{[spectrogram\_log]} @@ -267,12 +267,15 @@ import timeside # Define some processors: decoder = timeside.decoder.FileDecoder('sweep.wav') + analyzer = timeside.analyzer.Level() +irit4hz = timeside.analyzer.IRITSpeech4Hz() + grapher = timeside.grapher.Spectrogram() encoder = timeside.encoder.VorbisEncoder('sweep.ogg') # Then, the magic pipeline: -(decoder | analyzer | grapher | encoder).run() +(decoder | analyzer | irit4hz | grapher | encoder).run() # Get the results: grapher.render(output='image.png') @@ -300,14 +303,19 @@ for key in analyzer.results.keys(): \end{minipage} \end{block} \end{frame} + \begin{frame} - TODO - \begin{itemize} - \item exemple de code plus complet avec display - \item test\_IRIT.py - \item exemple CMMR - \item liste des analyseurs / encodeurs, grapheurs ... - \end{itemize} +\frametitle{Détecteur de parole IRIT (4Hz modulation)} +\begin{center} +\includegraphics[width=0.8\linewidth]{img/irit_speech4hz}\\ +\href{sounds/CNRSMH_I_2013_202_001_06.mp3}{Son} +\end{center} +\end{frame} +\begin{frame}\frametitle{Aubio Pitch + Aubio Beat} + \begin{center} +\includegraphics[width=1.1\linewidth]{img/aubio_pitch_beat.png}\\ +\href{sounds/CNRSMH_E_1985_001_001_001_04.mp3}{Son} +\end{center} \end{frame} \end{document} %%% Local Variables: diff --git a/TimeSide/pres_Diadems_2013_12/sounds/CNRSMH_E_1985_001_001_001_04.mp3 b/TimeSide/pres_Diadems_2013_12/sounds/CNRSMH_E_1985_001_001_001_04.mp3 new file mode 100644 index 0000000..e7b63ec Binary files /dev/null and b/TimeSide/pres_Diadems_2013_12/sounds/CNRSMH_E_1985_001_001_001_04.mp3 differ