mchinen
3dd37349fc
add on demand preference to library pane
2012-06-01 06:11:15 +00:00
mchinen
816b58bc08
integrate OD FFmpeg to work with multiple formats, including wav
...
also move streamContext to ffmpeg.h to allow for refactoring of import code
2012-06-01 06:11:07 +00:00
mchinen
8cb2a38fbe
restore build for EXPERIMENTAL_OD_FFMPEG
...
EXPERIMENTAL_OD_FFMPEG is still commented out
2012-06-01 06:11:01 +00:00
windinthew
3da8cabc4d
updated software translation from Yuri Chornoivan.
2012-05-31 04:56:31 +00:00
windinthew
7dd545fc4d
Updated software translation from Andreas
2012-05-29 23:17:01 +00:00
richardash1981
627f4dd757
add support for Nyquist effects in Chains, written by Leyland and Martyn based on an idea by Edgar
2012-05-26 20:25:13 +00:00
mchinen
15fb587eb1
Fix Bug 448 (P2) - WAV export corrupt if imported file has metadata after data (edit)
...
Applies patch from libsndfile 1.2.25 on the git repo.
src/strings.c : Fix handling of SF_STR_SOFTWARE that resulted in a segfault.
FYI, The commit has the following properties
commit 386af45517724a1b10a790899c8c4ec2c4b161af
Author: Erik de Castro Lopo <erikd@mega-nerd.com>
Date: Fri Mar 25 19:12:24 2011 +1100
src/strings.c : Fix handling of SF_STR_SOFTWARE that resulted in a segfault.
Also, there is another patch that may relate to bug 448 that deals with the same code:
Since I am not sure if that is needed or not, I will just note it for now, and this commit will only contain one patch:
commit 7194d455dbf9b4927057eacd443800d24ec40a19
Author: Erik de Castro Lopo <erikd@mega-nerd.com>
Date: Tue Jun 28 18:22:12 2011 +1000
src/strings.c : Clean up and refactor storage of SF_STR_SOFTWARE.
Because these are already in the next version of libsndfile I don't see a reason to note the patches
2012-05-24 08:45:22 +00:00
mchinen
9a621647be
Fix Bug 504 (P2) - PPC Macs crash importing MP3 files with "guess_file_type" error
...
in id3.c: psf->fileoffset is a sf_count_t, which is int64_t, which is
larger than size_t on a G4 PPC.
Since psf_binheader_readf expects that argument to be the smaller
size_t, it ends up seeking over and over to the zero position since
the larger bits of the variable are all zeros.
Patch simply casts to size_t.
Patch sent upstream as well.
2012-05-24 01:04:14 +00:00
mchinen
a6d9f24804
Fix Bug 489 (P2) - Read Directly uncompressed audio produces incorrect Normalize in Chains. Wait until OD is finished before starting analysis.
2012-05-23 23:02:25 +00:00
mchinen
5036316758
Fix Bug 508 (P2) - Chains: Chain removed even if you say No to prompt.
2012-05-23 18:52:52 +00:00
windinthew
a2c8584446
Updated by Thomas.
2012-05-20 19:13:55 +00:00
martynshaw99
95037c7b07
Correct bug when just doing dc offset. Improve messages.
2012-05-19 20:30:57 +00:00
windinthew
96eff824d7
Add missing ellipsis for "Edit Labels".
2012-05-18 08:11:24 +00:00
martynshaw99
6ae1c7855e
Messages about what is going on.
...
Resizing the ProgressDialog so one can see them.
2012-05-17 00:17:51 +00:00
martynshaw99
88d10d887a
Obeying the specs., thanks to Taihei Monma for the patch.
...
Untested by me.
2012-05-10 22:41:28 +00:00
windinthew
2ccfc1ad6c
Added access keys for Track Drop-Down menus as suggested by David Bailes
...
on audacity4blind list (tested on Windows).
2012-05-10 09:09:49 +00:00
windinthew
26e29d270c
Better text for what Ctrl-Wheel-Rotate does.
2012-05-08 06:25:56 +00:00
james.k.crook@gmail.com
0a53820106
Fix for ruler elements disappearing at high zoom beyond time 5:57:54.84.
2012-05-06 17:47:52 +00:00
martynshaw99
2fa98d3c16
Add missing header
2012-05-06 14:27:55 +00:00
james.k.crook@gmail.com
4dc68db335
Fix problem with waveform disappearing when zooming in using mouse wheel. Aligns audio right with mouse position, if mouse position is to right of audio right.
2012-05-06 11:50:29 +00:00
martynshaw99
dfcda8dfaf
Spelling corrections.
2012-05-05 22:09:21 +00:00
martynshaw99
f8c81d332a
Fix summary values for edge cases when overall signal does not straddle zero line.
2012-05-05 21:45:50 +00:00
james.k.crook@gmail.com
e4e9549a95
Restored previous behaviour. Mouse wheel based zooming now different from button based zooming again.
2012-05-05 21:06:19 +00:00
martynshaw99
2268f6f1e9
Fix summary values for edge cases when overall signal does not straddle zero line.
2012-05-05 20:57:50 +00:00
james.k.crook@gmail.com
f98809817d
Fixed bug in zoom-to-selection, where it would not work if the selection was 'beyond the end of time'.
2012-05-05 18:41:48 +00:00
james.k.crook@gmail.com
5a8a515235
Fix Bug 375 (P3): Can now drag a clip to a new track, even if it is the selection.
2012-05-05 15:27:51 +00:00
james.k.crook@gmail.com
30a7876593
Ctrl-Wheel Zooming now behaves like zoom buttons, so we don't zoom into empty space.
2012-05-04 11:47:29 +00:00
martynshaw99
52bc3fa8f7
Improving Progress bar messages to reflect what's actually happening
2012-05-03 22:28:58 +00:00
martynshaw99
ebf54adaab
Apply patch for bug 495, taking proper account of max, min and offsets of both tracks of a stereo pair.
2012-05-03 21:54:18 +00:00
martynshaw99
68e2d00f9b
Restore default behaviour if no clips found to pre-r11704 status, whilst still get proper max and min for severely-offset waveforms.
2012-05-02 21:37:45 +00:00
windinthew
4e7769ce79
Couple of strings updated.
2012-05-01 18:22:48 +00:00
windinthew
c88baaa5e6
Translation brought up-to-date by Lukasz Wojnilowicz.
2012-04-30 18:32:56 +00:00
windinthew
8a163d9fc9
Fuzzy strings translated by Michele Giacomoli.
2012-04-30 18:08:57 +00:00
windinthew
2bef7b8d8f
Replacing translated strings which "dropped out" in r11422 and updated from latest audacity.pot.
2012-04-30 06:51:46 +00:00
windinthew
fc185055b6
updated software translation from Thomas Breinstrup.
2012-04-29 21:12:35 +00:00
james.k.crook@gmail.com
dee908b31e
Saner sample rate (in comment).
2012-04-28 21:09:07 +00:00
windinthew
62954f1e79
updated software translation from Atsushi YOSHIDA.
2012-04-28 19:46:41 +00:00
james.k.crook@gmail.com
66c6d8f570
More internationalisation hints.
2012-04-28 18:17:38 +00:00
james.k.crook@gmail.com
f34863833b
i18n-hint for Grabber.
2012-04-28 17:33:28 +00:00
james.k.crook@gmail.com
a41a447fdc
Hide translatable strings in unused (#ifdeffed out) code.
2012-04-28 17:18:51 +00:00
v.audacity
03dbeb2aaf
Use American spelling conventions in GUI, per policy and convention.
2012-04-27 22:27:40 +00:00
martynshaw99
758a8f65e6
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
2012-04-26 22:57:04 +00:00
v.audacity
08b68fd96a
Use American spelling conventions in GUI, per policy and convention.
2012-04-25 22:44:00 +00:00
v.audacity
3a5e4fbe3d
Remove effects/SpikeCleaner.o because SpikeCleaner code has been removed.
2012-04-25 22:04:44 +00:00
martynshaw99
09b003c056
Missing header, sorry.
2012-04-24 22:44:55 +00:00
martynshaw99
ffea5a2273
Addressing one of the problems reported with 'Normalise' if the offset is greater than the signal. Comments on other possible problems.
2012-04-23 23:39:36 +00:00
prlivesey
4f7e7a5993
Hopefully fixed the remaining problems with the .po files in the Xcode project.
2012-04-22 14:03:58 +00:00
prlivesey
bcd1ab364d
Removed all references to SpikeCleaner so project now builds.
2012-04-22 13:42:34 +00:00
james.k.crook@gmail.com
03202f9c98
Deleted SpikeCleaner.cpp and SpikeCleaner.h. If we want a better spike cleaner we'll (probably) start from a modified noise removal.
2012-04-19 09:06:43 +00:00
james.k.crook@gmail.com
445a6d943b
Oops, missed _('SpikeCleaner...') in header file. Now changed to no longer appear in .pot files.
2012-04-19 09:04:40 +00:00