log

age author description
Wed, 13 Feb 2019 20:09:38 +0100 Amine Sehili Use data before file in audio saving functions signature
Mon, 11 Feb 2019 20:28:51 +0100 Amine Sehili Effectively call to_file in test_to_file_raw and test_to_file_wave
Mon, 11 Feb 2019 20:19:46 +0100 Amine Sehili Add tests for to_file with wave data
Sun, 10 Feb 2019 21:21:19 +0100 Amine Sehili Add tests for to_file with raw data
Sat, 09 Feb 2019 18:42:14 +0100 Amine Sehili Add tests for _save_wave missing audio parameter
Sat, 09 Feb 2019 18:01:00 +0100 Amine Sehili Add tests for _load_with_pydub
Fri, 08 Feb 2019 20:51:36 +0100 Amine Sehili Add tests for _load_wave with channel mixing
Thu, 07 Feb 2019 20:26:33 +0100 Amine Sehili Add tests for _load_wave with channel selection
Wed, 06 Feb 2019 20:28:31 +0100 Amine Sehili Add tests for _load_raw missing audio parameter
Wed, 06 Feb 2019 20:17:42 +0100 Amine Sehili Add tests for _load_raw with channel mixing
Mon, 04 Feb 2019 21:51:22 +0100 Amine Sehili Add tests for _load_raw with channel selection
Mon, 04 Feb 2019 20:37:28 +0100 Amine Sehili Add tests for from_file with compressed audio data and channel mixing
Sun, 03 Feb 2019 16:04:24 +0100 Amine Sehili Add tests for from_file with compressed audio data
Sun, 03 Feb 2019 14:51:52 +0100 Amine Sehili Add tests for from_file with channel mixing
Sun, 03 Feb 2019 14:17:14 +0100 Amine Sehili Add tests for from_file with channel selection
Sat, 02 Feb 2019 14:22:02 +0100 Amine Sehili Add test for from_file when pydub is not installed
Sat, 02 Feb 2019 13:07:28 +0100 Amine Sehili Add tests for from_file
Sat, 02 Feb 2019 11:53:59 +0100 Amine Sehili Add tests for _extract_selected_channel
Fri, 01 Feb 2019 20:55:34 +0100 Amine Sehili Add tests for mix_audio_channels
Thu, 31 Jan 2019 21:12:09 +0100 Amine Sehili Add _mix_audio_channels function
Wed, 30 Jan 2019 20:24:45 +0100 Amine Sehili Add _extract_selected_channel function
Wed, 23 Jan 2019 20:18:21 +0100 Amine Sehili Update from_file
Tue, 22 Jan 2019 20:22:32 +0100 Amine Sehili Add function to load compressed audio formats with pydub
Sun, 20 Jan 2019 17:37:19 +0100 Amine Sehili Add function to read wave audio data
Sun, 20 Jan 2019 16:46:35 +0100 Amine Sehili Add function to read raw audio data
Wed, 16 Jan 2019 20:54:50 +0100 Amine Sehili Add tests for _save_raw
Tue, 15 Jan 2019 22:08:04 +0100 Amine Sehili Add tests for _save_wave
Tue, 15 Jan 2019 21:18:12 +0100 Amine Sehili Add a few test audio files
Sun, 13 Jan 2019 09:18:39 +0100 Amine Sehili Add tests for check_audio_data
Sat, 12 Jan 2019 18:24:46 +0100 Amine Sehili Add function to generate a pure tone
Sat, 12 Jan 2019 17:50:24 +0100 Amine Sehili Create test_io.py with a few helper functions
Sat, 12 Jan 2019 16:32:21 +0100 Amine Sehili Save compressed audio formats with pydub
Sat, 12 Jan 2019 16:19:47 +0100 Amine Sehili Add _save_with_pydub
Fri, 11 Jan 2019 20:55:42 +0100 Amine Sehili Add to_file function
Thu, 10 Jan 2019 20:52:20 +0100 Amine Sehili Add _get_audio_parameters
Tue, 08 Jan 2019 20:55:52 +0100 Amine Sehili Add _normalize_use_channel
Tue, 08 Jan 2019 20:14:18 +0100 Amine Sehili Add _guess_audio_format
Mon, 07 Jan 2019 21:12:10 +0100 Amine Sehili Add function to save audio data as a raw file
Mon, 07 Jan 2019 20:51:58 +0100 Amine Sehili Add function to save audio data as a wave file
Sun, 06 Jan 2019 16:08:25 +0100 Amine Sehili Add test for invalid audio data at AudioRegion creation
Sun, 06 Jan 2019 15:47:42 +0100 Amine Sehili Check audio data validity at AudioRegion creation
Sun, 06 Jan 2019 14:28:33 +0100 Amine Sehili Fix bug in _make_random_length_regions
Sun, 06 Jan 2019 14:19:53 +0100 Amine Sehili Change read implementation for BufferAudioSource
Sat, 05 Jan 2019 18:51:33 +0100 Amine Sehili Format code with black
Sat, 05 Jan 2019 18:28:48 +0100 Amine Sehili Use bytes as data type for BufferAudioSource tests
Sat, 05 Jan 2019 17:53:12 +0100 Amine Sehili Add tests for BufferAudioSource data validity
Sat, 05 Jan 2019 16:32:05 +0100 Amine Sehili Add check_audio_data function
Fri, 04 Jan 2019 22:35:24 +0100 Amine Sehili Add AudioIOError and AudioParameterError exceptions
Fri, 04 Jan 2019 22:13:45 +0100 Amine Sehili Add tests for AudioRegion concatenation
Fri, 04 Jan 2019 20:33:39 +0100 Amine Sehili Implement __add__ and __radd__
Thu, 03 Jan 2019 23:25:17 +0100 Amine Sehili Add tests for AudioRegion creation
Thu, 03 Jan 2019 21:36:25 +0100 Amine Sehili Update duration computation
Thu, 03 Jan 2019 21:19:35 +0100 Amine Sehili Add genty
Thu, 03 Jan 2019 20:41:22 +0100 Amine Sehili Implement __repr__, __str__ and __bytes__ for AudioRegion
Wed, 02 Jan 2019 21:15:41 +0100 Amine Sehili Add methods for duration in sec and ms to AudioRegion
Wed, 02 Jan 2019 21:09:29 +0100 Amine Sehili Add AudioRegion class
Thu, 01 Nov 2018 07:05:16 +0100 Amine Sehili Update version and CHANGELOG
Thu, 01 Nov 2018 01:51:44 -0400 Mathieu Durand Select pyaudio audio device from command line
Sat, 06 Oct 2018 12:02:01 +0200 Amine Sehili Add changes for v0.1.6 and v0.1.7
Sat, 06 Oct 2018 11:52:56 +0200 Amine Sehili Update dates