diff sv/main/EasaierSessionManager.h @ 262:3f41cb822166

first code for the speech recognition
author benoitrigolleau
date Fri, 20 Jun 2008 12:33:08 +0000
parents 057856cf81a2
children
line wrap: on
line diff
--- a/sv/main/EasaierSessionManager.h	Fri Jun 20 12:09:57 2008 +0000
+++ b/sv/main/EasaierSessionManager.h	Fri Jun 20 12:33:08 2008 +0000
@@ -47,7 +47,8 @@
 			QUERY_CONFIG		= 4, // config of the queries
 			QUERY_RESULTS		= 5, // query results
 			RELATED_MEDIA_LIST	= 6,  // related media list
-			RELATED_MEDIA		= 7  // related media
+			RELATED_MEDIA		= 7,  // related media
+			VOCAL_QUERY			= 8  // related media
 		};
 
 		inline FileType getFileType() const {return m_type;}
@@ -102,6 +103,9 @@
 	/*query the database*/
 	void queryDatabase(const QString& themeName);
 
+	/*speech recognition*/
+	void speechRecognition(const QString& themeName);
+
 public slots:
 	void fileLoaded(int, bool);