Crates.io | mrcp-utils |
lib.rs | mrcp-utils |
version | 1.0.0 |
source | src |
created_at | 2024-08-26 09:39:30.207406 |
updated_at | 2024-08-26 09:39:30.207406 |
description | Some utilities for integration of ASR and TTS services into UniMRCP server |
homepage | https://optimalcity.ru/ |
repository | https://github.com/akmitrich/mrcp-utils |
max_upload_size | |
id | 1352021 |
size | 38,090 |
The crate contains some utilities for integration of ASR and TTS services into UniMRCP server.
Before you start make sure that UniMRCP lib installed on your system along with its dependencies. Also environment variables UNIMRCP_PATH
, APR_LIB_PATH
, APR_INCLUDE_PATH
should contain paths to them. Otherwise build script will use default paths, see source code. These bindings are fully unsafe, so be aware of that. The build depends on UniMRCP version 1.8.0 or higher.
Are welcomed!