551b2c12d9
The hts_engine API is an API version of hts_engine which has been released since HTS version 1.1. It has been being developed by the HTS working group and some graduate students in Nagoya Institute of Technology.
14 lines
371 B
Makefile
14 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/06/22 00:52:42 ryoon Exp $
|
|
|
|
DISTNAME= hts_engine_API-1.10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hts-engine/}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= http://hts-engine.sourceforge.net/
|
|
COMMENT= Synthesize speech waveform from HMMs trained by HTS
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|