[audacity/f12/master] add patch to set the lower play at speed limit.

David Timms dtimms at fedoraproject.org
Tue Oct 5 09:15:45 UTC 2010


commit 55e07a442d710e9830ac0578ef90b122affb352f
Author: David Timms <iinet.net.au at dtimms>
Date:   Tue Oct 5 20:15:01 2010 +1100

    add patch to set the lower play at speed limit.

 audacity-1.3.12-fix-minimum-playspeed.patch |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/audacity-1.3.12-fix-minimum-playspeed.patch b/audacity-1.3.12-fix-minimum-playspeed.patch
new file mode 100644
index 0000000..39aab48
--- /dev/null
+++ b/audacity-1.3.12-fix-minimum-playspeed.patch
@@ -0,0 +1,12 @@
+diff -ur audacity-src-1.3.12-beta.orig/src/widgets/ASlider.cpp audacity-src-1.3.12-beta/src/widgets/ASlider.cpp
+--- audacity-src-1.3.12-beta.orig/src/widgets/ASlider.cpp	2010-03-30 22:28:31.000000000 +1100
++++ audacity-src-1.3.12-beta/src/widgets/ASlider.cpp	2010-10-04 19:22:25.000000000 +1100
+@@ -397,7 +397,7 @@
+       stepValue = STEP_CONTINUOUS;
+       break;
+    case SPEED_SLIDER:
+-      minValue = 0.01f;
++      minValue = 0.09f; // libsamplerate lower limit is 1/12
+       maxValue = 3.0f;
+       stepValue = STEP_CONTINUOUS;
+       break;


More information about the scm-commits mailing list