comparison CHANGELOG @ 385:edcc102fb33f

Update documentation and configuration
author Amine Sehili <amine.sehili@gmail.com>
date Tue, 02 Mar 2021 20:10:50 +0100
parents c030134b7870
children 5fd9b6b7ff0d
comparison
equal deleted inserted replaced
383:c030134b7870 385:edcc102fb33f
8 - Implement AudioRegion class for simple audio objects manipulation 8 - Implement AudioRegion class for simple audio objects manipulation
9 - Use a much faster energy computation method (based on standard audioop module) 9 - Use a much faster energy computation method (based on standard audioop module)
10 - Choose which channel(s) to use for tokenization 10 - Choose which channel(s) to use for tokenization
11 - Save multi-channel audio data 11 - Save multi-channel audio data
12 - Refactor code in all modules 12 - Refactor code in all modules
13 - Use genty for tests
13 - Improve documentation 14 - Improve documentation
14 - Use ArgumentParser instead of OptionParser in command-line script 15 - Use ArgumentParser instead of OptionParser in command-line script
15 - Clean up command-line script and move functions and workers to dedicated modules 16 - Clean up command-line script and move functions and workers to dedicated modules
16 - Add "timestamp" placehoder to main script 17 - Add "timestamp" placehoder to main script
17 - Play audio with a progress bar 18 - Play audio with a progress bar