log

age author description
Mon, 07 Oct 2019 20:58:23 +0100 Amine Sehili Add Recorder class as an alias of AudioReader with record=True
Mon, 07 Oct 2019 20:44:57 +0100 Amine Sehili Rename AudioDataSource as AudioReader
Sun, 06 Oct 2019 21:12:02 +0200 Amine Sehili Fix bug in AudioDataSource with recorder=True
Sun, 06 Oct 2019 19:15:33 +0100 Amine Sehili Fix bug in AudioDataSource with max_read for multichannel audio
Sun, 06 Oct 2019 18:46:04 +0200 Amine Sehili Refactor main script
Sat, 05 Oct 2019 15:03:22 +0100 Amine Sehili Fix typo in function name
Sat, 05 Oct 2019 14:54:14 +0200 Amine Sehili Refactor workers.py
Sat, 05 Oct 2019 14:26:03 +0200 Amine Sehili Return 'wav' when 'wave' is guessed in _guess_audio_format
Fri, 04 Oct 2019 22:02:37 +0100 Amine Sehili Handle the case where no output format could be guessed in StreamSaverWorker
Fri, 04 Oct 2019 21:48:01 +0100 Amine Sehili Add tests for StreamSaverWorker
Fri, 04 Oct 2019 21:03:18 +0100 Amine Sehili Fix bug in StreamSaverWorker
Thu, 03 Oct 2019 20:19:40 +0100 Amine Sehili Use TemporaryDirectory to export test audio files in tests/test_cmdline_util.py
Wed, 02 Oct 2019 21:04:26 +0100 Amine Sehili Refactor StreamSaverWorker
Wed, 02 Oct 2019 20:29:51 +0100 Amine Sehili Refactor StreamSaverWorker
Mon, 30 Sep 2019 21:33:16 +0100 Amine Sehili Add test for PalyerWorker
Mon, 30 Sep 2019 21:09:24 +0100 Amine Sehili Refactor PlayerWorker
Sun, 29 Sep 2019 10:23:14 +0100 Amine Sehili Log with 'info' instead of 'warning' in workers
Sun, 29 Sep 2019 10:20:52 +0100 Amine Sehili Add test for CommandLineWorker
Sun, 29 Sep 2019 10:03:24 +0100 Amine Sehili Refactor CommandLineWorker
Sat, 21 Sep 2019 12:13:01 +0100 Amine Sehili Add test for RegionSaverWorker
Sat, 21 Sep 2019 11:39:49 +0100 Amine Sehili Refactor RegionSaverWorker
Fri, 20 Sep 2019 21:02:08 +0200 Amine Sehili Add test for PrintWorker
Wed, 18 Sep 2019 20:21:10 +0200 Amine Sehili Add test_workers.py
Tue, 17 Sep 2019 20:44:58 +0100 Amine Sehili Refactor make_logger
Mon, 16 Sep 2019 20:13:33 +0200 Amine Sehili Refactor TokenizerWorker
Sun, 15 Sep 2019 18:13:07 +0100 Amine Sehili Add tests for initialize_workers
Sun, 15 Sep 2019 17:07:27 +0100 Amine Sehili Put progress_bar before player in AudioRegion.play() arguments
Sat, 14 Sep 2019 15:52:47 +0200 Amine Sehili Add tests for make_logger