richardash1981
c1e09f4aa8
convert wxstring to C string before passing to printf, compile error on GCC and run-time crash for Visual C++
2012-11-27 21:44:05 +00:00
martynshaw99
c8bc60eff4
Fix bug #599 where we didn't do something sensible when somebody has a corrupt .xml EQ file.
...
Also improve the error message so they can see which file is corrupt.
2012-11-26 00:15:39 +00:00
martynshaw99
8b6a9ca3d7
LIBSAMPLERATE needs to update the factor each time. Thanks to Rob Sykes.
2012-11-20 00:16:58 +00:00
martynshaw99
4b9a934ab4
Set the 't' value to where we actually are in the stream, so that we calculate the right warpfactors, avoiding glitches.
2012-11-15 00:38:43 +00:00
v.audacity
c889930a0c
Make the base class set mMethod, so descendants don't need to duplicate that code.
2012-11-04 19:19:15 +00:00
v.audacity
29768c2489
Make ConstRateResample::ConstRateResample set mMethod, as each descendant class constructor should.
...
Add some missing calls to base class constructor.
2012-11-04 19:13:22 +00:00
v.audacity
17d33203c9
Rob's 3resamplers.patch
2012-11-04 19:03:22 +00:00
v.audacity
0adda738dc
Change libsoxr quality names.
2012-11-04 05:10:02 +00:00
v.audacity
ce9bd9fa90
I think this completes the refactoring for const-rate vs var-rate resampling.
2012-11-04 04:44:10 +00:00
v.audacity
88d2c85c15
Fix to build on Linux, and error in destructor.
2012-11-03 22:51:50 +00:00
v.audacity
5460b5c668
This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
...
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases.
Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure.
Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00
v.audacity
e6bed80e12
Add USE_LIBRESAMPLE to this template.
2012-10-23 00:05:55 +00:00
v.audacity
a059da557d
bug 589, comment #7
2012-10-15 03:34:31 +00:00
v.audacity
79ee7ac73b
David Bailes patch for bug 589
2012-10-13 23:48:44 +00:00
v.audacity
6182f9c33e
Fix typo in r11998
2012-10-13 22:55:07 +00:00
v.audacity
fd17ae3903
David Bailes patch for bug 577
2012-10-13 00:59:14 +00:00
v.audacity
a7df83f27d
Rob Sykes patch to make libsoxr build for Audacity
2012-10-13 00:15:12 +00:00
v.audacity
3cb679ccd8
David Bailes patch for bug 591
2012-10-11 01:45:33 +00:00
v.audacity
a30cc8930e
Gale Andrews fix for bug 338
2012-10-11 00:52:10 +00:00
v.audacity
85715cfdf1
David Bailes patch for bug 588
2012-10-11 00:49:06 +00:00
v.audacity
2727b932ed
David Bailes patch for bug 587
2012-10-11 00:43:32 +00:00
v.audacity
d91642da17
Convert default resampler from libresample to libsoxr.
2012-10-09 22:21:14 +00:00
v.audacity
79faef4192
Convert default resampler from libresample to libsoxr.
2012-10-09 02:57:19 +00:00
v.audacity
50fb9078cd
David Bailes patch for bug 575
2012-10-05 23:58:05 +00:00
v.audacity
532e9d9518
David Bailes patch for bug 33
2012-10-05 23:35:56 +00:00
v.audacity
b53669ad3d
toward bug 584
2012-10-05 23:00:56 +00:00
v.audacity
2692f213a8
fix for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
2012-09-04 23:59:13 +00:00
v.audacity
8067d61be0
fixes for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
2012-09-04 23:43:29 +00:00
v.audacity
99cd2d70bf
fix for bug 576 http://bugzilla.audacityteam.org/show_bug.cgi?id=576
2012-09-04 03:34:26 +00:00
windinthew
588d4c9895
Fix a capitalisation
2012-09-01 06:50:14 +00:00
v.audacity
b9d211e741
Gaurav Agarwal and Gale's patch for bug 237
2012-08-29 22:04:51 +00:00
v.audacity
f0112b57df
Benjamin Drung's disable-dynamic-ffmpeg-v3.patch for bug 233
2012-08-29 21:31:11 +00:00
v.audacity
e749dc7db9
Benjamin Drung's use-newer-ffmpeg-function-name.patch for bug 233
2012-08-29 21:29:21 +00:00
windinthew
308cef62ae
Add a few missing access keys
2012-08-29 06:27:51 +00:00
v.audacity
aa48655c3a
Increment to 2.0.3.
2012-08-24 20:58:41 +00:00
v.audacity
05daaf4767
Gale says this has problems on Linux, per bug 393 thread. Revert for 2.0.2.
2012-08-21 02:53:46 +00:00
v.audacity
8c3b10ff29
Per http://bugzilla.audacityteam.org/show_bug.cgi?id=62#c0 , change "UnMute" (not a word in English) to "Unmute".
2012-08-20 23:04:02 +00:00
v.audacity
4df73699fc
fix to bug 393, from patch submitted by Chandranshu Garg
2012-08-20 21:55:45 +00:00
v.audacity
17bb48d682
consistency about parentheses (I love 'em!)
2012-08-20 21:46:12 +00:00
v.audacity
0e287db4c9
Turns out the failsafe I added yesterday in r11929 was the correct solution to bug 367. This commit just adjusts the comments.
...
This also has the fix for bug 232, derived from the patch by Gaurav Agarwal.
Also changed several lingering "linking" comments to "sync-lock", the agreed on current terminology.
2012-08-20 20:26:42 +00:00
v.audacity
5fa7f198d2
Benjamin Drung's patch 6 ( http://bugzilla.audacityteam.org/attachment.cgi?id=310 ) for http://bugzilla.audacityteam.org/show_bug.cgi?id=483
2012-08-20 03:50:19 +00:00
v.audacity
bd55ab0ff0
failsafe against crash per http://bugzilla.audacityteam.org/show_bug.cgi?id=367#c12
2012-08-20 03:08:15 +00:00
v.audacity
dc2d11b1d6
Fix bug 507, per patch from Chandranshu Garg.
2012-08-17 00:04:57 +00:00
v.audacity
da08f1ea12
Fix bug 181.
2012-08-16 23:41:09 +00:00
v.audacity
4ec4e06ab2
Specify a min width for Meter Toolbar, set to the previous initial value.
2012-08-10 01:41:01 +00:00
v.audacity
b1bf428ef9
grammar
2012-08-09 02:25:13 +00:00
v.audacity
89e3755c58
Release Process step 3.1 for version 2.0.2
2012-08-08 18:04:09 +00:00
v.audacity
6f858be4c8
comment related to debugging bug 50
2012-08-08 02:49:06 +00:00
v.audacity
2dad036b58
Comment about bug I found in trying to figure out this code.
2012-08-07 23:37:53 +00:00
v.audacity
0baaa8d736
Widen Device and Meter Toolbars, to use the extra space created with r11889.
2012-08-07 23:34:06 +00:00