brailcom/speechd

module request: localai

开放

#874 创建于 2024年2月27日

 (4 条评论) (1 个反应) (0 位负责人)C (86 个派生)auto 404
help wanted

仓库指标

星标
 (325 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

speechd is a 'common high-level interface to speech synthesis', providing a bridge between TTS engines and applications consuming TTS functionality (such as screen reader software). arguably tho, it could benefit from more natural-sounding TTS engines.

LocalAI is a common interface over various machine learning models, for tasks including TTS. it also helps install these models. it would seem nice if speechd offered a module for LocalAI, so as to offer more natural-sounding voices, while speechd wouldn't need to worry about individual ML models, whereas LocalAI would not need to worry about individual screen reader applications.

/cc @mudler

贡献者指南