Codebase list htsengine / HEAD ChangeLog
HEAD

Tree @HEAD (Download .tar.gz)

ChangeLog @HEADraw · history · blame

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
2015-12-23 17:18  uratec

	* lib/HTS_sstream.c: add label file checker.

2015-12-21 10:19  uratec

	* COPYING, NEWS, README, configure.ac, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_audio.c, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c: update to version 1.10

2015-08-26 11:22  uratec

	* lib/: HTS_engine.c, HTS_hidden.h, HTS_model.c, HTS_sstream.c: fix
	  a bug of interpolation weights: reported by Martin Sulir.

2014-12-11 19:01  uratec

	* configure.ac: update autoconf setting

2014-12-02 12:42  uratec

	* NEWS: update news.

2014-12-02 11:54  uratec

	* configure.ac, bin/Makefile.am, lib/Makefile.am: modify makefiles
	  for latest automake

2014-12-01 11:05  uratec

	* COPYING, README, configure.ac, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_audio.c, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c: update documents to ver
	  1.09

2014-11-12 11:31  uratec

	* include/HTS_engine.h, lib/HTS_engine.c, lib/HTS_hidden.h,
	  lib/HTS_model.c: add label-check functions.

2014-11-12 11:28  uratec

	* lib/HTS_model.c: fix 64bit problem in model loader

2014-11-12 11:26  uratec

	* lib/HTS_misc.c: add null check for calloc func

2014-11-12 11:24  uratec

	* lib/HTS_hidden.h: fix typo

2014-11-12 11:21  uratec

	* lib/HTS_audio.c: support 64bit windows audio

2014-11-12 11:20  uratec

	* lib/HTS_pstream.c: remove waring message from compiler.

2014-11-11 00:59  uratec

	* bin/hts_engine.c: add -g option to change volume.

2013-12-26 17:06  uratec

	* bin/hts_engine.c: Add audio buffer size option suggested by
	  Nicholas Volk.

2013-12-24 12:34  uratec

	* lib/: HTS_audio.c, HTS_misc.c: Remove gcc warning message.

2013-12-11 23:58  uratec

	* lib/HTS_misc.c: Make android gcc happy.

2013-12-11 18:29  uratec

	* lib/HTS_misc.c: Make cygwin gcc happy.

2013-12-10 19:35  uratec

	* COPYING, NEWS, README, configure.ac, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_vocoder.c: Update documents to version
	  1.08.

2013-12-10 19:32  uratec

	* include/HTS_engine.h: Change HTS_Boolean from int to char.

2013-12-10 19:31  uratec

	* include/HTS_engine.h, lib/HTS_engine.c: Add some functions for
	  separating synthesis step.

2013-12-10 19:29  uratec

	* lib/: HTS_gstream.c, HTS_pstream.c: Check memory allocation in
	  end of parameter generation.

2013-12-10 19:26  uratec

	* lib/HTS_sstream.c: Fix a small bug: When model duration specified
	  by label is zero, shortest duration should be used.

2013-12-10 19:21  uratec

	* lib/HTS_model.c: When the model interpolation weights are zero,
	  don't search the nodes.

2013-12-10 19:18  uratec

	* lib/HTS_audio.c: Change return value of audio output function.

2013-05-07 12:51  uratec

	* lib/: HTS_gstream.c, HTS_hidden.h, HTS_vocoder.c: Re-write
	  excitation function.

2013-04-23 09:46  uratec

	* lib/HTS_vocoder.c: Fix a bug in postfilter calculation.

2013-02-08 13:13  uratec

	* include/HTS_engine.h, lib/HTS_engine.c, lib/HTS_hidden.h,
	  lib/HTS_misc.c, lib/HTS_pstream.c, lib/HTS_vocoder.c: Add some
	  functions to get number of frames and generated parameters. Fix
	  tiny bugs.

2013-01-04 17:11  uratec

	* lib/: HTS_engine.c, HTS_model.c: Support 64-bit machine.

2012-12-20 17:35  uratec

	* bin/hts_engine.c: Revice help message.

2012-12-20 16:54  uratec

	* include/HTS_engine.h: Revice comments in header.

2012-12-20 12:38  uratec

	* COPYING, NEWS, README, configure.ac, include/HTS_engine.h: Update
	  documents.

2012-12-20 12:36  uratec

	* lib/HTS_engine.c: Fix DB calculation bug and lower limit of
	  speech speed.

2012-12-17 15:38  uratec

	* lib/: HTS_hidden.h, HTS_vocoder.c: Fix LSP expanding for
	  stability.

2012-12-15 20:08  uratec

	* bin/hts_engine.c, lib/HTS_engine.c, lib/HTS_hidden.h,
	  lib/HTS_vocoder.c: Add LSP postfilter.

2012-12-15 16:42  uratec

	* ChangeLog: Remove ChangeLog file from CVS.

2012-12-15 16:40  uratec

	* bin/hts_engine.c, include/HTS_engine.h, lib/HTS_audio.c,
	  lib/HTS_engine.c, lib/HTS_gstream.c, lib/HTS_hidden.h,
	  lib/HTS_label.c, lib/HTS_misc.c, lib/HTS_model.c,
	  lib/HTS_pstream.c, lib/HTS_sstream.c, lib/HTS_vocoder.c:
	  Re-construction to support new HTS voice format.

2012-12-06 17:06  uratec

	* include/HTS_engine.h, lib/HTS_engine.c: Change volume unit to DB.

2012-06-26 22:39  uratec

	* lib/HTS_sstream.c: Fix check function for the interpolation
	  weight.

2012-06-11 22:48  uratec

	* include/HTS_engine.h, lib/HTS_engine.c, lib/HTS_gstream.c,
	  lib/HTS_vocoder.c: add HTS_Engine_get_nsample() and
	  HTS_Engine_get_speech().

2012-05-29 09:28  uratec

	* lib/HTS_sstream.c: optimize the functions which check the
	  interpolation weight

2012-05-29 09:26  uratec

	* bin/hts_engine.c: fix stream index for GV

2012-01-02 13:49  uratec

	* ChangeLog, lib/HTS_sstream.c: Fix a bug in -vp option.

2011-12-20 23:46  uratec

	* AUTHORS, ChangeLog, README: Fix documents.

2011-12-20 13:18  uratec

	* ChangeLog, include/HTS_engine.h: Fix macro

2011-12-20 11:24  uratec

	* ChangeLog, NEWS, README, configure.ac, include/HTS_engine.h:
	  Update documents to version 1.06

2011-12-20 11:21  uratec

	* lib/HTS_misc.c: Fix a tiny bug of file loading

2011-12-12 13:02  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c: Change many function from
	  void to boolean.

2011-12-12 11:21  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_audio.c, lib/HTS_engine.c, lib/HTS_gstream.c,
	  lib/HTS_hidden.h, lib/HTS_label.c, lib/HTS_misc.c,
	  lib/HTS_model.c, lib/HTS_pstream.c, lib/HTS_sstream.c,
	  lib/HTS_vocoder.c: Change source format.

2011-12-12 11:15  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_engine.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_sstream.c: Add FILE
	  wrapper. Modify state duration calculation.

2011-08-10 21:16  uratec

	* ChangeLog, configure.ac, lib/HTS_label.c: fix a small bug in
	  label loader.

2011-08-10 21:14  uratec

	* lib/HTS_audio.c: remove warning message of PortAudio.

2011-07-07 08:05  uratec

	* ChangeLog, NEWS, README, configure.ac, include/HTS_engine.h,
	  lib/HTS_engine.c: fix a tiny bug.  update all documents to 1.05.

2011-06-16 13:31  uratec

	* COPYING, ChangeLog, README, configure.ac, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_audio.c, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c: Add PortAudio functions for
	  audio output.

2010-12-27 12:37  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_gstream.c, lib/HTS_vocoder.c: Avoid alloc and free for
	  MLSA filter: suggested by Nicholas Volk.

2010-12-18 15:57  uratec

	* ChangeLog, README: modify spaces in readme.

2010-12-13 23:21  uratec

	* ChangeLog, README: Update README.

2010-12-12 21:50  uratec

	* ChangeLog, README, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_audio.c, lib/HTS_engine.c, lib/HTS_gstream.c,
	  lib/HTS_hidden.h, lib/HTS_label.c, lib/HTS_misc.c,
	  lib/HTS_model.c, lib/HTS_pstream.c, lib/HTS_sstream.c,
	  lib/HTS_vocoder.c: Update all documents.

2010-12-12 17:36  uratec

	* AUTHORS, COPYING, ChangeLog, README: Update documents.

2010-12-12 17:09  uratec

	* ChangeLog, README: Fix a typo.

2010-12-09 20:45  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_engine.c: Add
	  HTS_Engine_get_nstream function.

2010-12-09 19:52  uratec

	* ChangeLog, NEWS, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_engine.c, lib/HTS_gstream.c, lib/HTS_hidden.h,
	  lib/HTS_vocoder.c: Add low-pass filter stream.

2010-10-25 16:36  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_label.c,
	  lib/HTS_model.c: Remove warning for cygwin compiler.

2010-10-15 14:15  uratec

	* ChangeLog, NEWS, README, configure.ac, include/HTS_engine.h:
	  update all documents for version 1.04.

2010-10-15 14:02  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_engine.c, lib/HTS_hidden.h, lib/HTS_pstream.c: Change
	  definition of GV weights.

2010-10-14 00:28  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_audio.c, lib/HTS_engine.c, lib/HTS_gstream.c,
	  lib/HTS_hidden.h, lib/HTS_label.c, lib/HTS_misc.c,
	  lib/HTS_model.c, lib/HTS_pstream.c, lib/HTS_sstream.c,
	  lib/HTS_vocoder.c: Accept C++ compiler.

2010-10-13 23:21  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_engine.c: Add functions:
	  HTS_Engine_get_sampling_rate, HTS_Engine_get_fperiod,
	  HTS_Engine_get_total_state, HTS_Engine_set_state_mean,
	  HTS_Engine_get_state_mean, HTS_Engine_get_state_duration, and
	  HTS_Engine_get_nstate.

2010-10-12 23:09  uratec

	* ChangeLog, lib/HTS_gstream.c: Fix a tiny bug.

2010-10-12 22:54  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_vocoder.c: add barge-in function and
	  volume controller.

2010-09-13 18:51  uratec

	* ChangeLog, bin/Makefile.mak, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_engine.c, lib/HTS_sstream.c,
	  lib/Makefile.mak: Fix a tiny bug: unify type of 'stage' value.

2010-04-28 13:30  uratec

	* ChangeLog, lib/HTS_pstream.c: Fix a bug suggested by Yu Sansuo:
	  change step in parameter generation using gv.

2010-04-20 00:38  uratec

	* ChangeLog, lib/HTS_engine.c: Fix a small typo suggested by oaomly
	  voooo.

2010-04-19 10:18  uratec

	* ChangeLog, README: Update README for version 1.03.

2010-04-08 14:20  uratec

	* ChangeLog, NEWS: Update 'NEWS' for version 1.03.

2010-04-08 14:15  uratec

	* COPYING, ChangeLog, README, configure.ac, bin/hts_engine.c,
	  include/HTS_engine.h, lib/HTS_audio.c, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c: Add '-z' option to control
	  audio buffer size.  Update all description for verion 1.03.

2010-02-17 22:13  uratec

	* ChangeLog, lib/HTS_model.c: Fix a small bug for new format of PDF
	  files.

2010-01-26 10:32  uratec

	* ChangeLog, lib/HTS_model.c: Change *.pdf file format in CM
	  command

2009-12-17 00:17  uratec

	* ChangeLog, INSTALL, NEWS, README, configure.ac,
	  include/HTS_engine.h, lib/HTS_label.c, lib/HTS_sstream.c: update
	  all documents to version 1.02.  bug fix : misalignment for
	  singing voice synthesis.

2009-12-02 01:21  uratec

	* ChangeLog, bin/hts_engine.c: small simplification of help
	  message.

2009-12-01 21:32  uratec

	* ChangeLog, include/HTS_engine.h, lib/HTS_engine.c,
	  lib/HTS_model.c: Add information of type of GV to log file.

2009-12-01 21:00  uratec

	* ChangeLog, bin/hts_engine.c, include/HTS_engine.h,
	  lib/HTS_engine.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c: Add function of context-dependent GV without
	  silent and pause phoneme.

2009-12-01 19:06  uratec

	* AUTHORS, COPYING, ChangeLog, INSTALL, README, configure.ac,
	  bin/hts_engine.c, include/HTS_engine.h, lib/HTS_audio.c,
	  lib/HTS_engine.c, lib/HTS_gstream.c, lib/HTS_hidden.h,
	  lib/HTS_label.c, lib/HTS_misc.c, lib/HTS_model.c,
	  lib/HTS_pstream.c, lib/HTS_sstream.c, lib/HTS_vocoder.c: Revice
	  all documents and copyrights.  Change F0 modification to
	  half-tone.  Fix a bug about speaker interpolation weight=0.0.

2009-11-03 18:07  uratec

	* bin/hts_engine.c, include/HTS_engine.h, lib/HTS_label.c,
	  lib/HTS_model.c, lib/HTS_pstream.c, lib/HTS_sstream.c,
	  lib/HTS_vocoder.c: Fix bug:  First and final delta calculation in
	  parameter generation step.  Add func.:  Advanced label reader for
	  singing voice synthesis.  Fix typo:  In help message.

2009-09-04 02:20  uratec

	* include/HTS_engine.h, lib/HTS_model.c: If there is not tree,
	  engine stop with error output.

2009-06-01 13:57  uratec

	* bin/hts_engine.c, include/HTS_engine.h, lib/HTS_engine.c,
	  lib/HTS_model.c: Add many information to
	  HTS_Enging_save_information().

2009-02-26 20:19  uratec

	* Makefile.mak: Remove description of version from Makefile.mak.

2009-02-26 20:15  uratec

	* configure.ac: Fix small bug for autoconf in cygwin.

2009-02-03 17:56  uratec

	* Makefile.am, configure.ac, bin/Makefile.am, bin/hts_engine.c,
	  lib/HTS_audio.c, lib/Makefile.am, include/HTS_engine.h: Remove
	  '--enable-audio-win32' and '--enable-audio-wince' options.  Add
	  compiler checker (WIN32/WINCE/CYGWIN/MIGW) for using audio device
	  in win32/wince.

2009-02-03 17:45  uratec

	* Makefile.mak, bin/Makefile.mak, lib/Makefile.mak: ***
	  Keywords were replaced. ***

2009-02-03 17:44  uratec

	* Makefile.mak, bin/Makefile.mak, lib/Makefile.mak: Add
	  Makefile.mak for 'nmake' in Visual C++.

2009-01-07 20:38  uratec

	* lib/HTS_model.c: A bug in HTS_model.c. This bug causes
	  segmentation fault when a tree have only one leaf.

2008-11-20 16:13  uratec

	* lib/HTS_sstream.c: use variance to determine frame length.

2008-09-29 13:19  uratec

	* lib/HTS_engine.c, include/HTS_engine.h, ChangeLog: add
	  HTS_Engine_get_audio_buff_size().

2008-09-29 13:02  uratec

	* ChangeLog: Fix suggested by Nicholas Volk: fix an overflow
	  problem (-32768 <= short <= 32767).

2008-09-29 12:58  uratec

	* lib/HTS_vocoder.c: Fix suggested by Nicholas Volk: fix an
	  overflow problem (-32768 <= short <= 32767).

2008-09-29 11:51  uratec

	* ChangeLog: [no log message]

2008-09-29 11:46  uratec

	* lib/HTS_pstream.c: Fix suggested by Nicholas Volk: fix a minor
	  bug.

2008-08-29 15:07  uratec

	* .cvsignore, ChangeLog: Fix suggested by Nicholas Volk: fix a bug
	  in HTS_Vocoder_synthesize().

2008-08-29 14:57  uratec

	* lib/HTS_vocoder.c: Fix suggested by Nicholas Volk: fix a bug in
	  HTS_Vocoder_synthesize().

2008-08-29 14:49  uratec

	* lib/HTS_vocoder.c: Fix suggested by Nicholas Volk: speed up
	  mc2b().

2008-07-30 13:34  uratec

	* INSTALL, Makefile.am, NEWS, README: update 1.00 -> 1.01.

2008-07-29 14:22  uratec

	* README, configure.ac, lib/HTS_gstream.c, lib/HTS_vocoder.c,
	  lib/HTS_audio.c, lib/HTS_hidden.h, lib/HTS_engine.c,
	  lib/HTS_misc.c, lib/HTS_pstream.c, lib/HTS_sstream.c,
	  bin/hts_engine.c, include/HTS_engine.h, lib/HTS_label.c,
	  lib/HTS_model.c: update 1.00 -> 1.01.  remove /* $Id: XXX.c,v
	  1.25 200X/XX/XX XX:XX:XX uratec Exp $ */.

2008-07-23 18:44  uratec

	* README, bin/hts_engine.c, lib/HTS_audio.c, lib/HTS_engine.c,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_label.c,
	  lib/HTS_misc.c, lib/HTS_model.c, lib/HTS_pstream.c,
	  lib/HTS_sstream.c, lib/HTS_vocoder.c, include/HTS_engine.h:
	  change address from http://hts.sp.nitech.ac.jp/ to
	  http://hts-engine.sourceforge.net/.  remove hts_engine_API.pdf.
	  Fix suggested by Alexis Moinet: change frame type from "int" to
	  "double".

2008-07-15 20:05  uratec

	* bin/hts_engine.c, include/HTS_engine.h, lib/HTS_audio.c,
	  lib/HTS_engine.c, lib/HTS_gstream.c, lib/HTS_hidden.h,
	  lib/HTS_label.c, lib/HTS_misc.c, lib/HTS_model.c,
	  lib/HTS_pstream.c, lib/HTS_sstream.c, lib/HTS_vocoder.c: change
	  address from http://hts.sp.nitech.ac.jp/ to
	  http://hts-engine.sourceforge.net/.

2008-07-15 20:04  uratec

	* INSTALL, README, AUTHORS, COPYING, Makefile.am, NEWS,
	  bin/Makefile.am, lib/Makefile.am: *** Keywords were replaced. ***

2008-07-08 19:13  uratec

	* INSTALL, README, .cvsignore, NEWS, configure.ac, AUTHORS,
	  COPYING, Makefile.am, lib/HTS_vocoder.c, lib/.cvsignore,
	  lib/HTS_engine.c, lib/HTS_sstream.c, lib/Makefile.am,
	  lib/HTS_gstream.c, lib/HTS_hidden.h, lib/HTS_model.c,
	  lib/HTS_audio.c, lib/HTS_label.c, lib/HTS_misc.c,
	  lib/HTS_pstream.c, bin/.cvsignore, bin/Makefile.am,
	  bin/hts_engine.c, config/.cvsignore, include/HTS_engine.h:
	  initialize hts_engine_API.