Fri Sep 25 19:24:27 1998  Daniel Kiecza  <daniel@gondwana>

	* kvoicecontrol.cpp: version++ 0.1 -> 0.11

	* preprocessing.cpp: Initial revision

Sun Jun 14 13:23:24 1998  Daniel Kiecza  <daniel@gondwana>

	* kvoicecontrol.cpp: version++ 0.09 -> 0.1

	* buffer.cpp, buffer.h:
	stop_level calibration has to be done by the user by adjusting MIC IN within kmix!

	* speakermodel.cpp:
	switch off detect_mode before calling calibrate_micro

Tue Jun  2 10:33:54 1998  Daniel Kiecza  <daniel@gondwana>

	* buffer.cpp, buffer.h, speakermodel.cpp, speakermodel.h:
	microphone calibration added

	* kvoicecontrol.cpp: microphone calibration menu entry added

	* calibrate.h: Initial revision

Tue May  5 11:16:51 1998  Daniel Kiecza  <daniel@gondwana>

	* speakermodel.cpp, speakermodel.h: <import speakerfile> added

	* kvoicecontrol.cpp: import speakerfile added to speakermodel.[cpp|h]

Fri May  1 21:44:21 1998  Daniel Kiecza  <daniel@gondwana>

	* kvoicecontrol.cpp: version++ 0.06 -> 0.09

	* speakermodel.cpp: removed debugging output

	* kvoicecontrol.cpp:
	constructor accepts speakerfile name now (that was extracted from the command line)
	if specified, speakerfile is loaded and recognition mode is entered!
	TrainDialog now accessible via Options menu

	* kvoicecontrol.h:
	constructor accepts speakerfile name now (that was extracted from the command line)

	* speakermodel.cpp: TrainDialog introduced ....
	changed some recognizer default values
	can now specify speakerfile at startup time .... enter hidden/recognition-mode then!

	* speakermodel.h:
	TrainDialog introduced (for training commands extracted from a file)

	* train_dialog.cpp, train_dialog.h: Initial revision

	* score.cpp: using new default values!

Thu Apr 30 15:46:21 1998  Daniel Kiecza  <daniel@gondwana>

	* speakermodel.cpp: unimportant modifications ...

	* score.cpp:
	skip those utterances, that are too short/long in relation to the test utterance and
	thus CANNOT be aligned successfully (due to slope and adjustment window constraints)

Wed Apr 29 23:13:29 1998  Daniel Kiecza  <daniel@gondwana>

	* kvoicecontrol.cpp: version++ 0.03 -> 0.06

	* score.cpp: removed some debugging-cerr's

	* score.cpp:
	all scoring done within this class, as one could expect !!! ;-)
	introduced Branch&Bound-scoring; fast as HELL!!
	NOTE: if you want to use the old score-routine, remove comments around DTW_matrix con-/destruction

	* score.h:
	all scoring done within this class, as one could expect !!! ;-)
	introduced Branch&Bound-scoring; fast as HELL!!

	* speakermodel.cpp:
	min_distance moved to score now (all scoring is done within score now, as it should be done)
	now calling branch&bound scoring - MUCH faster!

	* speakermodel.h:
	min_distance moved to score now (all scoring is done within score now, as it should be done)

	* speakermodel.cpp: nothing important

	* docking.cpp:
	Oops, it was hard to insert the RCS-Header to the right position,
	put it between the '#' and the 'i' of the first #include      ;-)

	* kvoicecontrol.cpp:
	KVoiceControl *kvoicecontrol  ... is global now (needed by DockWidget)
	DockWidget introduced
	tiny_mode stuff removed !
	closeEvent() method needed for interaction with DockWidget

	* kvoicecontrol.h: tiny_mode removed !
	closeEvent introduced for proper interaction with DockWidget!

	* speakermodel.cpp: tiny_mode removed -> now using docking to panel!!!
	DockWidget introduced that shows two leds on the Panel indicating the
	recognizers state ...
	LED lamps removed (moved onto docking_widget infact)
	#include's moved from header-file to this file as far as possible ->
	  in speakermodel.h just keep class definitions (e.g. class SoundBuffer;)
	detect_mode_on/off are now only executed when really toggling mode!
	 (not always)

	* speakermodel.h: tiny_mode removed -> now using docking to panel!!!
	LED lamps removed (moved onto docking_widget infact)
	#include's moved to speakermodel.cpp as far as possible ->
	  in speakermodel.h just keep class definitions (e.g. class SoundBuffer;)

	* docking.cpp, docking.h: Initial revision

	* buffer.h, buffer.cpp:
	record(), play() and detect_speech() return bool now instead of void

Tue Apr 28 11:20:55 1998  Daniel Kiecza  <daniel@gondwana>

	* score.h, score.cpp:
	score_threshold moved from speakermodel to this class
	we are doing online rejection now! -> performance improvement!

	* speakermodel.cpp, speakermodel.h:
	score_threshold moved to class Score now -> online rejection!

	* kvoicecontrol.cpp: led_recognition working correctly now!

	* speakermodel.h:
	LED timer introduced and kapp.h included to enforce event handling during
	scoring process (Xflush etc.)

Mon Apr 27 23:58:58 1998  Daniel Kiecza  <daniel@gondwana>

	* speakermodel.cpp: led_recognition working correctly now!

	* score.cpp: several
	  KApplication::flushX();
	  kapp->processEvents();
	included to ensure correct displaying of LEDLamps

	* buffer.cpp: removed printf output "recording ... done"

	* kvoicecontrol.cpp, kvoicecontrol.h, speakermodel.h, speakermodel.cpp:
	led_record and led_recognition added
	led_recognition not yet working correctly!
	tiny mode added (can be used during recognition mode; just displays the two LEDs)

	* buffer.h, buffer.cpp:
	now emitting new signal recording_active, used for LED-control

	* speakermodel.cpp: detect_mode_off works fine now
	options dialog implemented
	save_config methode introduced (not yet working properly!!)

	* speakermodel.h: save_config introduced
	options dialog implemented

	* reference_editor.cpp:
	did some code cleaning, so that sound replaying works fine now!

	* kvoicecontrol.cpp: options menu and options editor added
	KConfig object introduced

	* kvoicecontrol.h: options menu added

	* buffer.cpp:
	did some code cleaning so that the voice control detect_mode_off command
	works properly

	* buffer.h:
	added misc get/set functions needed for the implementation of
	the options dialog.

	* score.h: get/set_adjust_win_width implemented

	* options.cpp, options.h: Initial revision

Sun Apr 26 15:57:35 1998  Daniel Kiecza  <daniel@gondwana>

	* buffer.cpp, buffer.h, speakermodel.cpp, speakermodel.h, kvoicecontrol.cpp, kvoicecontrol.h, reference_editor.cpp, reference_editor.h, reference.cpp, reference.h, score.cpp, score.h, preprocessing.h, realfftf.c, realfftf.h, soundcard.cpp, soundcard.h, utterance.cpp, utterance.h:
	Initial revision

