]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/openal_test2.cxx
cppbind: automatic conversion of SGReferenced derived pointers.
[simgear.git] / simgear / sound / openal_test2.cxx
index 13a62d63cef70448c570d624e2ebed303f366c46..43bd464d7708847d7d93dfd0c7d09ff879d256a7 100644 (file)
@@ -8,10 +8,12 @@
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/misc/sg_path.hxx>
+#include <simgear/timing/timestamp.hxx>
 
 #include "soundmgr_openal.hxx"
+#include "sample_group.hxx"
+#include "sample_openal.hxx"
 
-SGGeod pos = SGGeod::fromDeg(0,0);
 
 int main( int argc, char *argv[] ) {
     SGSampleGroup *sgr;
@@ -23,7 +25,6 @@ int main( int argc, char *argv[] ) {
     smgr->init();
     sgr = smgr->find("default", true);
     smgr->set_volume(0.9);
-    smgr->set_position( SGVec3d::fromGeod(pos), pos );
     smgr->activate();
 
     SGPath srcDir(SRC_DIR);
@@ -90,7 +91,7 @@ int main( int argc, char *argv[] ) {
     sgr->stop("sound1");
     sgr->stop("sound2");
     sgr->stop("sound3");
-    sleep(0.5);
+    SGTimeStamp::sleepForMSec(500);
     smgr->update(0.5);
     sgr->stop("sound4");
     sgr->stop("sound5");