Tue, 29 Oct 2024 18:50:28 +0100 |
Amine Sehili |
Refactor tests
|
Wed, 16 Oct 2024 20:42:58 +0200 |
Amine Sehili |
implement 'split_and_join_with_silence'
|
Wed, 16 Oct 2024 20:08:37 +0200 |
Amine Sehili |
implement 'make_silence'
|
Tue, 15 Oct 2024 21:56:12 +0200 |
Amine Sehili |
implement 'join' for AudioRegion
|
Thu, 20 Jun 2024 21:45:08 +0200 |
Amine Sehili |
AudioRegion as a dataclass
|
Mon, 17 Jun 2024 19:45:51 +0200 |
Amine Sehili |
Use numpy instead of audioop everywhere
|
Sun, 26 May 2024 22:43:08 +0200 |
Amine Sehili |
Update tests
|
Sat, 25 May 2024 21:54:13 +0200 |
Amine Sehili |
Use pytest instead of genty
|
Mon, 11 Jan 2021 21:13:08 +0100 |
Amine Sehili |
Add load function
|
Sun, 27 Oct 2019 12:09:36 +0100 |
Amine Sehili |
Call unittest.main() in all test files
|
Mon, 21 Oct 2019 21:16:31 +0100 |
Amine Sehili |
Fix core pep8
|
Sun, 20 Oct 2019 14:48:52 +0100 |
Amine Sehili |
Fix issue with mock.__round__
|
Sun, 20 Oct 2019 14:33:39 +0100 |
Amine Sehili |
Add tests for _read_offline
|
Thu, 17 Oct 2019 21:21:29 +0100 |
Amine Sehili |
Fix bugs in AudioEnergyValidator and signal_numpy and add tests
|
Wed, 16 Oct 2019 21:58:54 +0100 |
Amine Sehili |
Refactor signal processing code
|
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
|
Wed, 09 Oct 2019 22:10:13 +0100 |
Amine Sehili |
Fix AudioRegion.split_and_plot test
|
Tue, 08 Oct 2019 20:16:11 +0100 |
Amine Sehili |
Add test for callable validator in split
|
Thu, 12 Sep 2019 20:59:12 +0100 |
Amine Sehili |
Add test for split_and_plot
|
Mon, 02 Sep 2019 22:17:29 +0100 |
Amine Sehili |
Add tests for AudioRegion.split
|
Sun, 01 Sep 2019 09:10:52 +0100 |
Amine Sehili |
Add tests for AudioRegion.samples
|
Fri, 30 Aug 2019 20:50:12 +0100 |
Amine Sehili |
Add tests for __truediv__
|
Mon, 19 Aug 2019 20:18:51 +0100 |
Amine Sehili |
Implement __len__ and len in AudioRegion and views
|
Wed, 31 Jul 2019 20:07:27 +0100 |
Amine Sehili |
Add metadata support to AudioRegion
|
Fri, 26 Jul 2019 20:46:53 +0100 |
Amine Sehili |
Make sure split keeps original number of channels
|
Sat, 20 Jul 2019 12:10:11 +0100 |
Amine Sehili |
Raise ValueError for negative and null analysis window
|
Fri, 19 Jul 2019 23:24:17 +0100 |
Amine Sehili |
Raise ValueError for too small analysis window
|
Fri, 19 Jul 2019 21:43:01 +0100 |
Amine Sehili |
Add more tests for different analysis windows with channel mixing in split
|
Fri, 19 Jul 2019 21:15:20 +0100 |
Amine Sehili |
Add epsilon argument to _duration_to_nb_windows to avoid round errors
|
Thu, 18 Jul 2019 20:28:45 +0100 |
Amine Sehili |
Add more tests for different analysis windows in split
|
Sun, 14 Jul 2019 12:31:38 +0100 |
Amine Sehili |
Add a test for temporal AudioRegion slicing with an arbitrary sampling rate
|
Sat, 13 Jul 2019 11:19:25 +0100 |
Amine Sehili |
Update tests for AudioRegion slicing using temporal views
|
Fri, 12 Jul 2019 20:14:26 +0100 |
Amine Sehili |
Fix broken tests for analysis_windows in split
|
Thu, 11 Jul 2019 21:22:10 +0100 |
Amine Sehili |
Add tests for negative and null temporal params is split
|
Wed, 10 Jul 2019 21:17:13 +0100 |
Amine Sehili |
Add tests for max_silence greater than or equal to max_dur in split
|
Wed, 10 Jul 2019 21:07:19 +0100 |
Amine Sehili |
Add tests for min_dur greater than max_dur in split
|
Tue, 09 Jul 2019 20:59:29 +0100 |
Amine Sehili |
Add round function parameter to _duration_to_nb_windows
|
Mon, 08 Jul 2019 21:33:47 +0100 |
Amine Sehili |
Add tests for split with different values for analysis_window
|
Fri, 05 Jul 2019 20:19:34 +0100 |
Amine Sehili |
Fix _duration_to_nb_windows and add tests
|
Thu, 04 Jul 2019 21:38:00 +0100 |
Amine Sehili |
Add more tests for split parameters
|
Wed, 03 Jul 2019 20:38:56 +0100 |
Amine Sehili |
Add tests for use_channel = mix
|
Sun, 30 Jun 2019 15:37:12 +0100 |
Amine Sehili |
Add tests for split with different input types
|
Wed, 26 Jun 2019 20:20:55 +0100 |
Amine Sehili |
Add tests for split kwargs
|
Mon, 17 Jun 2019 21:03:58 +0100 |
Amine Sehili |
Fix _get_audio_parameters
|
Wed, 12 Jun 2019 20:27:32 +0100 |
Amine Sehili |
Add tests for split
|
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
|
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
|
Sun, 06 Jan 2019 16:08:25 +0100 |
Amine Sehili |
Add test for invalid audio data at AudioRegion creation
|
Sun, 06 Jan 2019 14:28:33 +0100 |
Amine Sehili |
Fix bug in _make_random_length_regions
|
Fri, 04 Jan 2019 22:13:45 +0100 |
Amine Sehili |
Add tests for AudioRegion concatenation
|
Thu, 03 Jan 2019 23:25:17 +0100 |
Amine Sehili |
Add tests for AudioRegion creation
|