Revision [1120]

Last edited on 2007-03-17 17:08:29 by BenoitAudouard
Additions:
for no speech synthesis during make (which slows horribly the compilation):
Deletions:
for no speech synthesis (which slows horribly the compilation):


Revision [1061]

Edited on 2006-12-20 02:47:09 by BenoitAudouard
Additions:
http://www.culte.org/listes/ to subscribe, just send a mail to the biglux-subscribe at CULTe.org with empty subject (as usual you'll receive a confirmation e-mail)


Revision [1060]

Edited on 2006-12-19 18:22:04 by BenoitAudouard
Additions:
%%/// Used for iterating through members of the distribution
long int item_start() const;
/// Used for iterating through members of the distribution
long int item_next(int idx) const;
Deletions:
%% /// Used for iterating through members of the distribution
long int item_start() const;
/// Used for iterating through members of the distribution
long int item_next(int idx) const;


Revision [1059]

Edited on 2006-12-19 18:21:23 by BenoitAudouard
Additions:
%% /// Used for iterating through members of the distribution
Deletions:
%% /// Used for iterating through members of the distribution


Revision [1058]

Edited on 2006-12-19 18:21:07 by BenoitAudouard
Additions:
%% /// Used for iterating through members of the distribution
Deletions:
%% /// Used for iterating through members of the distribution


Revision [1057]

Edited on 2006-12-19 18:20:32 by BenoitAudouard
Additions:
~- when compiling for x86_64, gcc complains for conversion (cast) of a pointer to an int, a quick & dirty workaround is using a long int.
// replace int by long int here for x86_64, why isn't it a pointer ?
// replace int by long int here for x86_64, why isn't it a pointer ?
~- afterwards, it compiles successfully (though applying this patch is complicated by the fact that the Makefile automatically downloads the archives then extract them (erasing corrections done). This should be applied upstream.


Revision [1056]

Edited on 2006-12-19 18:14:21 by BenoitAudouard [add correction made for x86_64]
Additions:
===Corrections applied===
~- in /usr/local/share/speech_tools/include/EST_simplestats.h
%% /// Used for iterating through members of the distribution
long int item_start() const;
/// Used for iterating through members of the distribution
long int item_next(int idx) const;
%%
~- in /usr/local/share/speech_tools/stats/EST_DProbDist.cc
%%// For iterating through members of a probability distribution
long int EST_DiscreteProbDistribution::item_start(void) const
{
if (type == tprob_discrete)
return 0;
else
return (long int)scounts.list.head();
}
int EST_DiscreteProbDistribution::item_end(int idx) const
{
if (type == tprob_discrete)
return (idx >= icounts.length());
else
return ((EST_Litem *)idx == 0);
}
long int EST_DiscreteProbDistribution::item_next(int idx) const
{
if (type == tprob_discrete)
return ++idx;
else
return (long int)next((EST_Litem *)idx);
}%%


Revision [1055]

Edited on 2006-12-19 18:09:32 by BenoitAudouard [add correction made for x86_64]
Additions:
http://www.culte.org/listes/biglux/ [fr] mailing-list for subjects like lliaphon (hard to find)


Revision [1054]

The oldest known version of this page was created on 2006-12-19 17:07:35 by BenoitAudouard [add correction made for x86_64]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki