From: Guillaume Pellerin Date: Fri, 24 May 2013 13:04:30 +0000 (+0200) Subject: doc: update links X-Git-Tag: 0.5.0~108 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=922b1f512a45fcf028116f72655720bca84463b4;p=timeside.git doc: update links --- diff --git a/doc/timeside_slides.html b/doc/timeside_slides.html index 3204bed..0a369d5 100644 --- a/doc/timeside_slides.html +++ b/doc/timeside_slides.html @@ -117,7 +117,7 @@ print 'Level:', analyzer.results()

Install for production

-

(Linux, Debian)

+

on Linux (Debian)


 sudo apt-get update
 
@@ -132,7 +132,7 @@ sudo pip install timeside
 
 				

Install for development 1/2

-

(Linux, Debian)

+

on Linux (Debian)


 sudo apt-get update
 
@@ -143,7 +143,7 @@ sudo apt-get install python python-pip python-setuptools python-gobject \
                         liblash-dev libfftw3-dev gcc git-core ipython
                     
-

Install aubio with "develop" branch

+

install aubio with "develop" branch


 git clone git://git.aubio.org/git/aubio/
 
@@ -183,7 +183,7 @@ tests/run_all_tests
 
 				

API

- IProcessor + IProcessor

 class IProcessor(Interface):
     """Common processor interface"""
@@ -249,7 +249,7 @@ class IProcessor(Interface):
 
 				

API

- IDecoder + IDecoder

 class IDecoder(IProcessor):
     """Decoder driver interface. Decoders are different of encoders in that
@@ -279,7 +279,7 @@ class IDecoder(IProcessor):
 
 				

API

- IAnalyzer + IAnalyzer

 class IAnalyzer(IProcessor):
     """Media item analyzer driver interface. This interface is abstract, it doesn't
@@ -307,7 +307,7 @@ class IAnalyzer(IProcessor):
 
 				

API

- AnalyzerResultContainer + AnalyzerResultContainer

 class AnalyzerResultContainer(object):