1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

472 Commits

Author SHA1 Message Date
martynshaw99
4c64a74b18 We don't ship modules at the moment. 2013-09-08 20:26:03 +00:00
v.audacity
6ec4568175 2.0.4 is released. Onward with 2.0.5! 2013-09-07 19:06:49 +00:00
martynshaw99
68b8d258db Clean up the folder/directory that we are installing to 2013-09-04 00:02:14 +00:00
martynshaw99
25a7868380 Update for 2.0.4 2013-08-31 21:40:45 +00:00
v.audacity
a2b17ac997 Turn WASAPI back on now that loopback code (only) is enabled. 2013-08-31 19:23:49 +00:00
james.k.crook@gmail.com
c686bdc3b7 Restored two files inadvertently changed in r12511 2013-08-31 14:55:08 +00:00
james.k.crook@gmail.com
ba187bbafc Bug 368: No longer look at plugins.cfg to decide whether to rescan. Just use the rescan preference. 2013-08-31 14:24:55 +00:00
v.audacity
9d87ecd13f Per off-list discussions with Gale about issues with WASAPI, turn it off, and turn on WDM/KS. 2013-08-08 23:11:43 +00:00
v.audacity
030d2450a8 Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling. 2013-08-04 01:58:54 +00:00
v.audacity
3d6c0d029f Make Windows installation consistently go to common access rather than user-specific, per forward from Buanzo of message feedback@ message from "Heath Parker". 2013-06-28 05:50:56 +00:00
v.audacity
6f01a9662b Remove mod-script-pipe from the solution. No modules should be in the .sln in TRUNK. 2013-06-08 02:24:23 +00:00
windinthew
55f1933a17 Remove SimplePairedTwoTrack.cpp and SimplePairedTwoTrack.h 2013-05-03 05:51:20 +00:00
v.audacity
5555c2db62 Rob Sykes's patch (considerably modified because of MSVC preprocessor problems) to add sox-based reverb 2013-05-02 23:41:27 +00:00
lllucius
3814ecbdd0 Add Jack support on Windows. 2013-02-27 03:38:58 +00:00
lllucius
548983fd02 Fix WASAPI state reporting and add WASAPI loopback support. 2013-02-27 02:17:21 +00:00
lllucius
8c93f13b1d Update build for portaudio r1885 2013-02-27 01:43:32 +00:00
v.audacity
cb08fdf4bd increments per http://wiki.audacityteam.org/wiki/Release_Process#Process step 11.2 2013-01-22 09:01:44 +00:00
windinthew
aac65490f9 fix typo in comment 2013-01-12 08:21:40 +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
windinthew
97677e1d9f New Croatian translation of software by Martin Bagiæ (still needs adding to Mac project) 2013-01-04 15:16:06 +00:00
martynshaw99
7c318fece2 Add StudioFadeOut to vc project. 2013-01-01 22:30:16 +00:00
windinthew
12d934e32e Replace BassBoost with Bass and Treble in Windows project 2013-01-01 09:35:41 +00:00
windinthew
0c29d5a06f Update to 2013 2013-01-01 09:33:23 +00:00
v.audacity
e73aefa5cf Update comments. 2013-01-01 01:35:25 +00:00
v.audacity
a6a4ab10c1 upgrade to var-rate resampling for libsoxr 2012-12-18 05:50:49 +00:00
v.audacity
1d7f0e15c5 upgrade to var-rate resampling for libsoxr 2012-12-17 06:48:11 +00:00
v.audacity
77c4d7e10c More documentation about resampler flags. 2012-11-27 00:22:14 +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
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
d0ec119dbf Config Mgr: Don't build locale or mod-script-pipe in standard configurations. 2012-10-11 00:25:02 +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
de3bf9610a Disable warning for apparently-intended conversion. 2012-10-09 02:51:03 +00:00
v.audacity
aa48655c3a Increment to 2.0.3. 2012-08-24 20:58:41 +00:00
v.audacity
27985d3631 Fix the comments about where to get MSVC redistributables. 2012-08-10 19:11:35 +00:00
v.audacity
e4b2e96d24 Update comments. This does not affect RC's. 2012-08-10 05:37:17 +00:00
v.audacity
02d6671594 Specify AppVersion as well, so it appears in the Add/Remove Programs entry, per request on feedback@audacityteam.org for compatibility with software like software-uptodate.de/cms/us/home.
Change default assumption to compiling the script on Win 7. I left in the Win XP and earlier lines, commented out, so it's easy to switch.
2012-08-10 01:16:47 +00:00
v.audacity
470898e035 update for 2.0.2 2012-08-09 00:18:47 +00:00
james.k.crook@gmail.com
0574c96a4c Start of module prefs. (work in progress). Linux will need the makefile updating. 2012-07-13 21:51:45 +00:00
v.audacity
9288cca4cf Version 2.0.1 is released. Increment to 2.0.2. 2012-06-30 20:42:32 +00:00
v.audacity
c3ab4576f2 Update Win installer maker script so it automatically makes the MinVersion requirement disallow ANSI systems. The way it was, the installer would go ahead and try to install on ANSI systems. 2012-06-23 23:12:43 +00:00
v.audacity
efaebf27fa Purge ANSI.
Also remove redundant (R) sign from main page in About dialog.
2012-06-23 02:28:04 +00:00
martynshaw99
67d41f1144 Add sample-data-export.ny into the build, so that it appears on the 'Analyze' menu (Win only). 2012-06-22 01:12:04 +00:00
martynshaw99
dd29bce63b Remove auto-help project building, since we should be looking at http://code.google.com/p/audacity for the latest (common) manual, and at http://wiki.audacityteam.org/wiki/Create_Local_Manual for how to get there 2012-06-14 00:35:52 +00:00
martynshaw99
22d591c119 Remove building 'help' in 'Unicode Debug', since it just slows us down. 2012-06-14 00:24:41 +00:00
martynshaw99
ba40f3d8b3 Enable building of PaulStretch effect on win 2012-06-10 22:45:47 +00:00
clayton.otey
87fb427603 TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
v.audacity
d1b231670b Delete obsolete installer scripts. 2012-04-05 23:52:57 +00:00