forked from unispeech/asterisk-unimrcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
54 lines (33 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
INTRODUCTION
============
This document provides a brief description of the UniMRCP modules for Asterisk.
* Generic Speech Recognition API
The module res_speech_unimrcp.so is an implementation of the Generic Speech Recognition API of
Asterisk based on the UniMRCP client library.
* Dialplan Applications
The module app_unimrcp.so is a suite of speech recognition and synthesis applications for Asterisk.
INSTALLATION
============
See the file INSTALL for installation tips.
REFERENCES
==========
Websites:
http://www.unimrcp.org/asterisk
http://www.asterisk.org
Downloads:
http://www.unimrcp.org/project/component-view/asterisk
GitHub:
https://github.com/unispeech/asterisk-unimrcp
Issue Tracker:
https://github.com/unispeech/asterisk-unimrcp/issues
Discussion Group:
http://groups.google.com/group/unimrcp
Source Changes:
https://github.com/unispeech/asterisk-unimrcp/commits/master
http://groups.google.com/group/unimrcp-svn-commits
LICENSING
=========
Since Asterisk is distributed under the GPLv2 license, and the UniMRCP modules are loaded by and
directly interface with Asterisk, the GPLv2 license applies to the UniMRCP modules too.
See the file COPYING for more information regarding the license.
Copyright 2008 - 2022 Arsen Chaloyan