From 5a480fac520db1bab6f1336bee9b2031dbd36cab Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 13 Dec 2005 21:03:56 +0000 Subject: Added semi-working speech_input command. --- src/GF/System/NoSpeechInput.hs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/GF/System/NoSpeechInput.hs (limited to 'src/GF/System/NoSpeechInput.hs') diff --git a/src/GF/System/NoSpeechInput.hs b/src/GF/System/NoSpeechInput.hs new file mode 100644 index 000000000..2f967f66f --- /dev/null +++ b/src/GF/System/NoSpeechInput.hs @@ -0,0 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : GF.System.NoSpeechInput +-- Maintainer : BB +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date: 2005/05/10 15:04:01 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.2 $ +-- +-- Dummy speech input. +----------------------------------------------------------------------------- + +module GF.System.NoSpeechInput (recognizeSpeech) where + +recognizeSpeech = fail "No speech input available" -- cgit v1.2.3