定制 libresign/espeak 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

libresign/espeak

Composer 安装命令:

composer require libresign/espeak

包简介

wrapper to espeak

README 文档

README

About eSpeak NG

eSpeak is a free and open-source, cross-platform, compact, software speech synthesizer.

About eSpeak NG in this project

Thinking about accessibility for visually impaired users when they need to fill out the contact form. We decided to implement the eSpeak NG library, which has the functionality to speak captcha characters.

Example

header('Content-Type: audio/wav');
header('Content-Disposition: inline;filename=captcha.wave');

echo (new Espeak())
        ->setOption('stdout')
        ->setOption('s', '110')
        ->setOption('v', (new Espeak())->getVoiceCode($_SERVER['HTTP_ACCEPT_LANGUAGE']))
        ->execute('Hello World');

Library Documentation

https://github.com/espeak-ng/espeak-ng

统计信息

  • 总下载量: 576
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: AGPL-3.0-or-later
  • 更新时间: 2024-02-23