1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-27 01:28:38 +02:00

1774 Commits

Author SHA1 Message Date
v.audacity
6ffc5aca16 Leland's fix for range bounds with Windows Direct Sound 2013-01-14 07:05:20 +00:00
v.audacity
0056b56c24 Make credits consistent for different resamplers. 2013-01-14 05:00:00 +00:00
RichardAsh1981@gmail.com
6af29d0dd6 check exit status of make distclean. Change to xz compression as per patch from Benjamin Drung 2013-01-13 22:32:34 +00:00
RichardAsh1981@gmail.com
f28ee91081 remove various old cruft which will not be re-used, and sort out the three-way choice between resampling algorithms in the order 1. libsoxr, 2. libsamplerate, 3. libresample under all cases. Re-generate configure with all the changes in. 2013-01-13 22:31:50 +00:00
RichardAsh1981@gmail.com
848eb2dc15 Allow a consistent and coherent choice of sample rate conversion library: any one of the three (or none) to be used, on it's own, no mixtures permitted. 2013-01-13 22:31:43 +00:00
RichardAsh1981@gmail.com
2dea45f5b0 structure like other macros, document what the if false clause does 2013-01-13 20:20:52 +00:00
RichardAsh1981@gmail.com
5791d560e4 run autoheader to regenerate file 2013-01-13 20:19:42 +00:00
RichardAsh1981@gmail.com
7ef6c92762 always do sub-configure - that way madness lies. Try and make the help output both correct and consistent 2013-01-13 20:18:41 +00:00
RichardAsh1981@gmail.com
d0abe90304 document (for autoheader) the preprocessor definition for LAME compile-time linkage 2013-01-13 20:16:06 +00:00
windinthew
7de1a13772 updated configure file after r12164 2013-01-13 14:49:03 +00:00
windinthew
19ddc34cf3 Rob Sykes patch make libsoxr default var-rate resampler 2013-01-13 14:42:09 +00:00
v.audacity
ed01546ee9 David Bailes's fix for bug 577 2013-01-13 05:41:04 +00:00
v.audacity
fe97387bd8 Leland's patch for Win Vista or greater detection 2013-01-13 05:26:15 +00:00
martynshaw99
2dca704213 Better fix for bug 604, not losing the repaired track. 2013-01-12 22:17:41 +00:00
windinthew
aac65490f9 fix typo in comment 2013-01-12 08:21:40 +00:00
windinthew
891d22bdcf update by Xabier Aramendi 2013-01-12 08:19:23 +00:00
windinthew
d2ed0e998c Update by Pavel Fric 2013-01-12 08:14:52 +00:00
v.audacity
a803749d3b Failsafe against bug 604. (Does not fix the cause, just prevents crash.)
Fix some indentation errors.
2013-01-12 05:38:34 +00:00
v.audacity
706fa2d785 Further simplify an alert, per discussion on bug 428. 2013-01-12 00:56:31 +00:00
v.audacity
8be4c041f9 Rename libsoxr "Basic Quality" to "Medium Quality". 2013-01-12 00:10:37 +00:00
windinthew
781b8d440a libsxor version appears to be 0.0.5 as at r12071 2013-01-11 07:06:13 +00:00
windinthew
9f618282fe Rob Sykes patch to support builds with a system lib 2013-01-11 06:18:23 +00:00
windinthew
a9fac9b634 Update by Thomas de Rocker 2013-01-11 05:08:09 +00:00
windinthew
8f4a2f1d18 Update by Kaya Zeren 2013-01-11 04:57:24 +00:00
v.audacity
f80e64e568 Fix a copy-paste typo. 2013-01-11 01:21:59 +00:00
v.audacity
a08d0503be Rearchitect the class hierarchy a little because of a problem Rob Sykes noted to me off-list, where it was using the key and default prefs methods from the base class rather than the descendant, even when those methods were overridden in the descendant.
Also re-ordered and clarified several comments.
2013-01-11 00:13:48 +00:00
windinthew
884f3ef01d Remove unwanted empty 'catlinks' div that appears at bottom of the dumped Manual. 2013-01-10 14:27:55 +00:00
windinthew
6450fc4786 Edit Toolbar buttons named as "Trim Audio" and "Silence Audio" to match menu changes. 2013-01-10 02:43:43 +00:00
martynshaw99
d32b1893d3 Adding adjustable-fade.ny plug-in. 2013-01-10 01:59:47 +00:00
windinthew
79dfffaaf4 Better link to "Is Audacity really free? Why?" in the current FAQ in the released Manual (thanks to Martyn for spotting) 2013-01-10 01:21:47 +00:00
martynshaw99
f1156ce0d5 Preparation to release 2.0.3, from a 32-bit machine.
Also, sure that link is currently wrong in ...InfoBefore...
2013-01-10 00:36:27 +00:00
martynshaw99
e6fbc4be2c Add missing trailing 'seconds' 2013-01-08 23:52:13 +00:00
RichardAsh1981@gmail.com
0a14d4d822 commit Steve's patch to only be able to trim and silence audio, not anything else. Make the undo message more informative. 2013-01-08 20:03:35 +00:00
v.audacity
c7407ca9e0 slight further tweaks 2013-01-08 01:15:08 +00:00
v.audacity
fd14d9cfc0 slight adjustment to better distinguish caption from message 2013-01-08 00:57:15 +00:00
v.audacity
a35b11b340 Re-order the conditionals from Steve's patch for bugs 428 and 430, so that it doesn't check twice for all audio being muted, and does that check before checking for label issues. 2013-01-08 00:44:57 +00:00
v.audacity
eaca51bbef Gale's patch per Steve's suggested rewordings 2013-01-07 05:40:26 +00:00
v.audacity
1ef4eaf2d2 Gale's patch per Steve's suggested rewordings 2013-01-07 05:38:31 +00:00
v.audacity
f73f03aff4 Simplify messages. 2013-01-07 05:35:34 +00:00
RichardAsh1981@gmail.com
8d8e008b45 Patch by Maarten Baert for compatibility with project files from previous versions of Audacity, by re-scaling on load. Opening newer project files in older builds works but the time track gets messed up. This needs to be release noted. 2013-01-06 16:55:19 +00:00
richardash1981
f39454594b add documentation to these two functions as it's not that obvious exactly what they do 2013-01-05 16:36:14 +00:00
v.audacity
72825001f5 modified version of Steve's patch for bugs 428 and 430 2013-01-05 00:05:59 +00:00
windinthew
97677e1d9f New Croatian translation of software by Martin Bagiæ (still needs adding to Mac project) 2013-01-04 15:16:06 +00:00
prlivesey
7a63f59c6c Removed BassBoost.cpp and BassBoost.h from Xcode project file. 2013-01-04 10:08:09 +00:00
v.audacity
6e4c54de58 Deprecate BassBoost.* in favor of BassTreble.*. 2013-01-04 03:12:50 +00:00
v.audacity
56eabe24c6 Fix a few new compiler warnings. 2013-01-04 03:07:03 +00:00
martynshaw99
522aedbfcf Minor wording changes by Steve, to separate 'Save' from 'Export' 2013-01-03 23:59:00 +00:00
windinthew
8396b79f54 update by Xabier Aramendi 2013-01-02 23:59:36 +00:00
richardash1981
227ed95615 fix the device information listing to show the correct host name for the device being listed, not the currently selected Audacity preference. Expanded from patch by Leyland. 2013-01-02 16:07:01 +00:00
martynshaw99
7c318fece2 Add StudioFadeOut to vc project. 2013-01-01 22:30:16 +00:00