1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 09:39:42 +02:00

1409 Commits

Author SHA1 Message Date
v.audacity
6d3b524935 Rob's changes suggested on -devel 2012-11-11 00:08:05 +00:00
prlivesey
dfd675aca3 Added libresample back into the Audacity dependancy and linked library list
now that the top level configure file requires it by default.
2012-11-10 12:58:03 +00:00
v.audacity
3b8208c726 Gale's svn.diff patch for resample libs 2012-11-10 00:07:33 +00:00
windinthew
c551ad2d37 Fixing the other "explicity" typo 2012-11-05 18:17:40 +00:00
v.audacity
41b175e56b Fix typos per Gale's comments. 2012-11-05 06:06:58 +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
1625b87aab Rob's m4-patch 2012-11-03 23:17:50 +00:00
v.audacity
71737c538b Rob's m4-patch 2012-11-03 23:17:34 +00:00
v.audacity
2cc54642b4 Rob's m4-patch 2012-11-03 23:16:54 +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
windinthew
13c7562a7d Updated software translation by Xabier Aramendi 2012-11-01 22:19:59 +00:00
windinthew
17027b4825 Remove more items already done, and add links to relevant current documents 2012-11-01 19:30:13 +00:00
windinthew
256c487069 Updated software translation by Antonio 2012-10-31 20:01:12 +00:00
prlivesey
bd4ca7cac1 libsoxr no longer tries to install itself into /usr/local/lib. It's flagged "Do not install" 2012-10-29 23:07:27 +00:00
prlivesey
b4c58e8898 Removed libresample from the Audacity's dependancy list and no longer link against it. 2012-10-29 22:27:01 +00:00
prlivesey
26a45d87bf Initial attempt at getting libsoxr working.
Not a huge amount of testing but compiles and works for certain values of works.
2012-10-28 16:56:19 +00:00
v.audacity
e6bed80e12 Add USE_LIBRESAMPLE to this template. 2012-10-23 00:05:55 +00:00
windinthew
1f26f3fb9b make file executable 2012-10-21 06:47:09 +00:00
v.audacity
cda544a119 Upgrade to libsoxr 0.0.3. 2012-10-18 23:19:58 +00:00
windinthew
52e607f51e convert line endings to LF 2012-10-18 18:31:29 +00:00
windinthew
7b0e0e605a Updated to allow building of libsoxr 2012-10-17 04:58:34 +00:00
v.audacity
67fa958263 Make libsoxr build for Audacity on Linux. 2012-10-17 00:27:48 +00:00
v.audacity
a059da557d bug 589, comment #7 2012-10-15 03:34:31 +00:00
v.audacity
038c7c0c68 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:30:19 +00:00
v.audacity
4362d3b361 Make libsoxr build for Audacity on Linux and Windows. 2012-10-15 01:27:30 +00:00
v.audacity
6adf60e0d4 Rob Sykes mods to make libsoxr build for Audacity on Linux 2012-10-15 00:33:09 +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
2416f94980 Upgrade to libsoxr 0.0.2. 2012-10-12 23:54:03 +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
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
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
windinthew
4719a70809 Updated software translation by Martin Srebotnjak 2012-09-23 22:58:32 +00:00
v.audacity
a04c4594f1 Gale's image repairing size issue noted by Cristian Morales Vega 2012-09-05 01:09:31 +00:00
v.audacity
948f505a52 Cristian Morales Vega's audacity-implicit.patch 2012-09-05 00:58:09 +00:00