ivrs-client


Nameivrs-client JSON
Version 0.1 PyPI version JSON
download
home_pageNone
Summary智能语音应答系统客户端
upload_time2025-07-25 06:20:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseThe MIT License (MIT) Copyright © 2025 <ZJU_KoalaStudio> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords intelligent voice response system asr tts llm ivrs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IVRS 客户端

一个基于语音识别的智能交互系统客户端,支持语音录制、函数调用执行和Prompt配置管理。

## 功能特性 

- **语音录制与识别**
  - 智能静音检测,自动停止录音
  - 16kHz采样率,单声道录音
  - 音频文件本地存储管理
  - 支持任意格式音频播放

- **函数调用执行**
  - 动态函数注册与执行
  - 支持本地Python函数扩展
  - 自动函数参数验证
  - 执行结果实时反馈

- **Prompt配置管理**
  - 用户个性化Prompt配置
  - 服务器端配置同步
  - 基于MAC地址的用户识别

- **自动环境配置**
  - 自动检测并安装FFmpeg
  - 跨平台支持(Windows/Linux/macOS)
  - 依赖项自动管理

## 安装系统要求

- Python 3.7+
- FFmpeg(自动安装)
- 麦克风设备

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ivrs-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Intelligent Voice Response System, ASR, TTS, LLM, IVRS",
    "author": null,
    "author_email": "ZhihaoZhong <3230105732@zju.edu.cn>",
    "download_url": "https://files.pythonhosted.org/packages/c0/a0/f60d0592b9e01b215f98c25a54d49279d1ccacc1a9466fcfa478e9c86e40/ivrs_client-0.1.tar.gz",
    "platform": null,
    "description": "# IVRS \u5ba2\u6237\u7aef\r\n\r\n\u4e00\u4e2a\u57fa\u4e8e\u8bed\u97f3\u8bc6\u522b\u7684\u667a\u80fd\u4ea4\u4e92\u7cfb\u7edf\u5ba2\u6237\u7aef\uff0c\u652f\u6301\u8bed\u97f3\u5f55\u5236\u3001\u51fd\u6570\u8c03\u7528\u6267\u884c\u548cPrompt\u914d\u7f6e\u7ba1\u7406\u3002\r\n\r\n## \u529f\u80fd\u7279\u6027 \r\n\r\n- **\u8bed\u97f3\u5f55\u5236\u4e0e\u8bc6\u522b**\r\n  - \u667a\u80fd\u9759\u97f3\u68c0\u6d4b\uff0c\u81ea\u52a8\u505c\u6b62\u5f55\u97f3\r\n  - 16kHz\u91c7\u6837\u7387\uff0c\u5355\u58f0\u9053\u5f55\u97f3\r\n  - \u97f3\u9891\u6587\u4ef6\u672c\u5730\u5b58\u50a8\u7ba1\u7406\r\n  - \u652f\u6301\u4efb\u610f\u683c\u5f0f\u97f3\u9891\u64ad\u653e\r\n\r\n- **\u51fd\u6570\u8c03\u7528\u6267\u884c**\r\n  - \u52a8\u6001\u51fd\u6570\u6ce8\u518c\u4e0e\u6267\u884c\r\n  - \u652f\u6301\u672c\u5730Python\u51fd\u6570\u6269\u5c55\r\n  - \u81ea\u52a8\u51fd\u6570\u53c2\u6570\u9a8c\u8bc1\r\n  - \u6267\u884c\u7ed3\u679c\u5b9e\u65f6\u53cd\u9988\r\n\r\n- **Prompt\u914d\u7f6e\u7ba1\u7406**\r\n  - \u7528\u6237\u4e2a\u6027\u5316Prompt\u914d\u7f6e\r\n  - \u670d\u52a1\u5668\u7aef\u914d\u7f6e\u540c\u6b65\r\n  - \u57fa\u4e8eMAC\u5730\u5740\u7684\u7528\u6237\u8bc6\u522b\r\n\r\n- **\u81ea\u52a8\u73af\u5883\u914d\u7f6e**\r\n  - \u81ea\u52a8\u68c0\u6d4b\u5e76\u5b89\u88c5FFmpeg\r\n  - \u8de8\u5e73\u53f0\u652f\u6301\uff08Windows/Linux/macOS\uff09\r\n  - \u4f9d\u8d56\u9879\u81ea\u52a8\u7ba1\u7406\r\n\r\n## \u5b89\u88c5\u7cfb\u7edf\u8981\u6c42\r\n\r\n- Python 3.7+\r\n- FFmpeg\uff08\u81ea\u52a8\u5b89\u88c5\uff09\r\n- \u9ea6\u514b\u98ce\u8bbe\u5907\r\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)\r\n        Copyright \u00a9 2025 <ZJU_KoalaStudio>\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "\u667a\u80fd\u8bed\u97f3\u5e94\u7b54\u7cfb\u7edf\u5ba2\u6237\u7aef",
    "version": "0.1",
    "project_urls": null,
    "split_keywords": [
        "intelligent voice response system",
        " asr",
        " tts",
        " llm",
        " ivrs"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b46b53e5a00fbb767f47a271ef620f91abf5c84789dfd2ac36cc4f560482be67",
                "md5": "3083999305924610d6739f64b4b2a178",
                "sha256": "7445fbe6bd9f1e1f191a74df4f5252ce2ec2cc3b0988d4e333d1eaa65dd993ec"
            },
            "downloads": -1,
            "filename": "ivrs_client-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3083999305924610d6739f64b4b2a178",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10699,
            "upload_time": "2025-07-25T06:20:14",
            "upload_time_iso_8601": "2025-07-25T06:20:14.400203Z",
            "url": "https://files.pythonhosted.org/packages/b4/6b/53e5a00fbb767f47a271ef620f91abf5c84789dfd2ac36cc4f560482be67/ivrs_client-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0a0f60d0592b9e01b215f98c25a54d49279d1ccacc1a9466fcfa478e9c86e40",
                "md5": "0f7750f0e50f215aba9c3b0a28c37157",
                "sha256": "b1c9934b0859405038e8b7f030d69088bdc6ca2101c21747e17462c898499668"
            },
            "downloads": -1,
            "filename": "ivrs_client-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0f7750f0e50f215aba9c3b0a28c37157",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10083,
            "upload_time": "2025-07-25T06:20:16",
            "upload_time_iso_8601": "2025-07-25T06:20:16.087847Z",
            "url": "https://files.pythonhosted.org/packages/c0/a0/f60d0592b9e01b215f98c25a54d49279d1ccacc1a9466fcfa478e9c86e40/ivrs_client-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-25 06:20:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ivrs-client"
}
        
Elapsed time: 1.46651s