summaryrefslogtreecommitdiff
path: root/libs/rubberband/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rubberband/src/main.cpp')
-rw-r--r--libs/rubberband/src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/rubberband/src/main.cpp b/libs/rubberband/src/main.cpp
index 1c80696180..178685300b 100644
--- a/libs/rubberband/src/main.cpp
+++ b/libs/rubberband/src/main.cpp
@@ -495,7 +495,11 @@ int main(int argc, char **argv)
}
delete[] obf;
} else {
+#ifdef WIN32
+ RubberBand::usleep(10000);
+#else
usleep(10000);
+#endif
}
}