Posted by Phil Frisbie, Jr. on May 05, 2006 at 11:53:32:
First, my oldest daughter was married last week, so I can now breath again after three months of preparation!
Also, the little bit of time I have had for programming has been devoted to commercial users of HawkVoice and the commercial codecs. Unfortunately, those that pay expect me to devote time to them before my free projects :(
I have switched Windows compilers. I am now using the free Visual C++ 2005 Express Edition compiler, and all project files are being updated.
I am looking into a CVS system, or at the very least posting the current snapshot weekly or bi-weekly.
I have had a change in thinking, and I am going to eliminate, or to be more precise depreciate, the basic HawkNL data types like NLbyte, NLshort, etc., in favor of the POSIX data types int8_t, int16_t, etc. This is just like the work I have already done with HawkThreads and HawkTime.
Phil