log

age author description
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
Wed, 20 Feb 2019 21:17:21 +0100 Amine Sehili Add tests for _extract_selected_channel with channel mixing
Wed, 20 Feb 2019 20:52:44 +0100 Amine Sehili update _get_audio_parameters
Tue, 19 Feb 2019 21:07:19 +0100 Amine Sehili Add tests for _get_audio_parameters with invalid values
Tue, 19 Feb 2019 20:18:45 +0100 Amine Sehili Add tests for _get_audio_parameters
Fri, 18 Feb 2028 16:10:48 +0100 Amine Sehili Add tests for _normalize_use_channel
Mon, 18 Feb 2019 20:42:10 +0100 Amine Sehili Add tests for _guess_audio_format
Sun, 17 Feb 2019 14:18:47 +0100 Amine Sehili Use TemporaryDirectory to export test audio files
Sun, 17 Feb 2019 14:02:45 +0100 Amine Sehili Add test for save_with_pydub
Sat, 16 Feb 2019 18:25:26 +0100 Amine Sehili Add test for to_file with compressed audio data
Fri, 15 Feb 2019 21:47:42 +0100 Amine Sehili Add test for to_file when pydub is not installed
Fri, 15 Feb 2019 20:27:06 +0100 Amine Sehili Add test for to_file with missing audio parameters
Thu, 14 Feb 2019 21:05:49 +0100 Amine Sehili Add test for from_file with missing audio parameters
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