# HG changeset patch # User www-data # Date 1614727077 0 # Node ID 6ccd8225c48ceb7995074aaa7e5f11b584938799 # Parent ecdb95580c4e9cafb9f6ddfbee62bedc8ecb0a8b# Parent 30f276d1bddffca8a1abceff56c4071705d76f4f Merge branch 'master' of https://github.com/amsehili/auditok diff -r ecdb95580c4e -r 6ccd8225c48c LICENSE --- a/LICENSE Tue Mar 02 21:17:57 2021 +0000 +++ b/LICENSE Tue Mar 02 23:17:57 2021 +0000 @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Mohamed El Amine SEHILI +Copyright (c) 2015-2021 Mohamed El Amine SEHILI Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff -r ecdb95580c4e -r 6ccd8225c48c README.rst --- a/README.rst Tue Mar 02 21:17:57 2021 +0000 +++ b/README.rst Tue Mar 02 23:17:57 2021 +0000 @@ -1,12 +1,13 @@ .. image:: doc/figures/auditok-logo.png :align: center + :alt: Build status .. image:: https://travis-ci.org/amsehili/auditok.svg?branch=master :target: https://travis-ci.org/amsehili/auditok .. image:: https://readthedocs.org/projects/auditok/badge/?version=latest :target: http://auditok.readthedocs.org/en/latest/?badge=latest - :alt: Documentation Status + :alt: Documentation status ``auditok`` is an **Audio Activity Detection** tool that can process online data (read from an audio device or from standard input) as well as audio files. @@ -38,7 +39,7 @@ sudo pip install auditok -Install with the latest development version from github: +Install the latest development version from github: .. code:: bash diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_1.png Binary file doc/figures/figure_1.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_2.png Binary file doc/figures/figure_2.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_3_keep_trailing_silence.png Binary file doc/figures/figure_3_keep_trailing_silence.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_4_drop_trailing_silence.png Binary file doc/figures/figure_4_drop_trailing_silence.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_5_min_800ms.png Binary file doc/figures/figure_5_min_800ms.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c doc/figures/figure_6_max_400ms.png Binary file doc/figures/figure_6_max_400ms.png has changed diff -r ecdb95580c4e -r 6ccd8225c48c setup.py --- a/setup.py Tue Mar 02 21:17:57 2021 +0000 +++ b/setup.py Tue Mar 02 23:17:57 2021 +0000 @@ -19,6 +19,7 @@ author_email="amine.sehili@gmail.com", description="A module for Audio/Acoustic Activity Detection", long_description=long_desc, + long_description_content_type="text/x-rst", packages=["auditok"], include_package_data=True, package_data={"auditok": ["data/*"]}, @@ -32,7 +33,7 @@ "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Intended Audience :: Telecommunications Industry", - "License :: OSI Approved :: MIT", + "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.4",