[Lunar-commits] <moonbase-other> julius: introduction to -other
v4hn
me at v4hn.de
Sun Dec 9 02:48:33 CET 2012
commit 9f3dcb2929004a6c64e0df9b5a4935e93329b5e0
Author: v4hn <me at v4hn.de>
Date: Sat, 08 Dec 2012 17:48:33 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/9f3dcb2929004a6c64e0df9b5a4935e93329b5e0
julius: introduction to -other
---
audio/julius/CONFIGURE | +2/-0
audio/julius/DEPENDS | +1/-0
audio/julius/DETAILS | +17/-0
3 files changed, 20 insertions(+)
--- /dev/null
+++ b/audio/julius/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_INT "Use int instead of short for word ID?" n "--enable-words-int" ""
+mquery ENABLE_MSD "Enable MSD model support?" y "--enable-msd" "--disable-msd"
--- /dev/null
+++ b/audio/julius/DEPENDS
@@ -0,0 +1 @@
+optional_depends libsndfile "" "--without-sndfile" "support multiple audio formats"
--- /dev/null
+++ b/audio/julius/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=julius
+ VERSION=4.2.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dl.sourceforge.jp/julius/56549/
+ SOURCE_VFY=sha1:916ce19fa3a48231a1427497584f2d6c999cc29c
+ WEB_SITE=http://julius.sourceforge.jp/en_index.php
+ ENTERED=20121209
+ UPDATED=20121209
+ SHORT="continuous speech recognition engine"
+
+cat << EOF
+"Julius" is an open-source high-performance large vocabulary
+continuous speech recognition (LVCSR) decoder software for
+speech-related researchers and developers. Based on word N-gram and
+triphone context-dependent HMM, it can perform almost real-time
+decoding on most current PCs with small amount of memory.
+EOF
More information about the Lunar-commits
mailing list