StdAfx.h is only needed for Microsoft Visual Studio C++ projects that specify the "use pre-compiled headers" setting.master
@@ -1,3 +0,0 @@ | |||
// This is a dummy file. | |||
// A file of this name is needed on Windows | |||
@@ -18,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <stdlib.h> |
@@ -18,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <stdlib.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2007 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <string.h> | |||
#include <stdlib.h> |
@@ -1,7 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2008 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2013 Reece H. Dunn * | |||
* Copyright (C) 2013-2015 Reece H. Dunn * | |||
* * | |||
* Based on a re-implementation by: * | |||
* (c) 1993,94 Jon Iles and Nick Ing-Simmons * | |||
@@ -24,8 +24,6 @@ | |||
// See URL: ftp://svr-ftp.eng.cam.ac.uk/pub/comp.speech/synthesis/klatt.3.04.tar.gz | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <stdlib.h> | |||
#include <math.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2015 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <stdlib.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2014 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <stdlib.h> | |||
#include <string.h> |
@@ -18,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <stdlib.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2011 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdlib.h> | |||
#include <stdio.h> | |||
#include <wctype.h> |
@@ -18,8 +18,6 @@ | |||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA | |||
02111-1307 USA. */ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <stdlib.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2013 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include "speech.h" | |||
#include <stdio.h> |
@@ -1,7 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2013 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2013 Reece H. Dunn * | |||
* Copyright (C) 2013-2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -18,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include "stdio.h" | |||
#include "ctype.h" | |||
#include "string.h" |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2013 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,10 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <wctype.h> |
@@ -18,9 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <stdlib.h> | |||
#include <ctype.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2014 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <wctype.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2015 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <wctype.h> |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2014 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include <stdio.h> | |||
#include <ctype.h> | |||
#include <stdlib.h> |
@@ -18,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
#include "stdio.h" | |||
#include "ctype.h" | |||
#include "wctype.h" |
@@ -1,6 +1,7 @@ | |||
/*************************************************************************** | |||
* Copyright (C) 2005 to 2013 by Jonathan Duddington * | |||
* email: [email protected] * | |||
* Copyright (C) 2015 Reece H. Dunn * | |||
* * | |||
* This program is free software; you can redistribute it and/or modify * | |||
* it under the terms of the GNU General Public License as published by * | |||
@@ -17,8 +18,6 @@ | |||
* <http://www.gnu.org/licenses/>. * | |||
***************************************************************************/ | |||
#include "StdAfx.h" | |||
// this version keeps wavemult window as a constant fraction | |||
// of the cycle length - but that spreads out the HF peaks too much | |||