From 5b1427bb90a6c176759d99730c10e97a9726439f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Dec 2013 17:29:48 +0100 Subject: [PATCH] add timeside-launch presentation --- README.rst | 43 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 39 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 09e729f..8478073 100644 --- a/README.rst +++ b/README.rst @@ -61,7 +61,7 @@ IGrapher * WaveformContourBlack [waveform_contour_black] * WaveformContourWhite [waveform_contour_white] * SpectrogramLog [spectrogram_log] - * SpectrogramLinear [spectrogram_linear] + * SpectrogramLinear [spectrogram_lin] IAnalyzer --------- @@ -86,7 +86,7 @@ News 0.5.2 - * Add a general launch script "timeside-launch" (see "User interface") + * Add a general launch script "timeside-launch" (see "Shell interface") * Add some decorators to filter the inputs of processes (see analyzer.waveform for ex) * Add a "stack" option to the FileDecoder to accumulate audio data allowing multipass processes * Add beat confidence to aubio_temporal @@ -263,8 +263,43 @@ MacOS X and Windows versions will soon be explorated. The player should work on any modern HTML5 enabled browser. Flash is needed for MP3 if the browser doesn't support it. -User Interface -=============== +Shell Interface +================ + +Of course, TimeSide can be used in any python environment. But, a shell script is also provided to enable preset based and recursive processing through your command line interface:: + + $ timeside-launch -h + Usage: scripts/timeside-launch [options] -c file.conf file1.wav [file2.wav ...] + help: scripts/timeside-launch -h + + Options: + -h, --help show this help message and exit + -v, --verbose be verbose + -q, --quiet be quiet + -C , --conf= + configuration file + -s , --samplerate= + samplerate at which to run the pipeline + -c , --channels= + number of channels to run the pipeline with + -b , --blocksize= + blocksize at which to run the pipeline + -a , --analyzers= + analyzers in the pipeline + -g , --graphers= + graphers in the pipeline + -e , --encoders= + encoders in the pipeline + -R , --results-formats= + list of results output formats for the analyzers + results + -I , --images-formats= + list of graph output formats for the analyzers results + -o , --ouput-directory= + output directory + +Web Interface +============== TimeSide comes with a smart and pure **HTML5** audio player. -- 2.39.5