]>
git.parisson.com Git - timeside.git/log
yomguy [Thu, 14 Apr 2011 21:23:20 +0000 (21:23 +0000)]
add unittest for graphers,
fix flac encoder,
change filenames of encoder unittest outputs,
transcoding still BROKEN in many cases,
grahers from MP3 and OGG seems to be broken also... :(
Paul Brossier [Thu, 14 Apr 2011 19:31:46 +0000 (19:31 +0000)]
timeside/decoder/core.py: use an adapter to add a hopsize parameter
Paul Brossier [Thu, 14 Apr 2011 19:28:36 +0000 (19:28 +0000)]
timeside/tests/testlowlevelstreaming.py: added some low level tests
yomguy [Thu, 14 Apr 2011 16:07:21 +0000 (16:07 +0000)]
bugfix
yomguy [Thu, 14 Apr 2011 16:06:58 +0000 (16:06 +0000)]
fix pipelines
yomguy [Thu, 14 Apr 2011 16:04:56 +0000 (16:04 +0000)]
bugfix and cleanup encoders
yomguy [Thu, 14 Apr 2011 15:11:37 +0000 (15:11 +0000)]
remove unused queue for vorbis encoder
yomguy [Thu, 14 Apr 2011 15:07:46 +0000 (15:07 +0000)]
remove unused queue
yomguy [Thu, 14 Apr 2011 14:22:37 +0000 (14:22 +0000)]
self.pipe for decoder
yomguy [Thu, 14 Apr 2011 13:52:15 +0000 (13:52 +0000)]
add self.pipe to vorbis enc
yomguy [Mon, 21 Mar 2011 22:00:03 +0000 (22:00 +0000)]
add vorbis streaming test, add queue to vorbis encoder
yomguy [Mon, 21 Mar 2011 08:41:18 +0000 (08:41 +0000)]
low level test for flac
yomguy [Fri, 18 Mar 2011 17:01:59 +0000 (17:01 +0000)]
test with blocksize
yomguy [Fri, 18 Mar 2011 13:03:47 +0000 (13:03 +0000)]
try to get encoders working but some are blocking : the output buffer size of the decoder seems too low sometimes (stereo WAV for example but not mono !).
DON'T use encoders for now :(
yomguy [Tue, 15 Mar 2011 16:09:07 +0000 (16:09 +0000)]
test
yomguy [Tue, 15 Mar 2011 15:17:12 +0000 (15:17 +0000)]
add divmarker.js
yomguy [Tue, 15 Mar 2011 15:15:54 +0000 (15:15 +0000)]
update UI from Telemeta rev539 to rev638
yomguy [Tue, 15 Mar 2011 15:12:48 +0000 (15:12 +0000)]
trying to get appsink and filesink orking together with no luck...
yomguy [Fri, 11 Mar 2011 10:16:09 +0000 (10:16 +0000)]
add streaming test
yomguy [Fri, 4 Mar 2011 12:22:45 +0000 (12:22 +0000)]
bugfixes
yomguy [Fri, 4 Mar 2011 11:35:47 +0000 (11:35 +0000)]
bugfixes
yomguy [Thu, 3 Mar 2011 18:20:12 +0000 (18:20 +0000)]
make flac encoder streaming, add test for flac, bugfixes on encoders
yomguy [Thu, 3 Mar 2011 17:36:48 +0000 (17:36 +0000)]
fix encoding speed and buffer size, enable mp3 and ogg encoder streaming mode, cleanup
yomguy [Thu, 3 Mar 2011 10:16:17 +0000 (10:16 +0000)]
add mp3 test, cleanup
yomguy [Thu, 17 Feb 2011 22:04:30 +0000 (22:04 +0000)]
add cgi script to process a file for telemeta
yomguy [Thu, 17 Feb 2011 15:00:17 +0000 (15:00 +0000)]
bugfix
yomguy [Thu, 17 Feb 2011 14:56:08 +0000 (14:56 +0000)]
bugfix
yomguy [Thu, 17 Feb 2011 14:44:53 +0000 (14:44 +0000)]
bugfix mp3_stream, add ogg_stream, bugfix max_level
yomguy [Wed, 9 Feb 2011 12:27:56 +0000 (12:27 +0000)]
make mp3_stream file writing conditional to the output arg, cleanup
yomguy [Wed, 29 Dec 2010 09:34:17 +0000 (09:34 +0000)]
cleanup, change joydiv bg color
yomguy [Fri, 26 Nov 2010 00:18:33 +0000 (00:18 +0000)]
verbose
yomguy [Fri, 26 Nov 2010 00:16:52 +0000 (00:16 +0000)]
fix args
yomguy [Fri, 26 Nov 2010 00:11:28 +0000 (00:11 +0000)]
cleanup
yomguy [Fri, 26 Nov 2010 00:11:17 +0000 (00:11 +0000)]
cleanup
yomguy [Fri, 26 Nov 2010 00:07:19 +0000 (00:07 +0000)]
fix preprocess import batch
yomguy [Thu, 25 Nov 2010 22:37:18 +0000 (22:37 +0000)]
update awdio scheme
yomguy [Thu, 25 Nov 2010 22:27:23 +0000 (22:27 +0000)]
add analyzer batch
yomguy [Thu, 11 Nov 2010 22:44:17 +0000 (22:44 +0000)]
change awdio colors
yomguy [Thu, 11 Nov 2010 22:18:45 +0000 (22:18 +0000)]
fix peaks
yomguy [Thu, 11 Nov 2010 22:14:55 +0000 (22:14 +0000)]
cleanup, remove blank lines for awdio
yomguy [Mon, 18 Oct 2010 23:23:48 +0000 (23:23 +0000)]
try to fix memory leak for multi-threading, go to just 1 now...
yomguy [Mon, 18 Oct 2010 12:48:42 +0000 (12:48 +0000)]
going to 2 threads
yomguy [Mon, 18 Oct 2010 12:48:15 +0000 (12:48 +0000)]
make batch multi-threaded
yomguy [Mon, 18 Oct 2010 09:17:16 +0000 (09:17 +0000)]
simplify batch again
yomguy [Sat, 16 Oct 2010 15:29:45 +0000 (15:29 +0000)]
revert forcing for awdio
yomguy [Sat, 16 Oct 2010 15:28:07 +0000 (15:28 +0000)]
fix bad bg_color artifact
yomguy [Sat, 16 Oct 2010 11:51:04 +0000 (11:51 +0000)]
don't force batch for awdio
yomguy [Sat, 16 Oct 2010 11:27:08 +0000 (11:27 +0000)]
cleanup
yomguy [Sat, 16 Oct 2010 11:16:29 +0000 (11:16 +0000)]
cleanup
yomguy [Sat, 16 Oct 2010 07:45:25 +0000 (07:45 +0000)]
rearrange waveform objects, fix batch background big bug
yomguy [Thu, 14 Oct 2010 11:49:09 +0000 (11:49 +0000)]
add a new light grapher, add dependencies for other media types
yomguy [Sat, 9 Oct 2010 14:03:47 +0000 (14:03 +0000)]
update examples related to the new grapher API
yomguy [Thu, 7 Oct 2010 22:11:18 +0000 (22:11 +0000)]
fix joydiv antialiasing, fix uri for decoder
yomguy [Thu, 7 Oct 2010 21:56:42 +0000 (21:56 +0000)]
(re)add joydiv waveform
yomguy [Mon, 6 Sep 2010 17:45:49 +0000 (17:45 +0000)]
add analyzer test
yomguy [Fri, 3 Sep 2010 20:40:08 +0000 (20:40 +0000)]
add lame parameters to gst pipe
yomguy [Thu, 2 Sep 2010 20:54:24 +0000 (20:54 +0000)]
fix test for dB max_level result, rm waveform_joy : sorry dude, I have to make it exclusive for my customer...
yomguy [Thu, 2 Sep 2010 20:42:49 +0000 (20:42 +0000)]
fix joy grapher, *CHANGE API* so that the output for the grapher is given to the save() method, see api.py
yomguy [Tue, 31 Aug 2010 13:11:54 +0000 (13:11 +0000)]
add m4a encoder draft, fix joydiv for awdio
yomguy [Mon, 30 Aug 2010 02:22:42 +0000 (02:22 +0000)]
add api to init modules
yomguy [Mon, 30 Aug 2010 01:45:29 +0000 (01:45 +0000)]
fix mime-types fir ogg and mp3
yomguy [Sun, 29 Aug 2010 22:43:04 +0000 (22:43 +0000)]
add dc and men_level analyzers, fix max_level
yomguy [Fri, 27 Aug 2010 22:57:55 +0000 (22:57 +0000)]
add MP3 gst encoder, change filenames in batch
yomguy [Wed, 25 Aug 2010 20:56:23 +0000 (20:56 +0000)]
fix new script
yomguy [Wed, 25 Aug 2010 18:50:13 +0000 (18:50 +0000)]
fix scale ration, cleanup
yomguy [Wed, 25 Aug 2010 16:12:53 +0000 (16:12 +0000)]
add exp scale, rm spline
yomguy [Wed, 25 Aug 2010 15:20:29 +0000 (15:20 +0000)]
add smooth for joy, fix normalize bug
yomguy [Wed, 25 Aug 2010 12:27:30 +0000 (12:27 +0000)]
add spline joy_division style waveform grapher
yomguy [Thu, 8 Jul 2010 16:08:39 +0000 (16:08 +0000)]
add transparent background to waveform images
yomguy [Fri, 25 Jun 2010 17:12:38 +0000 (17:12 +0000)]
add vorbis encoder, more tests, more BUGS !
yomguy [Sat, 19 Jun 2010 00:43:28 +0000 (00:43 +0000)]
fix example args
yomguy [Sat, 19 Jun 2010 00:38:07 +0000 (00:38 +0000)]
add html
yomguy [Sat, 19 Jun 2010 00:36:51 +0000 (00:36 +0000)]
fix image example
yomguy [Fri, 18 Jun 2010 23:40:47 +0000 (23:40 +0000)]
fix test paths
yomguy [Fri, 18 Jun 2010 23:38:39 +0000 (23:38 +0000)]
fix test_lolevel module calls
yomguy [Fri, 18 Jun 2010 23:27:23 +0000 (23:27 +0000)]
add UI doc and copyrights
yomguy [Fri, 18 Jun 2010 23:21:46 +0000 (23:21 +0000)]
fix README
yomguy [Fri, 18 Jun 2010 23:12:20 +0000 (23:12 +0000)]
add and fix README.html
yomguy [Fri, 18 Jun 2010 23:06:30 +0000 (23:06 +0000)]
fix INSTALL rst, add INSTALL.html
yomguy [Fri, 18 Jun 2010 22:56:59 +0000 (22:56 +0000)]
add tests.api module
yomguy [Fri, 18 Jun 2010 22:54:43 +0000 (22:54 +0000)]
clean examples, fix test_pipe
yomguy [Fri, 18 Jun 2010 22:37:18 +0000 (22:37 +0000)]
improve spectrogram test
yomguy [Fri, 18 Jun 2010 22:32:12 +0000 (22:32 +0000)]
fix spec default
yomguy [Fri, 18 Jun 2010 22:22:08 +0000 (22:22 +0000)]
add tests module
yomguy [Fri, 18 Jun 2010 22:17:07 +0000 (22:17 +0000)]
fix no core call
yomguy [Fri, 18 Jun 2010 22:10:49 +0000 (22:10 +0000)]
fix grapher core defaults
yomguy [Fri, 18 Jun 2010 20:09:33 +0000 (20:09 +0000)]
fix bad default scheme
yomguy [Fri, 18 Jun 2010 19:58:01 +0000 (19:58 +0000)]
rename color_scheme
yomguy [Fri, 18 Jun 2010 18:14:25 +0000 (18:14 +0000)]
add INSTALL and few infos
yomguy [Fri, 18 Jun 2010 17:09:25 +0000 (17:09 +0000)]
add sub modules to setup
yomguy [Fri, 18 Jun 2010 16:57:22 +0000 (16:57 +0000)]
fix many wrong init, fix decoder unknown uri, add dependencies
yomguy [Fri, 18 Jun 2010 13:40:40 +0000 (13:40 +0000)]
change example decoder name
yomguy [Fri, 18 Jun 2010 10:34:16 +0000 (10:34 +0000)]
rm audiolab from examples
yomguy [Fri, 18 Jun 2010 10:02:47 +0000 (10:02 +0000)]
revert module loading
yomguy [Fri, 18 Jun 2010 08:32:50 +0000 (08:32 +0000)]
fix setup for scripts
yomguy [Fri, 18 Jun 2010 08:29:38 +0000 (08:29 +0000)]
make script executable
yomguy [Fri, 18 Jun 2010 08:27:26 +0000 (08:27 +0000)]
fix bad tools module for scripts
yomguy [Thu, 17 Jun 2010 17:10:53 +0000 (17:10 +0000)]
fix script path
yomguy [Thu, 17 Jun 2010 17:09:57 +0000 (17:09 +0000)]
add scripts, rm bad header
yomguy [Thu, 17 Jun 2010 16:58:54 +0000 (16:58 +0000)]
fix bad desc dict