Skip to content

Commit cb7a9ad

Browse files
committed
Merge branch 'dev' of github.com:Parisson/TimeSide into dev
Conflicts: .travis.yml environment-pinned.yml
2 parents acc9ee6 + 05052f9 commit cb7a9ad

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

doc/source/doc.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

2-
API / Documentation
3-
====================
2+
Documentation
3+
==============
44

5-
* General : http://files.parisson.com/timeside/doc/
5+
* General documentation : http://files.parisson.com/timeside/doc/
66
* Tutorials : http://files.parisson.com/timeside/doc/tutorials/index.html
7+
* API : http://files.parisson.com/timeside/doc/api/index.html
78
* Notebooks : http://nbviewer.ipython.org/github/thomasfillon/Timeside-demos/tree/master/
89
* Publications : https://github.com/Parisson/Telemeta-doc
910
* Player / UI (old wiki) : https://github.com/Parisson/TimeSide/wiki/Ui-Guide

doc/source/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ Contents:
1515
news
1616
architecture
1717
processors
18+
divein
1819
install
19-
UI
20+
ui
21+
doc
2022
Tutorials <tutorials/index>
2123
API <api/index>
2224
development
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
Data management examples
66
========================
77

8-
`AnalyzerResult` is the python data structure specific to TimeSide that embeds all the data resulting from a given analyzer processors after a run.
9-
It is thus the base object to access the analysis results and all the corresponding metadata.
10-
11-
Bellow are examples of use of the Analyzer Result structure.
8+
TimeSide offers various ways to access to audio data or metadata. `AnalyzerResult` is the python data structure where TimeSide embeds all the data resulting from a given analyzer processors after a run. It is thus the base object to access the analysis results and all the corresponding metadata. Bellow are some examples of use of the AnalyzerResult object and some of its methods.
129

1310
Usage : AnalyzerResult(data_mode=None, time_mode=None)
1411

doc/source/tutorials/frames_stack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
@author: Thomas Fillon
33
44
===============================================
5-
Running a pipe with previously decoded frames
5+
Using the 'stack' (previously decoded frames)
66
===============================================
77

8-
Example of use of the `stack` argument in :class:`timeside.plugins.decoder.file.FileDecoder` to run a pipe with previously decoded frames stacked in memory on a second pass.
8+
This is an example of using the `stack` argument in :class:`timeside.plugins.decoder.file.FileDecoder` to run a pipe with previously decoded frames stacked in memory on a second pass.
99

1010
First, let's import everything and define the audio file source :
1111

doc/source/tutorials/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Contents:
77
:maxdepth: 2
88

99
Quick start <quick_start>
10-
Usage of AnalyzerResult <AnalyzerResult>
11-
Running a pipe with previously decoded frames <frames_stack>
12-
Streaming out encoded audio <Streaming>
10+
Data management examples <data_management>
11+
Using the 'stack' (previously decoded frames) <frames_stack>
12+
Streaming out encoded audio <streaming>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)