log

age author description
Tue, 28 May 2019 20:19:05 +0100 Amine Sehili Refactor PlayerWorker
Fri, 24 May 2019 20:34:17 +0100 Amine Sehili Add progress bar option to command line
Sun, 19 May 2019 15:30:46 +0100 Amine Sehili Add tqdm progress bar to PyAudioPlayer
Tue, 14 May 2019 21:11:50 +0100 Amine Sehili Add progress_bar_kwargs to AudioRegion.play
Thu, 09 May 2019 20:28:03 +0100 Amine Sehili Refactor player_for
Wed, 08 May 2019 20:12:31 +0100 Amine Sehili Implement play in AudioRegion
Mon, 06 May 2019 18:43:34 +0100 Amine Sehili Implement __eq__ in AudioRegion
Sat, 04 May 2019 17:21:07 +0100 Amine Sehili Add tests for AudioRegion multiplication by exception
Sat, 04 May 2019 17:07:01 +0100 Amine Sehili Add tests for AudioRegion multiplication
Fri, 03 May 2019 20:16:30 +0100 Amine Sehili Implement __mul__ and __rmul__ for AudioRegion
Wed, 01 May 2019 20:36:55 +0100 Amine Sehili Add tests for AudioRegion slicing
Tue, 23 Apr 2019 18:37:22 +0100 Amine Sehili Add tests for AudioRegion.save when file exists
Sun, 21 Apr 2019 19:10:07 +0100 Amine Sehili Add tests for AudioRegion.save
Thu, 18 Apr 2019 20:30:49 +0100 Amine Sehili Fix bug in test AudioRegion concatenation
Mon, 15 Apr 2019 22:32:47 +0100 Amine Sehili Add tests for get_audio_source
Mon, 15 Apr 2019 21:12:05 +0100 Amine Sehili Refactor get_audio_source
Wed, 10 Apr 2019 21:05:12 +0100 Amine Sehili Implement __getitem__ in AudioRegion
Fri, 05 Apr 2019 20:07:50 +0100 Amine Sehili Add save method to AudioRegion
Mon, 01 Apr 2019 21:12:52 +0100 Amine Sehili Refactor StreamSaverWorker
Sat, 30 Mar 2019 14:41:42 +0100 Amine Sehili Add short name arg for energy threshold
Fri, 29 Mar 2019 20:41:51 +0100 Amine Sehili Organize command line arguments by categories of kwargs
Thu, 28 Mar 2019 21:02:10 +0100 Amine Sehili Rename strict_min_length as strict_min_dur
Wed, 27 Mar 2019 20:43:19 +0100 Amine Sehili Add command line option for large file
Wed, 27 Mar 2019 20:41:19 +0100 Amine Sehili fix issue with default timestamp format in main arguments
Wed, 27 Mar 2019 20:35:02 +0100 Amine Sehili Use ArgumentParser instead of OptionParser
Sun, 17 Mar 2019 18:36:19 +0100 Amine Sehili Implement split function
Sat, 16 Mar 2019 18:33:14 +0100 Amine Sehili Reformat core with black
Sat, 16 Mar 2019 18:28:23 +0100 Amine Sehili Implement a generator version for tokenize
Wed, 13 Mar 2019 21:08:20 +0100 Amine Sehili Move thread workers to a separate module and refactor code
Mon, 11 Mar 2019 20:16:32 +0100 Amine Sehili Reformat cmdline_util with black
Mon, 11 Mar 2019 20:14:46 +0100 Amine Sehili Put cmdline util functions in a separate module
Sun, 10 Mar 2019 17:07:30 +0100 Amine Sehili Update AudioDataSource tests
Sat, 09 Mar 2019 18:26:24 +0100 Amine Sehili rename test_AudioDataSourceFactory.py as test_AudioDataSource.py
Sat, 09 Mar 2019 17:25:08 +0100 Amine Sehili Refactor AudioDataSource
Thu, 07 Mar 2019 21:28:23 +0100 Amine Sehili Add get_audio_source
Thu, 07 Mar 2019 21:00:50 +0100 Amine Sehili Update tests for position getters and setters
Wed, 06 Mar 2019 21:01:44 +0100 Amine Sehili Set deprecation warning for old position setters and getters in Rewindable
Tue, 05 Mar 2019 20:44:03 +0100 Amine Sehili Move position setters/getters to Rewindable
Mon, 04 Mar 2019 20:07:25 +0100 Amine Sehili Add tests for BufferAudioSource position setter
Sun, 03 Mar 2019 09:47:39 +0100 Amine Sehili Add BufferAudioSource properties to get and set stream position
Sun, 03 Mar 2019 08:40:50 +0100 Amine Sehili Rename test_audio_source.py as test_AudioSource.py
Sat, 02 Mar 2019 15:04:36 +0100 Amine Sehili Add tests for from_file with large_file=True for compressed audio
Sat, 02 Mar 2019 15:01:05 +0100 Amine Sehili Add tests for from_file with large_file=True
Thu, 28 Feb 2019 20:48:10 +0100 Amine Sehili Add tests for WaveAudioSource
Wed, 27 Feb 2019 21:16:44 +0100 Amine Sehili Add tests for RawAudioSource
Tue, 26 Feb 2019 20:20:18 +0100 Amine Sehili Normalize user_channel in _FileAudioSource and make it a property
Mon, 25 Feb 2019 20:16:56 +0100 Amine Sehili Open raw and wave files with binary flags
Sun, 24 Feb 2019 17:16:53 +0100 Amine Sehili Move helper test functions to a new file
Sun, 24 Feb 2019 17:16:53 +0100 Amine Sehili Refactor StdinAudioSource
Sun, 24 Feb 2019 16:05:36 +0100 Amine Sehili Refactor WaveAudioSource
Sun, 24 Feb 2019 15:47:42 +0100 Amine Sehili Add RawAudioSource class
Sun, 24 Feb 2019 15:21:19 +0100 Amine Sehili Add _FileAudioSource class
Sat, 23 Feb 2019 21:08:01 +0100 Amine Sehili Remove test for exception at multichannel AudioSource creation
Fri, 22 Feb 2019 21:12:53 +0100 Amine Sehili Refactor Rewindable
Fri, 22 Feb 2019 20:55:19 +0100 Amine Sehili Refactor AudioSource
Thu, 21 Feb 2019 20:53:17 +0100 Amine Sehili Add tests for _extract_selected_channel with wrong use_channel value