MattRiddell / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

GET-PARAMS XXX always returns the value of the first call of SET-PARAMS XXX #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Step to reproduce the issue :

C->S

SET-PARAMS 7 MRCP/1.0
Confidence-Threshold: 60

S->C

MRCP/1.0 7 200 COMPLETE

C->S

SET-PARAMS 8 MRCP/1.0
Confidence-Threshold: 62

S->C

MRCP/1.0 8 200 COMPLETE

C->S

GET-PARAMS 9 MRCP/1.0
Confidence-Threshold:

S->C

MRCP/1.0 9 200 COMPLETE
Confidence-Threshold: 60         (instead of Confidence-Threshold: 62)

Original issue reported on code.google.com by amasse.a...@gmail.com on 7 Jan 2011 at 4:10

GoogleCodeExporter commented 9 years ago
We use the unimrcp v0.10

Original comment by amasse.a...@gmail.com on 10 Jan 2011 at 9:07

GoogleCodeExporter commented 9 years ago
Just wanted to admit the problem exists, and it seems to be quite generic. 
Should be fixed.

Original comment by achalo...@gmail.com on 14 Jan 2011 at 4:35

GoogleCodeExporter commented 9 years ago
Fixed in r1843.

Original comment by achalo...@gmail.com on 4 Apr 2012 at 6:32