Hello Everyone,
Just checking if all of the parameters are in seconds or milliseconds? especially for the 5th to 8th parameters.
exten => 8387,n,AMD(2000,2000,1000,5000,120,50,4,256)
- 2000 - maximum initial silence duration before greeting. If exceeded then MACHINE. (2 Seconds)
- 2000 - the maximum length of a greeting. If exceeded then MACHINE. (2 Seconds)
- 1000 - the silence after detecting a greeting. If exceeded then HUMAN. (1 Second)
- 5000 - maximum time allowed for the algorithm to decinde on whether the audio presents a HUMAN or MACHINE. (5 Seconds)
- 120 - minimum duration of voice considered to be a word
- 50 - minimum duration of silence after a word to consider the audio that follows to be a new word
- 4 - maximum number of words in a greeting. If exceeded then MACHINE.
- 256 - average level of noise which if not exceeded should be considered silence?
Thanks in advance.