Use DS. windows
authorCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2019 21:56:47 +0000 (22:56 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 Apr 2019 21:56:47 +0000 (22:56 +0100)
tests/audioprobe.cpp

index 1b93908748e3d8dd8ed5d3484e8d39bd223504ea..684e14521123a4934f612591aadc4eda8e3ccbc6 100644 (file)
@@ -34,7 +34,7 @@ int main()
   for ( unsigned int i=0; i<apis.size(); i++ )
     std::cout << "  " << apiMap[ apis[i] ] << std::endl;
 
-  RtAudio audio;
+  RtAudio audio(RtAudio::WINDOWS_DS);
   RtAudio::DeviceInfo info;
 
   std::cout << "\nCurrent API: " << apiMap[ audio.getCurrentApi() ] << std::endl;