]> git.parisson.com Git - timeside.git/log
timeside.git
11 years agoupdate doc 0.5.1-1
Guillaume Pellerin [Fri, 8 Nov 2013 01:15:42 +0000 (02:15 +0100)]
update doc

11 years agoupdate news
Guillaume Pellerin [Fri, 8 Nov 2013 01:13:47 +0000 (02:13 +0100)]
update news

11 years agoadd docstrings, cleanup
Guillaume Pellerin [Fri, 8 Nov 2013 01:06:21 +0000 (02:06 +0100)]
add docstrings, cleanup

11 years agotry to fix rst proc list
Guillaume Pellerin [Fri, 8 Nov 2013 00:40:25 +0000 (01:40 +0100)]
try to fix rst proc list

11 years agoagain
Guillaume Pellerin [Fri, 8 Nov 2013 00:34:52 +0000 (01:34 +0100)]
again

11 years agofix procs
Guillaume Pellerin [Fri, 8 Nov 2013 00:34:01 +0000 (01:34 +0100)]
fix procs

11 years agoupdade news again
Guillaume Pellerin [Fri, 8 Nov 2013 00:33:10 +0000 (01:33 +0100)]
updade news again

11 years agoupdate processors in readme
Guillaume Pellerin [Fri, 8 Nov 2013 00:30:32 +0000 (01:30 +0100)]
update processors in readme

11 years agoupdate news
Guillaume Pellerin [Fri, 8 Nov 2013 00:27:03 +0000 (01:27 +0100)]
update news

11 years agouuid from standard lib 0.5.1-0
Guillaume Pellerin [Thu, 7 Nov 2013 23:55:25 +0000 (00:55 +0100)]
uuid from standard lib

11 years agoFix some doctest issues, minor codes changes for processors not already propagated...
Thomas Fillon [Thu, 7 Nov 2013 14:28:48 +0000 (15:28 +0100)]
Fix some doctest issues, minor codes changes for processors not already propagated in encoder, and minor id changes in basic graphers

11 years agoSuppress collecting the doctest in the documentation .rst files because it does not...
Thomas Fillon [Thu, 7 Nov 2013 14:11:49 +0000 (15:11 +0100)]
Suppress collecting the doctest in the documentation .rst files because it does not support Sphinx doctest fixtures. Add test_run_all_doctests to run_all_tests script

11 years agoAdd a test collecting all doctests
Thomas Fillon [Thu, 7 Nov 2013 12:55:32 +0000 (13:55 +0100)]
Add a test collecting all doctests

11 years agoDelete old and unused directories
Thomas Fillon [Thu, 7 Nov 2013 12:37:36 +0000 (13:37 +0100)]
Delete old and unused directories

11 years agocleanup, sandbox: test hdf5
Guillaume Pellerin [Thu, 31 Oct 2013 23:06:46 +0000 (00:06 +0100)]
cleanup, sandbox: test hdf5

11 years agoadd uuid to analyzer.results
Guillaume Pellerin [Thu, 31 Oct 2013 21:56:34 +0000 (22:56 +0100)]
add uuid to analyzer.results

11 years agotests/api to test/sandbox, add various tests in sandbox
Guillaume Pellerin [Thu, 31 Oct 2013 21:51:58 +0000 (22:51 +0100)]
tests/api to test/sandbox, add various tests in sandbox

11 years agoadd parent list iterating in pipe, fix analyzer.odf results
Guillaume Pellerin [Thu, 31 Oct 2013 21:50:00 +0000 (22:50 +0100)]
add parent list iterating in pipe, fix analyzer.odf results

11 years agoFix conflicts before merge
Thomas Fillon [Thu, 31 Oct 2013 17:10:38 +0000 (18:10 +0100)]
Fix conflicts before merge

11 years agoAdd a parents attribute to Processor. A Processor can access its parents results...
Thomas Fillon [Thu, 31 Oct 2013 16:49:01 +0000 (17:49 +0100)]
Add a parents attribute to Processor. A Processor can access its parents results through the pipe in which it runs

11 years agoadd a UUID based on a 32 bit hash for each processor
Guillaume Pellerin [Thu, 31 Oct 2013 09:14:37 +0000 (10:14 +0100)]
add a UUID based on a 32 bit hash for each processor

11 years agochange decoder id, cleanup
Guillaume Pellerin [Tue, 29 Oct 2013 00:19:28 +0000 (01:19 +0100)]
change decoder id, cleanup

11 years agoadd test_all, add __repr__ to ProcessPipe
Guillaume Pellerin [Tue, 29 Oct 2013 00:14:34 +0000 (01:14 +0100)]
add test_all, add __repr__ to ProcessPipe

11 years agofix conflict between grapher parameters, add test_all_graphers
Guillaume Pellerin [Mon, 28 Oct 2013 23:45:19 +0000 (00:45 +0100)]
fix conflict between grapher parameters, add test_all_graphers

11 years ago4096 for default fft_size, tune various lower_freq
Guillaume Pellerin [Mon, 28 Oct 2013 22:55:54 +0000 (23:55 +0100)]
4096 for default fft_size, tune various lower_freq

11 years agoadd tests for new graphers
Guillaume Pellerin [Mon, 28 Oct 2013 22:42:52 +0000 (23:42 +0100)]
add tests for new graphers

11 years agocleanup, add a SpectrogramLinear grapher
Guillaume Pellerin [Mon, 28 Oct 2013 22:33:23 +0000 (23:33 +0100)]
cleanup, add a SpectrogramLinear grapher

11 years agoadd decoder.utils, fix some api test names
Guillaume Pellerin [Mon, 28 Oct 2013 15:57:34 +0000 (16:57 +0100)]
add decoder.utils, fix some api test names

11 years agoadd WaveformTransparent grapher, optimize and cleanup Spectrogram exp_graph
Guillaume Pellerin [Mon, 28 Oct 2013 15:42:14 +0000 (16:42 +0100)]
add WaveformTransparent grapher, optimize and cleanup Spectrogram

11 years agorefactor and simplify the grapher processor system, add Grapher abstract generic...
Guillaume Pellerin [Mon, 28 Oct 2013 10:23:10 +0000 (11:23 +0100)]
refactor and simplify the grapher processor system, add Grapher abstract generic class

11 years agoremove self returning from pipe.run(), cleanup
Guillaume Pellerin [Fri, 25 Oct 2013 20:24:10 +0000 (22:24 +0200)]
remove self returning from pipe.run(), cleanup

11 years agoChange function AnalyzerResultFactory to lowercase analyzer_result_factory
Thomas Fillon [Fri, 25 Oct 2013 15:18:31 +0000 (17:18 +0200)]
Change function AnalyzerResultFactory to lowercase analyzer_result_factory

11 years agoFix test_AnalyzerResult.py to support the new analyzer result refactoring from SHA...
Thomas Fillon [Fri, 25 Oct 2013 15:07:30 +0000 (17:07 +0200)]
Fix test_AnalyzerResult.py to support the new analyzer result refactoring from SHA: 58b040a5f67d59c2b9fb55dbc67b723fbce4e51b

11 years agoFix doc in tutorial and enable testsetup and testcleanup to support transparent uses...
Thomas Fillon [Fri, 25 Oct 2013 14:58:11 +0000 (16:58 +0200)]
Fix doc in tutorial and enable testsetup and testcleanup to support transparent uses of external ressources in doctest

11 years agoFix some assignment issues regarding immutable type in for Analyzer Result
Thomas Fillon [Fri, 25 Oct 2013 12:22:50 +0000 (14:22 +0200)]
Fix some assignment issues regarding immutable type in for Analyzer Result

11 years agoSimplify Analyzer Results implementation by introducing a Factory and multiple classe...
Thomas Fillon [Thu, 24 Oct 2013 17:00:58 +0000 (19:00 +0200)]
Simplify Analyzer Results implementation by introducing a Factory and multiple classes and subclasses to handle the 8 different kinds of results

11 years agoadd grapher utils and color schemes
Guillaume Pellerin [Tue, 22 Oct 2013 16:54:48 +0000 (18:54 +0200)]
add grapher utils and color schemes

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Sun, 20 Oct 2013 17:01:10 +0000 (19:01 +0200)]
Merge branch 'master' into dev

11 years agofix player img
Guillaume Pellerin [Sun, 20 Oct 2013 17:00:32 +0000 (19:00 +0200)]
fix player img

11 years agoupdate readme
Guillaume Pellerin [Sun, 20 Oct 2013 16:59:10 +0000 (18:59 +0200)]
update readme

11 years agoadd player screenshot in doc
Guillaume Pellerin [Sun, 20 Oct 2013 16:58:44 +0000 (18:58 +0200)]
add player screenshot in doc

11 years agoadd player images
Guillaume Pellerin [Sun, 20 Oct 2013 16:57:05 +0000 (18:57 +0200)]
add player images

11 years agobegin grapher refactoring
Guillaume Pellerin [Sun, 20 Oct 2013 16:36:00 +0000 (18:36 +0200)]
begin grapher refactoring

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Sun, 20 Oct 2013 16:34:49 +0000 (18:34 +0200)]
Merge branch 'master' into dev

11 years agofix doc
Guillaume Pellerin [Sun, 20 Oct 2013 16:34:25 +0000 (18:34 +0200)]
fix doc

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Fri, 18 Oct 2013 23:44:49 +0000 (01:44 +0200)]
Merge branch 'master' into dev

11 years agofix doc
Guillaume Pellerin [Fri, 18 Oct 2013 23:42:44 +0000 (01:42 +0200)]
fix doc

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Fri, 18 Oct 2013 22:43:24 +0000 (00:43 +0200)]
Merge branch 'master' into dev

11 years agoupdate links
Guillaume Pellerin [Fri, 18 Oct 2013 21:29:35 +0000 (23:29 +0200)]
update links

11 years agoupdate soponsors
Guillaume Pellerin [Fri, 18 Oct 2013 21:26:09 +0000 (23:26 +0200)]
update soponsors

11 years agoparse readme
Guillaume Pellerin [Fri, 18 Oct 2013 21:20:46 +0000 (23:20 +0200)]
parse readme

11 years agoupdate doc, add new IRIT analyzers in news
Guillaume Pellerin [Fri, 18 Oct 2013 14:16:31 +0000 (16:16 +0200)]
update doc, add new IRIT analyzers in news

11 years agoMerge branch 'master' into dev
Guillaume Pellerin [Thu, 17 Oct 2013 01:03:01 +0000 (03:03 +0200)]
Merge branch 'master' into dev

Conflicts:
README.rst

11 years agoupdate ui doc, add API doc
Guillaume Pellerin [Thu, 17 Oct 2013 01:02:10 +0000 (03:02 +0200)]
update ui doc, add API doc

11 years agoadd doc ! update UI text
Guillaume Pellerin [Thu, 17 Oct 2013 00:56:02 +0000 (02:56 +0200)]
add doc ! update UI text

11 years agoadd doc !
Guillaume Pellerin [Wed, 16 Oct 2013 22:54:48 +0000 (00:54 +0200)]
add doc !

11 years agogoto 0.5.1
Guillaume Pellerin [Wed, 16 Oct 2013 09:19:43 +0000 (11:19 +0200)]
goto 0.5.1

11 years agofix img
Guillaume Pellerin [Wed, 16 Oct 2013 09:16:56 +0000 (11:16 +0200)]
fix img

11 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev 0.5.0
Paul Brossier [Wed, 16 Oct 2013 09:08:28 +0000 (11:08 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

11 years agodebian/control: update dependencies, limit to python 2.7
Paul Brossier [Wed, 16 Oct 2013 09:08:17 +0000 (11:08 +0200)]
debian/control: update dependencies, limit to python 2.7

11 years agofix doc again
Guillaume Pellerin [Wed, 16 Oct 2013 09:04:46 +0000 (11:04 +0200)]
fix doc again

11 years agoChanche line formating to fix compile issue
Thomas Fillon [Wed, 16 Oct 2013 08:44:56 +0000 (10:44 +0200)]
Chanche line formating to fix compile issue

11 years agoupdate homepage
Guillaume Pellerin [Wed, 16 Oct 2013 08:17:48 +0000 (10:17 +0200)]
update homepage

11 years agosetup.py: make executable
Paul Brossier [Wed, 16 Oct 2013 08:14:52 +0000 (10:14 +0200)]
setup.py: make executable

11 years agoMANIFEST.in: exclude doc/build
Paul Brossier [Wed, 16 Oct 2013 08:11:27 +0000 (10:11 +0200)]
MANIFEST.in: exclude doc/build

11 years agodebian/control: update short description
Paul Brossier [Wed, 16 Oct 2013 08:11:02 +0000 (10:11 +0200)]
debian/control: update short description

11 years agoupdate docs
Guillaume Pellerin [Wed, 16 Oct 2013 08:08:38 +0000 (10:08 +0200)]
update docs

11 years agofix docs
Guillaume Pellerin [Wed, 16 Oct 2013 00:22:28 +0000 (02:22 +0200)]
fix docs

11 years agofix docs
Guillaume Pellerin [Wed, 16 Oct 2013 00:22:13 +0000 (02:22 +0200)]
fix docs

11 years agoupdate news and prepare basic tutorial
Guillaume Pellerin [Wed, 16 Oct 2013 00:06:28 +0000 (02:06 +0200)]
update news and prepare basic tutorial

11 years agoupdate wavform batch
Guillaume Pellerin [Tue, 15 Oct 2013 23:15:18 +0000 (01:15 +0200)]
update wavform batch

11 years agoFix bug in Vamp Simple host analyzer - III
Thomas Fillon [Tue, 15 Oct 2013 22:55:43 +0000 (00:55 +0200)]
Fix bug in Vamp Simple host analyzer - III

11 years agofix authors
Guillaume Pellerin [Tue, 15 Oct 2013 22:57:46 +0000 (00:57 +0200)]
fix authors

11 years agoFix bug in Vamp Simple host analyzer - II
Thomas Fillon [Tue, 15 Oct 2013 22:52:17 +0000 (00:52 +0200)]
Fix bug in Vamp Simple host analyzer - II

11 years agoFix bug in Vamp Simple host analyzer
Thomas Fillon [Tue, 15 Oct 2013 22:48:30 +0000 (00:48 +0200)]
Fix bug in Vamp Simple host analyzer

11 years agofix news
Guillaume Pellerin [Tue, 15 Oct 2013 22:49:33 +0000 (00:49 +0200)]
fix news

11 years agoAdd Processor a post_process() function. analyzer will produce the Results during...
Thomas Fillon [Tue, 15 Oct 2013 22:29:35 +0000 (00:29 +0200)]
Add Processor a post_process() function. analyzer will produce the Results during that post-process

11 years agoMerge branch 'dev' of https://github.com/yomguy/TimeSide into dev before push IRIT...
Thomas Fillon [Tue, 15 Oct 2013 21:42:50 +0000 (23:42 +0200)]
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev before push IRIT analyzers

11 years agoswitch IRIT analyzers to the new Analyzers structure
Thomas Fillon [Tue, 15 Oct 2013 21:42:23 +0000 (23:42 +0200)]
switch IRIT analyzers to the new Analyzers structure

11 years agofix news
Guillaume Pellerin [Tue, 15 Oct 2013 21:29:53 +0000 (23:29 +0200)]
fix news

11 years agofix news
Guillaume Pellerin [Tue, 15 Oct 2013 21:28:00 +0000 (23:28 +0200)]
fix news

11 years agofix doc again
Guillaume Pellerin [Tue, 15 Oct 2013 21:25:11 +0000 (23:25 +0200)]
fix doc again

11 years agoupdate doc
Guillaume Pellerin [Tue, 15 Oct 2013 21:23:11 +0000 (23:23 +0200)]
update doc

11 years agoupdate sphinx doc & index, parse it to README.rst
Guillaume Pellerin [Tue, 15 Oct 2013 21:20:17 +0000 (23:20 +0200)]
update sphinx doc & index, parse it to README.rst

11 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Tue, 15 Oct 2013 20:44:12 +0000 (22:44 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

11 years agofix news, add svg diagram
Guillaume Pellerin [Tue, 15 Oct 2013 20:34:20 +0000 (22:34 +0200)]
fix news, add svg diagram

11 years agoFix Vamp Simple host analyzer to support default empty parameter
Thomas Fillon [Tue, 15 Oct 2013 17:52:33 +0000 (19:52 +0200)]
Fix Vamp Simple host analyzer to support default empty parameter

11 years agotest links
Guillaume Pellerin [Tue, 15 Oct 2013 17:26:20 +0000 (19:26 +0200)]
test links

11 years agoupdate doc, news, clean IRIT plugins
Guillaume Pellerin [Tue, 15 Oct 2013 17:24:00 +0000 (19:24 +0200)]
update doc, news, clean IRIT plugins

11 years agoAdd default parameter for Vamp simple host analyzer
Thomas Fillon [Tue, 15 Oct 2013 00:25:28 +0000 (02:25 +0200)]
Add default parameter for Vamp simple host analyzer

11 years agoDelete print log in Yaafe analyzer
Thomas Fillon [Mon, 14 Oct 2013 23:59:02 +0000 (01:59 +0200)]
Delete print log in Yaafe analyzer

11 years agoImprove init in Yaafe analyzer
Thomas Fillon [Mon, 14 Oct 2013 23:54:21 +0000 (01:54 +0200)]
Improve init in Yaafe analyzer

11 years agoAdd default parameter for Yaafe analyzer
Thomas Fillon [Mon, 14 Oct 2013 23:46:50 +0000 (01:46 +0200)]
Add default parameter for Yaafe analyzer

11 years agoAnalyzer implements nothing
Guillaume Pellerin [Mon, 14 Oct 2013 17:00:07 +0000 (19:00 +0200)]
Analyzer implements nothing

11 years agoupdate doc (install, AnalyzerResult example, etc)
Guillaume Pellerin [Mon, 14 Oct 2013 06:54:09 +0000 (08:54 +0200)]
update doc (install, AnalyzerResult example, etc)

11 years agoupdate README and slides
Guillaume Pellerin [Sun, 13 Oct 2013 15:37:13 +0000 (17:37 +0200)]
update README and slides

11 years agoirit analyzers are IAnalyzer
Guillaume Pellerin [Fri, 11 Oct 2013 23:13:11 +0000 (01:13 +0200)]
irit analyzers are IAnalyzer

11 years agoMerge branch 'diadems' into dev
Guillaume Pellerin [Fri, 11 Oct 2013 23:07:15 +0000 (01:07 +0200)]
Merge branch 'diadems' into dev

Conflicts:
timeside/analyzer/__init__.py

11 years agoadd args and fix attributes on analyzer api tests
Guillaume Pellerin [Fri, 11 Oct 2013 23:04:37 +0000 (01:04 +0200)]
add args and fix attributes on analyzer api tests

11 years agoFix issue in spectrogram and waveform analyzer (mixedCase attribute stil alive) ...
Thomas Fillon [Fri, 11 Oct 2013 19:39:28 +0000 (21:39 +0200)]
Fix issue in spectrogram and waveform analyzer (mixedCase attribute stil alive) + Modify plot for exempleCMMR_vamp