0c6980ac06
eSpeak is a compact open source software speech synthesizer for English and other languages. eSpeak produces good quality English speech. It uses a different synthesis method from other open source TTS engines, and sounds quite different. It's perhaps not as natural or "smooth", but I find the articulation clearer and easier to listen to for long periods.
14 lines
345 B
Makefile
14 lines
345 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/01/10 01:41:39 makoto Exp $
|
|
|
|
BUILDLINK_TREE+= espeak
|
|
|
|
.if !defined(ESPEAK_BUILDLINK3_MK)
|
|
ESPEAK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.espeak+= espeak>=1.26
|
|
BUILDLINK_PKGSRCDIR.espeak?= ../../audio/espeak
|
|
|
|
.include "../../audio/portaudio/buildlink3.mk"
|
|
.endif # ESPEAK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -espeak
|