Mercurial > hg > auditok
changeset 7:61aa25f0eb31
Merge branch 'master' of https://github.com/amsehili/auditok
README.md previously updated on web editor
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Wed, 23 Sep 2015 11:28:43 +0200 |
parents | 252d698ae642 (current diff) 78fae88dd98f (diff) |
children | 6b2cc3ca5b6a |
files | |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Wed Sep 23 11:26:58 2015 +0200 +++ b/README.md Wed Sep 23 11:28:43 2015 +0200 @@ -28,14 +28,15 @@ python demos/audio_tokenize_demo.py -Finally, this in this demo `auditok` is used to remove tailing and leading silence from an audio file: +Finally, in this demo `auditok` is used to remove tailing and leading silence from an audio file: python demos/audio_trim_demo.py Documentation ------------- -Check out a quick start and the API documentation [here](http://amsehili.github.io/auditok/pdoc/) +Check out this [quick start](https://github.com/amsehili/auditok/blob/master/quickstart.rst) or the [API documentation](http://amsehili.github.io/auditok/pdoc/). + Contribution ------------