changeset 27:25ea38ae87e7

Update README.md
author Amine SEHILI <amsehili@users.noreply.github.com>
date Sun, 29 Nov 2015 01:07:29 +0100
parents 6478ac9c1b42
children ded666b423b7
files README.md
diffstat 1 files changed, 9 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Sun Nov 29 00:58:19 2015 +0100
+++ b/README.md	Sun Nov 29 01:07:29 2015 +0100
@@ -64,7 +64,7 @@
     
 Note that when data is read from standard input the same audio parameters must be used for both `sox` (or any other data generation/acquisition tool) and `auditok`. The following table summarizes audio parameters.
 
-| Audio parameter | sox	option | auditok option | auditok default       |
+| Audio parameter | sox	option | auditok option | `auditok` default     |
 | --------------- |------------|----------------|-----------------------|
 | Sampling rate   |     -r     |       -r       |      16000            |
 | Sample width    |  -b (bits) |     -w (bytes) |      2                |
@@ -217,16 +217,14 @@
 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)   |
-
-
+| 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)   |
 
 
 License