diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2007-08-07 14:52:05 +0000 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-11 01:19:40 +0200 |
| commit | b0080e69d64ce69e21c8ce1b22b1bb7f888f1e58 (patch) | |
| tree | b51ebcd31a5280b4f4e9e45484f07d9b35723743 /tests/Windows | |
| parent | 0fbcd74a04713a4725d2f346a493121b623d60ab (diff) | |
Check in of new version 4.0.0 distribution (GS).
Diffstat (limited to 'tests/Windows')
| -rw-r--r-- | tests/Windows/Debug/.placeholder | 0 | ||||
| -rw-r--r-- | tests/Windows/Release/.placeholder | 0 | ||||
| -rw-r--r-- | tests/Windows/call_inout.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/call_playtwo.dsp | 110 | ||||
| -rw-r--r-- | tests/Windows/call_saw.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/call_twostreams.dsp | 110 | ||||
| -rw-r--r-- | tests/Windows/in_out.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/info.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/play_raw.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/play_saw.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/record_raw.dsp | 158 | ||||
| -rw-r--r-- | tests/Windows/rtaudio.dsw | 113 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/Release/.placeholder | 0 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/StdOpt.cpp | 91 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/StdOpt.h | 186 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/readme.txt | 8 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/rtaudiotest.cpp | 386 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/rtaudiotest.dsp | 146 | ||||
| -rw-r--r-- | tests/Windows/rtaudiotest/rtaudiotest.dsw | 29 | ||||
| -rw-r--r-- | tests/Windows/twostreams.dsp | 158 |
20 files changed, 0 insertions, 2443 deletions
diff --git a/tests/Windows/Debug/.placeholder b/tests/Windows/Debug/.placeholder deleted file mode 100644 index e69de29..0000000 --- a/tests/Windows/Debug/.placeholder +++ /dev/null diff --git a/tests/Windows/Release/.placeholder b/tests/Windows/Release/.placeholder deleted file mode 100644 index e69de29..0000000 --- a/tests/Windows/Release/.placeholder +++ /dev/null diff --git a/tests/Windows/call_inout.dsp b/tests/Windows/call_inout.dsp deleted file mode 100644 index 490dacc..0000000 --- a/tests/Windows/call_inout.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="call_inout" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=call_inout - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "call_inout.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "call_inout.mak" CFG="call_inout - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "call_inout - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "call_inout - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "call_inout - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "call_inout - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "call_inout - Win32 Release"
-# Name "call_inout - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\call_inout.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/call_playtwo.dsp b/tests/Windows/call_playtwo.dsp deleted file mode 100644 index 1c9966b..0000000 --- a/tests/Windows/call_playtwo.dsp +++ /dev/null @@ -1,110 +0,0 @@ -# Microsoft Developer Studio Project File - Name="call_playtwo" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=call_playtwo - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "call_playtwo.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "call_playtwo.mak" CFG="call_playtwo - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "call_playtwo - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "call_playtwo - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "call_playtwo - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "call_playtwo - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "call_playtwo - Win32 Release"
-# Name "call_playtwo - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\call_playtwo.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/call_saw.dsp b/tests/Windows/call_saw.dsp deleted file mode 100644 index 0c1fcd9..0000000 --- a/tests/Windows/call_saw.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="call_saw" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=call_saw - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "call_saw.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "call_saw.mak" CFG="call_saw - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "call_saw - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "call_saw - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "call_saw - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "call_saw - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "call_saw - Win32 Release"
-# Name "call_saw - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\call_saw.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/call_twostreams.dsp b/tests/Windows/call_twostreams.dsp deleted file mode 100644 index 16da2e5..0000000 --- a/tests/Windows/call_twostreams.dsp +++ /dev/null @@ -1,110 +0,0 @@ -# Microsoft Developer Studio Project File - Name="call_twostreams" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=call_twostreams - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "call_twostreams.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "call_twostreams.mak" CFG="call_twostreams - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "call_twostreams - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "call_twostreams - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "call_twostreams - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "call_twostreams - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "call_twostreams - Win32 Release"
-# Name "call_twostreams - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\call_twostreams.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/in_out.dsp b/tests/Windows/in_out.dsp deleted file mode 100644 index f9cfd7d..0000000 --- a/tests/Windows/in_out.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="in_out" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=in_out - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "in_out.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "in_out.mak" CFG="in_out - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "in_out - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "in_out - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "in_out - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "in_out - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "in_out - Win32 Release"
-# Name "in_out - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\in_out.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/info.dsp b/tests/Windows/info.dsp deleted file mode 100644 index d69a64e..0000000 --- a/tests/Windows/info.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="info" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=info - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "info.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "info.mak" CFG="info - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "info - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "info - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "info - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "info - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "info - Win32 Release"
-# Name "info - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\info.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/play_raw.dsp b/tests/Windows/play_raw.dsp deleted file mode 100644 index 51f2f01..0000000 --- a/tests/Windows/play_raw.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="play_raw" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=play_raw - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "play_raw.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "play_raw.mak" CFG="play_raw - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "play_raw - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "play_raw - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "play_raw - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "play_raw - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "play_raw - Win32 Release"
-# Name "play_raw - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\play_raw.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/play_saw.dsp b/tests/Windows/play_saw.dsp deleted file mode 100644 index d769d9b..0000000 --- a/tests/Windows/play_saw.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="play_saw" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=play_saw - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "play_saw.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "play_saw.mak" CFG="play_saw - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "play_saw - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "play_saw - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "play_saw - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "play_saw - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "play_saw - Win32 Release"
-# Name "play_saw - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\play_saw.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/record_raw.dsp b/tests/Windows/record_raw.dsp deleted file mode 100644 index 2092a61..0000000 --- a/tests/Windows/record_raw.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="record_raw" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=record_raw - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "record_raw.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "record_raw.mak" CFG="record_raw - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "record_raw - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "record_raw - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "record_raw - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "record_raw - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "record_raw - Win32 Release"
-# Name "record_raw - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\record_raw.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/rtaudio.dsw b/tests/Windows/rtaudio.dsw deleted file mode 100644 index 26b9d4f..0000000 --- a/tests/Windows/rtaudio.dsw +++ /dev/null @@ -1,113 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "call_inout"=".\call_inout.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "call_saw"=".\call_saw.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "in_out"=".\in_out.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "info"=".\info.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "play_raw"=".\play_raw.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "play_saw"=".\play_saw.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "record_raw"=".\record_raw.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "twostreams"=".\twostreams.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/tests/Windows/rtaudiotest/Release/.placeholder b/tests/Windows/rtaudiotest/Release/.placeholder deleted file mode 100644 index e69de29..0000000 --- a/tests/Windows/rtaudiotest/Release/.placeholder +++ /dev/null diff --git a/tests/Windows/rtaudiotest/StdOpt.cpp b/tests/Windows/rtaudiotest/StdOpt.cpp deleted file mode 100644 index 02c8eea..0000000 --- a/tests/Windows/rtaudiotest/StdOpt.cpp +++ /dev/null @@ -1,91 +0,0 @@ -/************************************************************************/
-/*! \class CommandLine
- \brief Command-line option parser.
-
- Copyright (c) 2005 Robin Davies.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
- ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-*/
-/************************************************************************/
-
-#include ".\stdopt.h"
-
-using namespace stdopt;
-
-CommandLine::CommandLine()
-{
-}
-
-void CommandLine::ProcessCommandLine(int argc, char**argv)
-{
- std::vector<std::string> cmdline;
- for (int i = 0; i < argc; ++i) {
- cmdline.push_back(argv[i]);
- }
- ProcessCommandLine(cmdline);
-}
-
-const CommandLine::COptionHandlerBase*CommandLine::GetOptionHandler(const std::string &name) const
-{
- // Return excact matches only.
- for (size_t i = 0; i < optionHandlers.size(); ++i)
- {
- if (optionHandlers[i]->getName() == name) {
- return (optionHandlers[i]);
- }
- }
- return NULL;
-}
-
-void CommandLine::ProcessCommandLine(const std::vector<std::string>& cmdline)
-{
- for (size_t i = 1; i < cmdline.size(); ++i)
- {
- if (cmdline[i].length() != 0 && cmdline[i][0] == L'/' || (cmdline[i][0] == '-')) {
- std::string arg = cmdline[i].substr(1);
- const COptionHandlerBase *pHandler = GetOptionHandler(arg);
- if (pHandler == NULL) {
- throw CommandLineException(std::string("Unknown option: ") + arg);
- }
- if (pHandler->HasArgument())
- {
- std::string strArg;
- if (i+1 < cmdline.size()) {
- ++i;
- strArg = cmdline[i];
- }
- pHandler->Process(strArg.c_str());
- } else {
- pHandler->Process(NULL);
- }
- } else {
- args.push_back(cmdline[i]);
- }
- }
-}
-
-CommandLine::~CommandLine(void)
-{
- for (size_t i = 0; i < optionHandlers.size(); ++i)
- {
- delete optionHandlers[i];
- }
- optionHandlers.resize(0);
-}
diff --git a/tests/Windows/rtaudiotest/StdOpt.h b/tests/Windows/rtaudiotest/StdOpt.h deleted file mode 100644 index 4de660a..0000000 --- a/tests/Windows/rtaudiotest/StdOpt.h +++ /dev/null @@ -1,186 +0,0 @@ -/************************************************************************/
-/*! \class CommandLine
- \brief Command-line opition parser.
-
- Copyright (c) 2005 Robin Davies.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
- ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-*/
-/************************************************************************/
-
-#ifndef STDOPT_H
-#define STDOPT_H
-
-#include <vector>
-#include <string>
-#include <sstream>
-#include <exception>
-
-namespace stdopt
-{
-
- class CommandLineException: public std::exception {
- public:
- CommandLineException(const std::string &error)
- {
- s = error;
- }
- const char*what() { return s.c_str(); }
- private:
- std::string s;
- };
-
- class CommandLine
- {
- public:
- CommandLine();
- virtual ~CommandLine();
-
- void ProcessCommandLine(int argc, char**argv);
- void ProcessCommandLine(const std::vector<std::string>& cmdline);
-
- template <class TVAL> void AddOption(const char*name,TVAL*pResult, TVAL defaultValue)
- {
- this->optionHandlers.push_back(new COptionHandler<TVAL>(name,pResult));
- *pResult = defaultValue;
-
- }
- template <class TVAL> void AddOption(const char*name,TVAL*pResult)
- {
- this->optionHandlers.push_back(new COptionHandler<TVAL>(name,pResult));
- }
- const std::vector<std::string> &GetArguments() { return args; }
- template <class T> void GetArgument(size_t arg, T*pVal)
- {
- if (arg >= args.size()) {
- std::stringstream os;
- os << "Argument " << (arg+1) << " not provided.";
- throw CommandLineException(os.str());
- }
- std::stringstream is(args[arg]);
- T value;
- is >> value;
- if (!is.fail() && is.eof())
- {
- *pVal = value;
- } else {
- std::stringstream os;
- os << "Argument " << (arg+1) << " was not in the correct format.";
- throw CommandLineException(os.str());
- }
- }
- void GetArgument(size_t arg, std::string*pVal)
- {
- if (arg >= args.size()) {
- std::stringstream os;
- os << "Argument " << (arg+1) << " not provided.";
- throw CommandLineException(os.str());
- }
- *pVal = args[arg];
- }
-
-
- private:
-
- class COptionHandlerBase {
- public:
- COptionHandlerBase(const std::string & name) { this->name = name;}
- virtual ~COptionHandlerBase() { };
- const std::string &getName() const { return name; }
- virtual bool HasArgument()const = 0;
- virtual void Process(const char* value) const = 0;
- private:
- std::string name;
- };
- template <class T> class COptionHandler: public COptionHandlerBase {
- public:
- COptionHandler(const std::string &name,T *result, T defaultValue = T())
- : COptionHandlerBase(name)
- {
- _pResult = result;
- *_pResult = defaultValue;
-
- }
- virtual bool HasArgument() const;
-
- virtual void Process(const char *strValue) const {
- std::stringstream is(strValue);
- T value;
- is >> value;
- if (!is.fail() && is.eof())
- {
- *_pResult = value;
- } else {
- std::stringstream os;
- os << "Invalid value provided for option '" << getName() << "'.";
- throw CommandLineException(os.str().c_str());
- }
- }
-
- private:
- std::string strName;
- T*_pResult;
- };
- const CommandLine::COptionHandlerBase*GetOptionHandler(const std::string &name) const;
-
- std::vector<std::string > args;
- std::vector<COptionHandlerBase*> optionHandlers;
- };
-
- // Argument specializations for bool.
- template <class T> bool CommandLine::COptionHandler<T>::HasArgument()const {
- return true;
- };
- inline bool CommandLine::COptionHandler<bool>::HasArgument() const {
- return false;
- }
- inline void CommandLine::COptionHandler<bool>::Process(const char*strValue) const {
- if (strValue == NULL)
- {
- *_pResult = true;
- return;
- }
- switch (*strValue)
- {
- case '\0':
- case '+':
- *_pResult = true;
- break;
- case '-':
- *_pResult = false;
- break;
- default:
- throw CommandLineException("Please specify '+' or '-' for boolean options.");
- }
- }
- // specializations for std::string.
- inline void CommandLine::COptionHandler<std::string >::Process(const char*strValue)const {
- *_pResult = strValue;
- }
-
- // specializations for std::vector<std::string>
- inline void CommandLine::COptionHandler<std::vector<std::string> >::Process(const char*strValue)const {
- _pResult->push_back(strValue);
- }
-};
-
-
-
-#endif
diff --git a/tests/Windows/rtaudiotest/readme.txt b/tests/Windows/rtaudiotest/readme.txt deleted file mode 100644 index d883384..0000000 --- a/tests/Windows/rtaudiotest/readme.txt +++ /dev/null @@ -1,8 +0,0 @@ -rtaudiotest - Test rtaudio devices.
-
-rtaudiotest is a small tool that allows easy testing of rtaudio devices
-and configurations.
-
-Run rtaudiotest.exe for a description of how to run it.
-
-rtaudiotest is currently only supported for the Windows platform.
diff --git a/tests/Windows/rtaudiotest/rtaudiotest.cpp b/tests/Windows/rtaudiotest/rtaudiotest.cpp deleted file mode 100644 index 90d8c2c..0000000 --- a/tests/Windows/rtaudiotest/rtaudiotest.cpp +++ /dev/null @@ -1,386 +0,0 @@ -/************************************************************************/
-/*! \brief Interactively Test RtAudio parameters.
-
- RtAudio is a command-line utility that allows users to enumerate
- installed devices, and to test input, output and duplex operation
- of RtAudio devices with various buffer and buffer-size
- configurations.
-
- Copyright (c) 2005 Robin Davies.
-
- Permission is hereby granted, free of charge, to any person
- obtaining a copy of this software and associated documentation files
- (the "Software"), to deal in the Software without restriction,
- including without limitation the rights to use, copy, modify, merge,
- publish, distribute, sublicense, and/or sell copies of the Software,
- and to permit persons to whom the Software is furnished to do so,
- subject to the following conditions:
-
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
- ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
- CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-*/
-/************************************************************************/
-
-#include "RtAudio.h"
-#include "FileWvOut.h"
-
-#include <cmath>
-#include <iostream>
-#include <stdopt.h>
-
-using namespace std;
-using namespace stdopt;
-
-#ifdef _WIN32
-// Correct windows.h standards violation.
-#undef min
-#undef max
-#endif
-
-#define DSOUND 1
-
-RtAudio::RtAudioApi rtApi = RtAudio::WINDOWS_DS;
-
-void DisplayHelp(std::ostream &os)
-{
- os
- << "rtaudiotest - Test rtaudio devices." << endl
- << endl
- << "Syntax:" << endl
- << " rtaudiotest [options]* enum" << endl
- << " - Display installed devices." << endl
- << " rtaudiotest [options]* inputtest <devicenum> [<filename>]" << endl
- << " - Capture audio to a .wav file." << endl
- << " rtaudiotest [options]* outputtest <devicenum>" << endl
- << " - Generate a test signal on the device.." << endl
- << " rtaudiotest [options]* duplextest <inputDevicenum> <outputdevicenum>" << endl
- << " - Echo input to output." << endl
-
- << "Options:" << endl
- << " -h -? Display this message." << endl
- << " -dsound Use DirectX drivers." << endl
- << " -asio Use ASIO drivers." << endl
- << " -buffers N Use N buffers." << endl
- << " -size N Use buffers of size N." << endl
- << " -srate N Use a sample-rate of N (defaults to 44100)." << endl
- << " -channels N Use N channels (defaults to 2)." << endl
- << " -seconds N Run the test for N seconds (default 5)." << endl
- << "Description: " << endl
- << " RtAudio is a command-line utility that allows users to enumerate " << endl
- << " installed devices, and to test input, output and duplex operation " << endl
- << " of RtAudio devices with various buffer and buffer-size " << endl
- << " configurations." << endl
- << "Examples:" << endl
- << " rtaudio -asio enum" << endl
- << " rtaudio -dsound -buffers 4 -size 128 -seconds 3 inputtest 0 test.wav" << endl
- ;
-
-}
-
-void EnumerateDevices(RtAudio::RtAudioApi api)
-{
- RtAudio rt(api);
- for (int i = 1; i <= rt.getDeviceCount(); ++i)
- {
- RtAudioDeviceInfo info = rt.getDeviceInfo(i);
- cout << "Device " << i << ": " << info.name << endl;
- }
-}
-
-struct TestConfiguration
-{
- long srate;
- int channels;
- int bufferSize;
- int buffers;
- int seconds;
-};
-
-
-bool DisplayStats(RtAudio::RtAudioApi api)
-{
-#ifdef __WINDOWS_DS__
- // Display latency results for Windows DSound drivers.
- if (api == RtAudio::WINDOWS_DS)
- {
- RtApiDs::RtDsStatistics s = RtApiDs::getDsStatistics();
-
- cout << " Latency: " << s.latency*1000.0 << "ms" << endl;
- if (s.inputFrameSize)
- {
- cout << " Read overruns: " << s.numberOfReadOverruns << endl;
- }
- if (s.outputFrameSize)
- {
- cout << " Write underruns: " << s.numberOfWriteUnderruns << endl;
- }
-
- if (s.inputFrameSize)
- {
- cout << " Read lead time in sample frames (device): " << s.readDeviceSafeLeadBytes/ s.inputFrameSize << endl;
- }
- if (s.outputFrameSize)
- {
- cout << " Write lead time in sample frames (device): " << s.writeDeviceSafeLeadBytes / s.outputFrameSize << endl;
- cout << " Write lead time in sample frames (buffer): " << s.writeDeviceBufferLeadBytes / s.outputFrameSize << endl;
-
- }
-
- }
-#endif
- return true;
-}
-
-void InputTest( RtAudio::RtAudioApi api,
- int inputDevice,
- const std::string &fileName,
- TestConfiguration &configuration )
-{
- RtAudio rt(api);
-
- int bufferSize = configuration.bufferSize;
-
- RtAudioDeviceInfo info = rt.getDeviceInfo(inputDevice);
- cout << "Reading from device " << inputDevice << " (" << info.name << ")\n";
-
- rt.openStream(0,0,inputDevice,configuration.channels, RTAUDIO_SINT16, configuration.srate,&bufferSize,configuration.buffers);
- if (bufferSize != configuration.bufferSize)
- {
- cout << "The buffer size was changed to " << bufferSize << " by the device." << endl;
- configuration.bufferSize = bufferSize;
-
- }
-
- int nTicks = (int)ceil((configuration.srate* configuration.seconds)*1.0/configuration.bufferSize);
-
- if (fileName.length() == 0)
- {
- // just run the stream.
- rt.startStream();
- for (int i = 0; i < nTicks; ++i)
- {
- rt.tickStream();
- }
- rt.stopStream();
- } else
- {
- if (configuration.seconds > 10) {
- throw CommandLineException("Capture of more than 10 seconds of data is not supported.");
- }
- std::vector<short> data;
- // we could be smarter, but the point here is to capture data without interfering with the stream.
- // File writes while ticking the stream is not cool.
- data.resize(nTicks*configuration.bufferSize*configuration.channels); // potentially very big. That's why we restrict capture to 10 seconds.
- short *pData = &data[0];
-
- rt.startStream();
- int i;
- for (i = 0; i < nTicks; ++i)
- {
- rt.tickStream();
- short *streamBuffer = (short*)rt.getStreamBuffer();
- for (int samples = 0; samples < configuration.bufferSize; ++samples)
- {
- for (int channel = 0; channel < configuration.channels; ++channel)
- {
- *pData ++ = *streamBuffer++;
- }
- }
- }
- rt.stopStream();
- remove(fileName.c_str());
- FileWvOut wvOut;
- wvOut.openFile( fileName.c_str(), configuration.channels, FileWrite::FILE_WAV );
-
- StkFrames frame(1,configuration.channels,false);
- pData = &data[0];
-
- for (i = 0; i < nTicks; ++i) {
- for (int samples = 0; samples < configuration.bufferSize; ++samples) {
- for (int channel = 0; channel < configuration.channels; ++channel) {
- frame[channel] = (float)( *pData++*( 1.0 / 32768.0 ) );
- }
- wvOut.tickFrame(frame);
- }
- }
- wvOut.closeFile();
- }
- rt.closeStream();
-
- if (DisplayStats(api)) {
- cout << "Test succeeded." << endl;
- }
-}
-
-void OutputTest( RtAudio::RtAudioApi api,
- int outputDevice,
- TestConfiguration &configuration )
-{
- RtAudio rt(api);
- int bufferSize = configuration.bufferSize;
-
- RtAudioDeviceInfo info = rt.getDeviceInfo(outputDevice);
- cout << "Writing to " << info.name << "...\n";
-
- rt.openStream(outputDevice,configuration.channels, 0,0, RTAUDIO_SINT16, configuration.srate,&bufferSize,configuration.buffers);
- if (bufferSize != configuration.bufferSize) {
- cout << "The buffer size was changed to " << bufferSize << " by the device." << endl;
- configuration.bufferSize = bufferSize;
- }
-
- rt.startStream();
- short *pBuffer = (short*)rt.getStreamBuffer();
- int nTicks = (int)ceil((configuration.srate* configuration.seconds)*1.0/configuration.bufferSize);
-
- double phase = 0;
- double deltaPhase = 880.0/configuration.srate;
- for (int i = 0; i < nTicks; ++i) {
- short *p = pBuffer;
- for (int samp = 0; samp < configuration.bufferSize; ++samp) {
- short val = (short)(sin(phase)*(32768/4)); // sin()*0.25 magnitude. Audible, but not damaging to ears or speakers.
- phase += deltaPhase;
-
- for (int chan = 0; chan < configuration.channels; ++chan) {
- *p++ = val;
- }
- }
- rt.tickStream();
- }
- rt.stopStream();
- rt.closeStream();
-
- if ( DisplayStats(api) ) {
- cout << "Test succeeded." << endl;
- }
-}
-
-void DuplexTest( RtAudio::RtAudioApi api,
- int inputDevice,
- int outputDevice,
- TestConfiguration &configuration )
-{
- RtAudio rt(api);
- int bufferSize = configuration.bufferSize;
-
- RtAudioDeviceInfo info = rt.getDeviceInfo(inputDevice);
- cout << "Reading from " << info.name << ", " << endl;
- info = rt.getDeviceInfo(outputDevice);
- cout << "Writing to " << info.name << "..." << endl;
-
- rt.openStream(outputDevice,configuration.channels, inputDevice,configuration.channels, RTAUDIO_SINT16, configuration.srate,&bufferSize,configuration.buffers);
- if (bufferSize != configuration.bufferSize)
- {
- cout << "The buffer size was changed to " << bufferSize << " by the device." << endl;
- configuration.bufferSize = bufferSize;
- }
-
- rt.startStream();
- short *pBuffer = (short*)rt.getStreamBuffer();
- int nTicks = (int)ceil((configuration.srate* configuration.seconds)*1.0/configuration.bufferSize);
-
- for (int i = 0; i < nTicks; ++i) {
- rt.tickStream();
- }
- rt.stopStream();
- rt.closeStream();
-
- if ( DisplayStats(api) ) {
- cout << "Test succeeded." << endl;
- }
-}
-
-int main(int argc, char **argv)
-{
- try
- {
- CommandLine commandLine;
-
- TestConfiguration configuration;
- bool displayHelp;
- bool useDsound;
- bool useAsio;
-
- commandLine.AddOption("h",&displayHelp);
- commandLine.AddOption("?",&displayHelp);
- commandLine.AddOption("dsound",&useDsound);
- commandLine.AddOption("asio",&useAsio);
- commandLine.AddOption("srate",&configuration.srate,44100L);
- commandLine.AddOption("channels",&configuration.channels,2);
- commandLine.AddOption("seconds",&configuration.seconds,5);
- commandLine.AddOption("buffers",&configuration.buffers,2);
- commandLine.AddOption("size",&configuration.bufferSize,128);
-
- commandLine.ProcessCommandLine(argc,argv);
-
- if (displayHelp || commandLine.GetArguments().size() == 0)
- {
- DisplayHelp(cout);
- return 0;
- }
- if (useDsound)
- {
- rtApi = RtAudio::WINDOWS_DS;
- } else if (useAsio)
- {
- rtApi = RtAudio::WINDOWS_ASIO;
- } else {
- throw CommandLineException("Please specify an API to use: '-dsound', or '-asio'");
- }
-
- std::string testName;
- commandLine.GetArgument(0,&testName);
- if (testName == "enum")
- {
- EnumerateDevices(rtApi);
- } else if (testName == "inputtest")
- {
- int inputDevice;
- std::string fileName;
- commandLine.GetArgument(1,&inputDevice);
- if (commandLine.GetArguments().size() >= 2)
- {
- commandLine.GetArgument(2,&fileName);
- }
- InputTest(rtApi,inputDevice,fileName,configuration);
- } else if (testName == "outputtest")
- {
- int inputDevice;
- commandLine.GetArgument(1,&inputDevice);
- OutputTest(rtApi,inputDevice,configuration);
- } else if (testName == "duplextest")
- {
- int inputDevice;
- int outputDevice;
- commandLine.GetArgument(1,&inputDevice);
- commandLine.GetArgument(2,&outputDevice);
- DuplexTest(rtApi,inputDevice,outputDevice,configuration);
- } else {
- throw CommandLineException("Not a valid test name.");
- }
-
- } catch (CommandLineException &e)
- {
- cerr << e.what() << endl << endl;
- cerr << "Run 'rtaudiotest -h' to see the commandline syntax." << endl;
- return 3;
- } catch (RtError &e)
- {
- cerr << e.getMessage() << endl;
- return 3;
-
- } catch (std::exception &e)
- {
- cerr << "Error: " << e.what() << endl;
- return 3;
-
- }
- return 0;
-}
diff --git a/tests/Windows/rtaudiotest/rtaudiotest.dsp b/tests/Windows/rtaudiotest/rtaudiotest.dsp deleted file mode 100644 index 519756b..0000000 --- a/tests/Windows/rtaudiotest/rtaudiotest.dsp +++ /dev/null @@ -1,146 +0,0 @@ -# Microsoft Developer Studio Project File - Name="rtaudiotest" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=rtaudiotest - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "rtaudiotest.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "rtaudiotest.mak" CFG="rtaudiotest - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "rtaudiotest - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "rtaudiotest - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "rtaudiotest - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /Zi /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__LITTLE_ENDIAN__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib winmm.lib /nologo /subsystem:console /debug /machine:I386
-
-!ELSEIF "$(CFG)" == "rtaudiotest - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__LITTLE_ENDIAN__" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "rtaudiotest - Win32 Release"
-# Name "rtaudiotest - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\src\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\RtAudio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\rtaudiotest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdOpt.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\Stk.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\src\WvOut.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\include\RtAudio.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdOpt.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\Stk.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\WvOut.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
diff --git a/tests/Windows/rtaudiotest/rtaudiotest.dsw b/tests/Windows/rtaudiotest/rtaudiotest.dsw deleted file mode 100644 index eabbccd..0000000 --- a/tests/Windows/rtaudiotest/rtaudiotest.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "rtaudiotest"=".\rtaudiotest.dsp" - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/tests/Windows/twostreams.dsp b/tests/Windows/twostreams.dsp deleted file mode 100644 index 303de35..0000000 --- a/tests/Windows/twostreams.dsp +++ /dev/null @@ -1,158 +0,0 @@ -# Microsoft Developer Studio Project File - Name="twostreams" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=twostreams - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "twostreams.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "twostreams.mak" CFG="twostreams - Win32 Debug"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "twostreams - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "twostreams - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "twostreams - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /YX /FD /c
-# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib dsound.lib /nologo /subsystem:console /machine:I386
-
-!ELSEIF "$(CFG)" == "twostreams - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir ""
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "__WINDOWS_DS__" /D "__WINDOWS_ASIO__" /D "__RTAUDIO_DEBUG__" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 dsound.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "twostreams - Win32 Release"
-# Name "twostreams - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=..\twostreams.cpp
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=..\..\asio\asio.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrivers.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiodrvr.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiolist.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\asiosys.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\ginclude.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiodrv.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\asio\iasiothiscallresolver.h
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\RtAudio.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
|
