git-svn-id: https://svn.code.sf.net/p/freetel/code@486 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 22 May 2012 02:23:11 +0000 (02:23 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 22 May 2012 02:23:11 +0000 (02:23 +0000)
fdmdv2/notes/portaudio_notes.txt

index f5b795a0cb2a50aaa4d8f3da9ea3150a6480405a..6c657fcb500a3afd7dab5c7fb9cb6c217a28b026 100644 (file)
@@ -352,4 +352,54 @@ make[3]: Leaving directory `/p/Radio/portaudio/bindings/cpp'
 make[2]: Leaving directory `/p/Radio/portaudio/bindings/cpp'\r
 make[1]: Leaving directory `/p/Radio/portaudio'\r
   \r
+  \r
+Trying both Direct Sound & Asio at the same time dynamicly:\r
+============================================================\r
+$ ./configure  --with-winapi=directx  --with-dxdir=/p/Radio/dx7sdk --with-winapi=asio  --with-asiodir=/p/Radio/ASIOSDK2  --enable-c\r
+xx=yes --enable-shared=yes  --with-host_os=mingw\r
+\r
+Configuration summary:\r
+\r
+  Target ...................... i686-pc-mingw32\r
+  C++ bindings ................ yes\r
+  Debug output ................ no\r
+\r
+  WMME ........................ no\r
+  DSound ...................... no\r
+  ASIO ........................ yes (/p/Radio/ASIOSDK2)\r
+  WASAPI ...................... no\r
+  WDMKS ....................... no\r
+  \r
+Fail!  configures only the last specified API (ASIO)\r
+\r
+\r
+Trying just Dsound:\r
+============================================================\r
 \r
+moved the DirectX sdk into c:/bin/ms_dxsdk/\r
+then mapped /bin/ms_dxsdk to /dxsdkin msys's /etc/fstab file.\r
+moved sal.h from MSVC10/include into /dxsdk/include.\r
+then did:\r
+\r
+ ./configure --with-winapi=directx --with-dxdir=/dxsdk --enable-cxx=yes --enable-shared=yes  --with-host_os=mingw\r
+\r
+got:\r
\r
+Configuration summary:\r
+\r
+  Target ...................... i686-pc-mingw32\r
+  C++ bindings ................ yes\r
+  Debug output ................ no\r
+\r
+  WMME ........................ no\r
+  DSound ...................... yes (/dxsdk)\r
+  ASIO ........................ no\r
+  WASAPI ...................... no\r
+  WDMKS ....................... no\r
+\r
+and did: \r
+\r
+  make\r
+\r
+  Everything seemed to work! Finally!\r
+  \r