Release 0.6 - Generated documentation.
Prepare release 0.6: fixed some legal notices (author/contributor/copyright)
Prepare release 0.6 for the documentation: removed wexa_statics of v0.8
Prepare release 0.6 for the documentation from Clamming-2.0 and Whakerexa-1.0
Cleaned ClammingPy logo
Added "How to cite" in README
Added tests, corrected bugs in channelformatter.py in 'mul' and 'bias' methods.
Updated pyproject.toml to exclude scripts of coverage.
updated docs
Updated documentation for release 0.5
release 0.5
Moved scripts into audioopy, and added audioipus.py script and documented.
updated project URL in the documentation
pyproject.toml: properly define package-data to include "mo" files in the wheel
updated documentation
update changes in README
update doc
added tests for audioutils
implemented re-sample from audioop.ratecv() sources.
Updated documentation
Added script audioresample.py
Added save to audioframes.py
added audiomixer.py script: create an all-in-one audio channel from several audio files
added CITATION.cff with reference to HAL deposits
migrated 'po' folder to "audioopy"
Proper copyright
Added resample for any input rate.
Updated documentation for v0.4
Added tests for silence search.
Added tests for silence search.
Added tests for ipus search. Added a sample. Added documentation for the search of ipus.
migrated test_waveio into tests instead of tests/samples
Added tests for WaveIO.
Added tests for po, and for the search for ipus. Coverage is 73%.
Added tests for the volume/rms estimations. Coverage is 67%.
make all existing tests passed. coverage is 65%.
updated readme and wexa_statics. migrated samples to tests.
updated license to GNU Affero General Public License;
added code of conduct
updated documentation -- with the use of ClammingPy-1.8 & Whakerexa-0.4
ipus: described the search for IPUs in README.md
Added an "ipus" package into audioopy. It is dedicated to the Search for IPUs (sounding segments).
README.md: added Pypi badge.
Updated icon
Turned "tests" directory into a python package.
Removed dist/*
Updated gitignore: do not include "dist" in repo.
Updated doc and readme.
audioframes: debug in resampling; resampled frames are returned!
Updated documentation: based on Clamming 1.6 with wexa_statics.
Added AudioFrames functions that should be implemented in a next release
updated project description: added all scripts as callable.
updated project description: added all scripts...
updated README.md (re-organized sections, added "Changes")
Added a script section into the project description, with audioinfo.py.
audioframes: added a limited self-implemented re-sample solution.
audioframes: added test of init, added NumberFramesError (error number 2090).
audioframes: self-implemented change_sampwidth() function.
audioframes: self-implemented 'cross', 'mul' and 'bias' functions ; added clip().
Updated version. Initial commit of 0.2.
Updated the Quick start option of the README.md
Added scripts audioextract.py and audioformat.py
Refactored classes to remove "sppas" prefix.
added audioinfo.py script
Refactored classes and added audioinfo.py script
updated REAMED to add examples of use
updated docstrings in tests
Refactored classes, added yuml, updated docstrings
Added ChannelSilence(), THE solution to search for IPUs.
Added BaseVolume(), AudioVolume() and ChannelVolume() to store RMS values and estimate some descriptive stats.
Added BaseVolume(), AudioVolume() and ChannelVolume() to store RMS values and estimate some descriptive stats.
Turn "error" into a function of textTranslate(). Added tests.
Tests passed (mostly).
Added audioutils.py
Added channelformatter and tests.
Added .mo files
Can launch "python makedoc.py" to generates the documentation.
Added "po".