]>
git.parisson.com Git - timeside.git/log
Thomas Fillon [Thu, 13 Mar 2014 10:53:47 +0000 (11:53 +0100)]
analyzer result: add channels info to audio_metadata
Thomas Fillon [Tue, 11 Mar 2014 16:58:43 +0000 (17:58 +0100)]
Chmod +x on test files
Thomas Fillon [Tue, 11 Mar 2014 16:54:10 +0000 (17:54 +0100)]
test_analyzers_stress: modify comments
Thomas Fillon [Tue, 11 Mar 2014 16:44:32 +0000 (17:44 +0100)]
Tests: add a stress test for analyzer. At first, test analyzers with nul and constant input and check for NaN in results
Thomas Fillon [Tue, 11 Mar 2014 16:43:06 +0000 (17:43 +0100)]
ArrayDecoder: Convert array to 'float32' for compatibility with FileDecoder + add a release() method to reset iterator
Thomas Fillon [Tue, 11 Mar 2014 16:40:23 +0000 (17:40 +0100)]
Release source at the end of ProcessPipe run
Thomas Fillon [Tue, 11 Mar 2014 16:34:14 +0000 (17:34 +0100)]
Yaafe analyzer: simplify adaptation of process frames from TimeSide to Yaafe
Thomas Fillon [Tue, 11 Mar 2014 10:27:29 +0000 (11:27 +0100)]
LimsiSad: add a default value for parameter sad_model
Thomas Fillon [Tue, 11 Mar 2014 09:21:03 +0000 (10:21 +0100)]
AubioPitch: prevent NaN in result by converting them to zero
Thomas Fillon [Fri, 7 Mar 2014 10:53:49 +0000 (11:53 +0100)]
AnalyzerResults: put back a render method that retrun a matplotlib figure
Thomas Fillon [Thu, 6 Mar 2014 17:47:56 +0000 (18:47 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Thu, 6 Mar 2014 17:45:26 +0000 (18:45 +0100)]
Grapher: attempt to fix #43
Thomas Fillon [Thu, 6 Mar 2014 17:45:26 +0000 (18:45 +0100)]
Grapher: attempt to fix#43
Thomas Fillon [Thu, 6 Mar 2014 08:47:53 +0000 (09:47 +0100)]
gstutils: use reshape((-1,chan)) to reshape buffer automatically with the right shape
Thomas Fillon [Tue, 4 Mar 2014 08:37:52 +0000 (09:37 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Mon, 3 Mar 2014 14:38:31 +0000 (15:38 +0100)]
Encoder : fix some names and mimetypes
Thomas Fillon [Mon, 3 Mar 2014 13:22:51 +0000 (14:22 +0100)]
OpusEncoder: change default bitrate to 128k
Thomas Fillon [Mon, 3 Mar 2014 10:22:16 +0000 (11:22 +0100)]
Encoder : add Opus encoder
Thomas Fillon [Tue, 25 Feb 2014 15:59:23 +0000 (16:59 +0100)]
Merge pull request #42 from DavidDoukhan/dev
better comment
David Doukhan [Tue, 25 Feb 2014 13:57:17 +0000 (14:57 +0100)]
better comment
Guillaume Pellerin [Thu, 20 Feb 2014 12:31:59 +0000 (13:31 +0100)]
goto 0.5.5
Guillaume Pellerin [Thu, 20 Feb 2014 12:28:25 +0000 (13:28 +0100)]
update doc
Guillaume Pellerin [Mon, 17 Feb 2014 22:17:23 +0000 (23:17 +0100)]
docfix
Guillaume Pellerin [Fri, 14 Feb 2014 20:09:49 +0000 (21:09 +0100)]
update news
Thomas Fillon [Fri, 14 Feb 2014 16:03:22 +0000 (17:03 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Fri, 14 Feb 2014 16:03:06 +0000 (17:03 +0100)]
Fix #39
Guillaume Pellerin [Fri, 14 Feb 2014 13:48:45 +0000 (14:48 +0100)]
Merge pull request #32 from DavidDoukhan/dev
Dev
Thomas Fillon [Fri, 14 Feb 2014 10:58:26 +0000 (11:58 +0100)]
Add test for encoder streaming
Thomas Fillon [Fri, 14 Feb 2014 10:53:54 +0000 (11:53 +0100)]
Merge fix_streaming_bugbranch in dev + Core : enable to run pipe with only a decoder
Thomas Fillon [Fri, 14 Feb 2014 10:06:39 +0000 (11:06 +0100)]
Put MainloopThread in gstutils
Thomas Fillon [Fri, 14 Feb 2014 09:46:02 +0000 (10:46 +0100)]
streaming bug : clean-up unnecessary code changes
Thomas Fillon [Fri, 14 Feb 2014 08:41:31 +0000 (09:41 +0100)]
Streming bug : mainloop thread does not seem to be needed here
Thomas Fillon [Fri, 14 Feb 2014 08:40:44 +0000 (09:40 +0100)]
Clean-up code for test_lolevel_streaming_threaded
Guillaume Pellerin [Thu, 13 Feb 2014 23:54:41 +0000 (00:54 +0100)]
cleanup some prints
Guillaume Pellerin [Thu, 13 Feb 2014 23:07:10 +0000 (00:07 +0100)]
Merge branch 'fix_streaming_bug' of github.com:yomguy/TimeSide into fix_streaming_bug
Guillaume Pellerin [Thu, 13 Feb 2014 23:04:54 +0000 (00:04 +0100)]
VorbisEncoder : passing the low level app and file streaming test
Guillaume Pellerin [Thu, 13 Feb 2014 23:04:54 +0000 (00:04 +0100)]
VorbisEncoder : passing the low level app and file streaming test
Guillaume Pellerin [Thu, 13 Feb 2014 22:39:59 +0000 (23:39 +0100)]
GstEncoder : fix appsrc blocking against the new pipe streamer threading arch
Thomas Fillon [Thu, 13 Feb 2014 19:59:56 +0000 (20:59 +0100)]
Clean up code to treat log prints madness
Thomas Fillon [Thu, 13 Feb 2014 18:11:51 +0000 (19:11 +0100)]
On the way to fix #38
- Add a stream() function to the pipe to get an iterator that streams (for Telemeta HttpResponse)
- inside stream(), run pipe.run() inside a thread and get back appsink signal through a Queue
Guillaume Pellerin [Tue, 11 Feb 2014 22:04:37 +0000 (23:04 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Tue, 11 Feb 2014 22:03:55 +0000 (23:03 +0100)]
cleanup, put Mainloop outside GstEncoder
Guillaume Pellerin [Tue, 11 Feb 2014 16:22:34 +0000 (17:22 +0100)]
shrink process args
Thomas Fillon [Mon, 10 Feb 2014 12:58:26 +0000 (13:58 +0100)]
Update vamp plugin example in sandbox
Guillaume Pellerin [Fri, 7 Feb 2014 15:12:03 +0000 (16:12 +0100)]
regression: only keep setuptools in requirements for install
Guillaume Pellerin [Fri, 7 Feb 2014 14:43:26 +0000 (15:43 +0100)]
install numpy and scipy for travis
Thomas Fillon [Fri, 7 Feb 2014 14:21:57 +0000 (15:21 +0100)]
Try to fix #35 with proper 'before install' setup for numpy
Thomas Fillon [Fri, 7 Feb 2014 14:04:27 +0000 (15:04 +0100)]
Try to fix #35 with proper 'before install' setup for h5py
Thomas Fillon [Fri, 7 Feb 2014 13:12:36 +0000 (14:12 +0100)]
Add Travis build status for dev branch
Guillaume Pellerin [Tue, 4 Feb 2014 08:53:45 +0000 (09:53 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Tue, 4 Feb 2014 08:53:31 +0000 (09:53 +0100)]
goto 0.5.4
Guillaume Pellerin [Tue, 4 Feb 2014 08:51:07 +0000 (09:51 +0100)]
fix spelling
Paul Brossier [Mon, 3 Feb 2014 15:40:12 +0000 (12:40 -0300)]
timeside/decoder/file.py: use self.mime_type(), not self.mimetype
Paul Brossier [Mon, 3 Feb 2014 15:39:35 +0000 (12:39 -0300)]
timeside/decoder/file.py: fix typo
Paul Brossier [Mon, 3 Feb 2014 15:39:23 +0000 (12:39 -0300)]
timeside/decoder/file.py: use uridecodebin typefind for mime_type
Guillaume Pellerin [Mon, 3 Feb 2014 14:35:37 +0000 (15:35 +0100)]
add authors
Guillaume Pellerin [Mon, 3 Feb 2014 14:24:46 +0000 (15:24 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Paul Brossier [Mon, 3 Feb 2014 14:09:04 +0000 (11:09 -0300)]
tests/test_decoding.py: check mime_type
Paul Brossier [Mon, 3 Feb 2014 14:08:03 +0000 (11:08 -0300)]
timeside/decoder/file.py: use mimetypes to guess mime_type
Paul Brossier [Mon, 3 Feb 2014 13:28:35 +0000 (10:28 -0300)]
timeside/decoder/file.py: fill in mime_type with 'audio/x-raw-int' for now
Paul Brossier [Sun, 2 Feb 2014 15:50:37 +0000 (12:50 -0300)]
timeside/api.py: add IDecoder.mime_type
Guillaume Pellerin [Sun, 2 Feb 2014 00:09:10 +0000 (01:09 +0100)]
add requirements, pil to pillow
Guillaume Pellerin [Sat, 1 Feb 2014 17:50:31 +0000 (18:50 +0100)]
add some copyrights
Guillaume Pellerin [Sat, 1 Feb 2014 17:48:29 +0000 (18:48 +0100)]
add doc
Guillaume Pellerin [Sat, 1 Feb 2014 17:45:28 +0000 (18:45 +0100)]
add examples
Guillaume Pellerin [Fri, 31 Jan 2014 08:41:17 +0000 (09:41 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Fri, 31 Jan 2014 08:41:02 +0000 (09:41 +0100)]
update news and copyrights
Thomas Fillon [Mon, 27 Jan 2014 15:27:48 +0000 (15:27 +0000)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Mon, 27 Jan 2014 15:27:21 +0000 (15:27 +0000)]
Add docstring to analyzers
Guillaume Pellerin [Mon, 27 Jan 2014 13:16:28 +0000 (14:16 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Mon, 27 Jan 2014 13:03:52 +0000 (14:03 +0100)]
add 0.5.3 news
Thomas Fillon [Sun, 26 Jan 2014 23:51:43 +0000 (23:51 +0000)]
Implement rendering capability for event and segment analyzers + add some more analyzer graphers
Thomas Fillon [Sun, 26 Jan 2014 23:49:55 +0000 (23:49 +0000)]
Audiosink encoder : suppress blank line in docstring
Thomas Fillon [Sat, 25 Jan 2014 21:47:18 +0000 (21:47 +0000)]
Grapher : Make Analyzer rendering more generic and easy to implement
Thomas Fillon [Sat, 25 Jan 2014 21:33:19 +0000 (21:33 +0000)]
AubioPitch: change imports to relative imports
David Doukhan [Fri, 24 Jan 2014 17:41:27 +0000 (18:41 +0100)]
Merge remote-tracking branch 'upstream/dev' into dev
David Doukhan [Fri, 24 Jan 2014 17:35:49 +0000 (18:35 +0100)]
limsi frame by frame speech activity detection system
David Doukhan [Fri, 24 Jan 2014 17:34:22 +0000 (18:34 +0100)]
trained SAD models
Thomas Fillon [Wed, 22 Jan 2014 15:57:36 +0000 (16:57 +0100)]
Analyzer : refactoring the results rendering method. + Capability to use matplotlib in environnement with no display
Thomas Fillon [Wed, 22 Jan 2014 15:24:22 +0000 (16:24 +0100)]
Decoder : add support for 96kHz sapling rate
Guillaume Pellerin [Wed, 22 Jan 2014 14:39:46 +0000 (15:39 +0100)]
add gst resampling for mp3 and ogg
Guillaume Pellerin [Tue, 21 Jan 2014 10:09:13 +0000 (11:09 +0100)]
update deps
Guillaume Pellerin [Tue, 21 Jan 2014 00:03:25 +0000 (01:03 +0100)]
Merge branch 'master' into dev
Guillaume Pellerin [Tue, 21 Jan 2014 00:03:07 +0000 (01:03 +0100)]
reduce font size in menu
Guillaume Pellerin [Mon, 20 Jan 2014 23:56:02 +0000 (00:56 +0100)]
Merge branch 'master' of git+ssh://vcs.parisson.com/var/git/timeside
Guillaume Pellerin [Mon, 20 Jan 2014 15:17:43 +0000 (16:17 +0100)]
Fix various processor names
Guillaume Pellerin [Mon, 20 Jan 2014 15:09:31 +0000 (16:09 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Mon, 20 Jan 2014 15:05:33 +0000 (16:05 +0100)]
Grapher : Add a generic Class to display Analyzers through their 'render' method. Add the new grapher file
Guillaume Pellerin [Mon, 20 Jan 2014 15:04:08 +0000 (16:04 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Mon, 20 Jan 2014 14:59:56 +0000 (15:59 +0100)]
Core : add a condition to catch signal only if a LiveDecoder source is used
Thomas Fillon [Mon, 20 Jan 2014 14:37:11 +0000 (15:37 +0100)]
Grapher : Add a generic Class to display Analyzers through their 'render' method. For now, it only support FrameValueResult analyzer
Guillaume Pellerin [Mon, 20 Jan 2014 12:52:25 +0000 (13:52 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Mon, 20 Jan 2014 11:39:39 +0000 (12:39 +0100)]
bugfix grapher channels
Thomas Fillon [Mon, 20 Jan 2014 08:47:18 +0000 (09:47 +0100)]
Merge : fixes some minor conflicts
Thomas Fillon [Mon, 20 Jan 2014 08:42:45 +0000 (09:42 +0100)]
Minor changes in live and file decoder and audiosink encoder
Guillaume Pellerin [Sun, 19 Jan 2014 18:10:11 +0000 (19:10 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Sun, 19 Jan 2014 18:09:00 +0000 (19:09 +0100)]
skip LiveDecoder doctest (hanging on some systems)
Guillaume Pellerin [Sun, 19 Jan 2014 18:08:21 +0000 (19:08 +0100)]
remove some useless graphing tests
Thomas Fillon [Fri, 10 Jan 2014 14:32:52 +0000 (15:32 +0100)]
New implementation for doctest bugfix again for systems without any display already fixed in
f41a113131
@yomguy could you please check if this new fix is realy ok for systems without any display
Thomas Fillon [Thu, 9 Jan 2014 10:48:00 +0000 (11:48 +0100)]
Encoder: live AudioSink encoder, encoder that plays the audio stream through the sounbdcard