log

age author description
Mon, 14 Oct 2019 20:22:50 +0100 Amine Sehili Remove unused functions from io.py
Sun, 13 Oct 2019 17:26:26 +0200 Amine Sehili Update license and version
Sun, 13 Oct 2019 17:18:40 +0200 Amine Sehili Pass detection timestamp in audio region metadata in TokenizerWorker
Sat, 12 Oct 2019 18:47:12 +0100 Amine Sehili Show subplots in 2D grid if number of channels > 2 and even
Sat, 12 Oct 2019 18:11:13 +0100 Amine Sehili Fix issue with plot when signal is zero
Sat, 12 Oct 2019 16:23:17 +0100 Amine Sehili Refactor AudioRegion.load and add tests
Fri, 11 Oct 2019 20:58:49 +0100 Amine Sehili Force specifying max_read when reading from microphone in AudioRegion.load
Fri, 11 Oct 2019 20:43:07 +0100 Amine Sehili Forbid the use of max_read and mr with AudioRegion.split
Thu, 10 Oct 2019 20:43:07 +0200 Amine Sehili Show detection threshold on plot in main
Thu, 10 Oct 2019 20:37:40 +0200 Amine Sehili Remove the need to use -i to specify input file on the command line
Wed, 09 Oct 2019 22:18:48 +0100 Amine Sehili Update call to plotting code in main
Wed, 09 Oct 2019 22:10:13 +0100 Amine Sehili Fix AudioRegion.split_and_plot test
Wed, 09 Oct 2019 22:08:48 +0100 Amine Sehili Refactor AudioRegion plotting code
Wed, 09 Oct 2019 21:21:28 +0100 Amine Sehili Refactor plotting code
Tue, 08 Oct 2019 20:16:11 +0100 Amine Sehili Add test for callable validator in split
Tue, 08 Oct 2019 20:01:34 +0100 Amine Sehili Use python 3 syntax for ABCMeta in DataValidator
Tue, 08 Oct 2019 19:48:13 +0100 Amine Sehili Refactor StreamTokenizer
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