windinthew
fc4273a48d
Update from Yuri Chornoivan
2012-12-02 09:22:52 +00:00
v.audacity
107cb7d3b4
Rob Sykes says delete this line.
2012-12-01 01:05:29 +00:00
windinthew
5835d08000
Updated software translation by Xabier Aramendi
2012-11-30 19:56:05 +00:00
windinthew
9badacc674
Updated software translation by Kaya Zeren
2012-11-28 07:18:57 +00:00
martynshaw99
04510b1f81
Split tracks where the labels are, rather than joining the together.
2012-11-28 01:19:49 +00:00
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
v.audacity
77c4d7e10c
More documentation about resampler flags.
2012-11-27 00:22:14 +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
prlivesey
a908ace018
Added a second target to the project which builds Audacity
...
with libsamplerate rather than libresample.
Changes needed to ensure that libsamplerate builds a universal library correctly.
PPC version has not been checked.
2012-11-14 21:47:00 +00:00
windinthew
2b1ee193b3
More progress by Martin Srebotnjak
2012-11-14 19:13:54 +00:00
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