Mercurial > hg > auditok
diff README.rst @ 377:c6308873f239
Improve documentation, add more examples
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 17 Feb 2021 21:18:05 +0100 |
parents | d83cba0f8072 |
children | 1e94615427a7 c030134b7870 |
line wrap: on
line diff
--- a/README.rst Fri Feb 05 21:44:08 2021 +0100 +++ b/README.rst Wed Feb 17 21:18:05 2021 +0100 @@ -25,7 +25,7 @@ packages are needed: - `pydub <https://github.com/jiaaro/pydub>`_ : read audio files in popular audio formats (ogg, mp3, etc.) or extract audio from a video file. -- `pyaudio <http://people.csail.mit.edu/hubert/pyaudio/>`_ : read audio data from the microphone and play audio back. +- `pyaudio <https://people.csail.mit.edu/hubert/pyaudio>`_ : read audio data from the microphone and play audio back. - `tqdm <https://github.com/tqdm/tqdm>`_ : show progress bar while playing audio clips. - `matplotlib <https://matplotlib.org/stable/index.html>`_ : plot audio signal and detections. - `numpy <https://numpy.org/>`_ : required by matplotlib. Also used for some math operations instead of standard python if available. @@ -36,7 +36,7 @@ sudo pip install auditok -Install with the latest version from github: +Install with the latest development version from github:: .. code:: bash