# HG changeset patch # User Amine Sehili # Date 1448794584 -3600 # Node ID e32c7c349af69d8697bbad73d97fe4c7386da00c # Parent 9699fc1478a5f1b16ef1ab8f7b79d4de678b7f87# Parent 2562d19b578138d28c00d63328db56dd6ce5815b Merge branch 'master' of https://github.com/amsehili/auditok Conflicts: README.md diff -r 9699fc1478a5 -r e32c7c349af6 README.md --- a/README.md Sun Nov 29 11:54:36 2015 +0100 +++ b/README.md Sun Nov 29 11:56:24 2015 +0100 @@ -172,9 +172,15 @@ ### Plot signal and detections: use option `-p`. Requires `matplotlib` and `numpy`. +<<<<<<< HEAD auditok ... -p +======= + + auditok ... -p + +>>>>>>> 78ccd74544ffc6f8a251dbcdf9b7019d559a3655 ### Save plot as image or PDF auditok ... --save-image output.png @@ -210,6 +216,7 @@ Install `pydub` for more audio formats. +<<<<<<< HEAD Setting detection parameters ---------------------------- @@ -226,6 +233,24 @@ | `-d` | Drop trailing silence from an accepted audio activity | boolean | False | | `-a` | Analysis window length (default value should be good) | second | 0.01 (10 ms) | +======= + +Setting detection parameters +---------------------------- + +Alongside the threshold option `-e` seen so far, a couple of other options can have a great impact on the detector behavior. These options are summarized in the following table: + + +| Option | Description | Unit | Default | +| -------|-------------------------------------------------------|---------|------------------| +| `-n` | Minimum length an accepted audio activity should have | second | 0.2 (200 ms) | +| `-m` | Maximum length an accepted audio activity should reach| second | 5. | +| `-s` | Maximum length of a continuous silence period within | second | 0.3 (300 ms) | +| | an accepted audio activity | | | +| `-d` | Drop trailing silence from an accepted audio activity | boolean | False | +| `-a` | Analysis window length (default value should be good) | second | 0.01 (10 ms) | + +>>>>>>> 78ccd74544ffc6f8a251dbcdf9b7019d559a3655 License -------