14
0
forked from pool/python-sox
Files
python-sox/python-sox.changes
Matej Cepl b495e8d56a Accepting request 927520 from home:DocB:branches:devel:languages:python
- version 1.4.1
  changes up to version 1.4.0:
  * added .build_array() which supports file or in memory inputs and array outputs
  * added .build_file() - an alias to .build()
  * refactored .build() function to support file or in-memory array inputs and file outputs
  * the call to subprocess calls the binary directly (shell=False)
  * file_info methods return None instead of 0 when the value is not available
  * fixed bug in file_info.bitrate(), which was returning bitdepth
  * added file_info.bitdepth()
  * added Windows support for soxi
  * added configurable logging
  * .trim() can be called with only the start time specificed

OBS-URL: https://build.opensuse.org/request/show/927520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sox?expand=0&rev=3
2021-10-26 14:18:06 +00:00

21 lines
922 B
Plaintext

-------------------------------------------------------------------
Tue Oct 26 12:45:07 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 1.4.1
changes up to version 1.4.0:
* added .build_array() which supports file or in memory inputs and array outputs
* added .build_file() - an alias to .build()
* refactored .build() function to support file or in-memory array inputs and file outputs
* the call to subprocess calls the binary directly (shell=False)
* file_info methods return None instead of 0 when the value is not available
* fixed bug in file_info.bitrate(), which was returning bitdepth
* added file_info.bitdepth()
* added Windows support for soxi
* added configurable logging
* .trim() can be called with only the start time specificed
-------------------------------------------------------------------
Thu Jan 30 16:25:12 UTC 2020 - Todd R <toddrme2178@gmail.com>
- initial version