k4rthikr / unimrcp

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

Engine/channel capabilities #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently it's not possible to provide resource engine capabilities such as
- max number of simultaneous channels
- supported sampling rates
- etc

Original issue reported on code.google.com by achalo...@gmail.com on 13 Jan 2009 at 6:40

GoogleCodeExporter commented 9 years ago

Original comment by achalo...@gmail.com on 2 Mar 2009 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by achalo...@gmail.com on 3 Aug 2009 at 7:13

GoogleCodeExporter commented 9 years ago
To limit the number of simultaneous channels in use for the given engine, set
"max-channel-count" attribute of the "engine" element in unimrcpserver.xml

<engine name="Demo-Synth-1" class="demosynth" enable="1" 
max-channel-count="100"/>

By default, this number is unlimited.

Original comment by achalo...@gmail.com on 28 Sep 2009 at 4:52

GoogleCodeExporter commented 9 years ago
See the post below concerning stream capabilities
http://groups.google.com/group/unimrcp/browse_thread/thread/87761042b187191c

Original comment by achalo...@gmail.com on 28 Sep 2009 at 4:53

GoogleCodeExporter commented 9 years ago

Original comment by achalo...@gmail.com on 28 Sep 2009 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by achalo...@gmail.com on 9 Jan 2010 at 6:38