| /* | /* | ||||
| * Copyright (C) 2007, Gilles Casse <[email protected]> | * Copyright (C) 2007, Gilles Casse <[email protected]> | ||||
| * Copyright (C) 2015 Reece H. Dunn | |||||
| * Copyright (C) 2015-2016 Reece H. Dunn | |||||
| * based on AudioIO.cc (Audacity-1.2.4b) and wavegen.cpp | * based on AudioIO.cc (Audacity-1.2.4b) and wavegen.cpp | ||||
| * | * | ||||
| * This program is free software; you can redistribute it and/or modify | * This program is free software; you can redistribute it and/or modify | ||||
| #include <sys/time.h> | #include <sys/time.h> | ||||
| #include <time.h> | #include <time.h> | ||||
| #include "portaudio.h" | |||||
| #ifdef PLATFORM_WINDOWS | #ifdef PLATFORM_WINDOWS | ||||
| #include <windows.h> | #include <windows.h> | ||||
| #else | #else |