mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +02:00
Changes for 1.3.12 since March 1st
This commit is contained in:
parent
f4197d29e1
commit
393e7040ca
236
README.txt
236
README.txt
@ -64,8 +64,12 @@ Bug fixes for:
|
|||||||
|
|
||||||
* Imports and Exports:
|
* Imports and Exports:
|
||||||
* AAC files could not be exported at 48000 Hz
|
* AAC files could not be exported at 48000 Hz
|
||||||
|
* When importing multiple native file formats using FFmpeg, all
|
||||||
|
files after the first reverted to using the native importer
|
||||||
* FFmpeg custom export window too large on 800 x 600 resolution
|
* FFmpeg custom export window too large on 800 x 600 resolution
|
||||||
monitors
|
monitors
|
||||||
|
* Projects froze if files imported via On-Demand were no longer
|
||||||
|
available
|
||||||
* (Linux) WAV/AIFF exports were corrupted if overwriting an aliased
|
* (Linux) WAV/AIFF exports were corrupted if overwriting an aliased
|
||||||
file which had been imported using the command line
|
file which had been imported using the command line
|
||||||
|
|
||||||
@ -77,15 +81,21 @@ Bug fixes for:
|
|||||||
* Labels can now be reversed if included with the audio selection
|
* Labels can now be reversed if included with the audio selection
|
||||||
|
|
||||||
* Other bug fixes:
|
* Other bug fixes:
|
||||||
* Projects froze if files imported via On-Demand were no longer
|
* When using non-English languages, Generate effects truncated the
|
||||||
available
|
selected region
|
||||||
* Mice with high-precision scroll-wheels could cause a crash
|
* Mice with high-precision scroll-wheels could cause a crash
|
||||||
|
* Changing recording preferences using the Transport menu did
|
||||||
|
not update the menu in other open projects
|
||||||
* (Windows 7) Clicking in a file open or save dialog caused files or
|
* (Windows 7) Clicking in a file open or save dialog caused files or
|
||||||
folders to disappear from the list, and file filtering was broken
|
folders to disappear from the list, and file filtering was broken
|
||||||
|
|
||||||
Changes and improvements:
|
Changes and improvements:
|
||||||
|
|
||||||
|
* A hover tooltip is now provided if the Mixer Toolbar input selector
|
||||||
|
cannot control the system slider for the selected input.
|
||||||
* More intuitive behavior when moving and resizing labels by dragging
|
* More intuitive behavior when moving and resizing labels by dragging
|
||||||
|
* Support added for importing lists of files (LOF) containing relative
|
||||||
|
paths
|
||||||
* Export Multiple: new option to use a numerical prefix before existing
|
* Export Multiple: new option to use a numerical prefix before existing
|
||||||
label or track names; "Success" dialog now resizable
|
label or track names; "Success" dialog now resizable
|
||||||
* New Equalization preset "Inverse RIAA", with new button to invert
|
* New Equalization preset "Inverse RIAA", with new button to invert
|
||||||
@ -112,7 +122,11 @@ for details of any issues that have been identified after release of
|
|||||||
this version.
|
this version.
|
||||||
|
|
||||||
* Imports:
|
* Imports:
|
||||||
* On-Demand WAV/AIFF import not available if using the optional
|
* Even if the file filter in the File Open or Import window is set
|
||||||
|
to "FFmpeg-compatible files", native formats like WAV or MP3
|
||||||
|
still import using the native importer when using File > Recent
|
||||||
|
Files, dragging in or opening from a file manager program
|
||||||
|
* On-Demand WAV/AIFF import is not available if using the optional
|
||||||
FFmpeg importer (that is, if "FFmpeg-compatible files" set in
|
FFmpeg importer (that is, if "FFmpeg-compatible files" set in
|
||||||
the import dialog)
|
the import dialog)
|
||||||
* If a WAV/AIFF file is imported into a project using On-Demand
|
* If a WAV/AIFF file is imported into a project using On-Demand
|
||||||
@ -125,7 +139,12 @@ this version.
|
|||||||
file association to always use the Audacity Beta executable
|
file association to always use the Audacity Beta executable
|
||||||
to open the required file type, but it will not appear in
|
to open the required file type, but it will not appear in
|
||||||
the list accessed by the "Open With" context menu item
|
the list accessed by the "Open With" context menu item
|
||||||
whilst there is another "audacity.exe" on the computer.
|
whilst there is another "audacity.exe" on the computer
|
||||||
|
* (Mac) Files imported from iTunes may create invalid characters in
|
||||||
|
the .aup project file, which will cause an error at a stated line
|
||||||
|
when re-opening the .aup file. Workaround: open the .aup file in a
|
||||||
|
text editor and in the affected lines, remove everything except
|
||||||
|
a to z characters and whole numbers between the quotes in value=""
|
||||||
|
|
||||||
* Exports:
|
* Exports:
|
||||||
* Album art and lyrics in imported metadata lost when exporting
|
* Album art and lyrics in imported metadata lost when exporting
|
||||||
@ -142,9 +161,14 @@ this version.
|
|||||||
* Muting specific time-shifted mono tracks produces audio at wrong
|
* Muting specific time-shifted mono tracks produces audio at wrong
|
||||||
point on timeline in exported file if muted tracks are to left
|
point on timeline in exported file if muted tracks are to left
|
||||||
of unmuted
|
of unmuted
|
||||||
* (Windows) Exported "Comments" ID3 tag not recognised by Windows
|
* (Windows) Exported "Comments" ID3 tag not recognized by Windows
|
||||||
Media Player or Explorer
|
Media Player or Explorer
|
||||||
|
|
||||||
|
* The optional FFmpeg library is not automatically detected after
|
||||||
|
installation. Before importing or exporting using FFmpeg, you
|
||||||
|
will need to go the Libraries tab of Preferences and click "Locate"
|
||||||
|
in order to detect the installed library.
|
||||||
|
|
||||||
* Genre WAV info tag (IGNR) not supported due to limitation in
|
* Genre WAV info tag (IGNR) not supported due to limitation in
|
||||||
libsndfile
|
libsndfile
|
||||||
|
|
||||||
@ -157,24 +181,94 @@ this version.
|
|||||||
* Built-in Generate effects may create additional unwanted split lines
|
* Built-in Generate effects may create additional unwanted split lines
|
||||||
if generated inside an existing clip
|
if generated inside an existing clip
|
||||||
* Truncate Silence does not adjust clip boundaries inside the selection
|
* Truncate Silence does not adjust clip boundaries inside the selection
|
||||||
being truncated.
|
being truncated
|
||||||
* Truncate Silence may not give intuitive results on multiple tracks.
|
* Truncate Silence may not give intuitive results on multiple tracks
|
||||||
* Nyquist effects join separate clips together
|
* Nyquist effects join separate clips together
|
||||||
* LADSPA Multiband EQ (optional download) may not be visible in
|
* LADSPA Multiband EQ (optional download) may not be visible in
|
||||||
the Effect menu, or may crash in use
|
the Effect menu, or may crash in use
|
||||||
|
* (Windows) On a few Windows XP or 2000 machines, the background of the
|
||||||
|
Frequency Analysis graph is reported to be completely transparent, and
|
||||||
|
new spectrum plots are drawn underneath previous plots
|
||||||
|
* (Windows) VST plug-ins are not detected in the registry VSTPluginsPath
|
||||||
|
or in C:\Program Files\Steinberg\VSTPlugins
|
||||||
|
* (Windows) Visible scanning dialog may appear on every launch of Audacity
|
||||||
|
when no VST plug-ins are present
|
||||||
|
|
||||||
* Label tracks:
|
* Playback and Recording:
|
||||||
* Typing "j" or "k" in a label may activate the "move cursor"
|
* If you add an external audio device while Audacity is open, you
|
||||||
shortcut instead
|
must restart Audacity to enable it to recognize that device
|
||||||
* After adding a label at the playback position and confirming with
|
* Play-at-Speed slider: Change of playback speed is no longer automatic
|
||||||
ENTER, using an unmodified shortcut to stop or pause will not do
|
after you move the play-at-speed slider. To change speed, move the
|
||||||
so, but will write a label at the cursor position. Workaround:
|
slider, then click the green button to left of the slider to play at
|
||||||
use up arrow instead of ENTER to confirm the label.
|
the new speed.
|
||||||
|
* If playback scrolls, cursor jumps to start of scroll on stop, hiding
|
||||||
|
previously visible audio preceding the playback position
|
||||||
|
* Calculation of "disk space remains for recording (time)" incorrect
|
||||||
|
when recording in 24-bit quality. You may record for 50% longer
|
||||||
|
than the indicated time.
|
||||||
|
* (Windows Vista and 7) input sources such as microphone and line-in
|
||||||
|
must be selected in the Audacity Audio I/O Preferences, not the
|
||||||
|
Mixer Toolbar input selector
|
||||||
|
* (Windows Vista) If you change the input volume in Audacity and then
|
||||||
|
record, the volume is reset to its original level
|
||||||
|
* (Windows XP) The input slider and selector for inbuilt devices are
|
||||||
|
unavailable if a USB device is also connected
|
||||||
|
* (Windows) Timer Record cannot maintain scheduled duration if system
|
||||||
|
clock changes
|
||||||
|
* (Windows) Audacity is incompatible with some professional sound
|
||||||
|
cards and may crash if one of these cards is the default when you
|
||||||
|
open Audacity. Workaround: make a different sound card your
|
||||||
|
default when using Audacity, but please let us know if this affects
|
||||||
|
you so we can track down and solve the problem.
|
||||||
|
* (Linux) Audacity now supports interfacing with JACK, but this has
|
||||||
|
not been tested, and has a number of known reliability and usability
|
||||||
|
issues: patches to improve both will be welcomed
|
||||||
|
|
||||||
* Mixer Board:
|
* Mixer Board:
|
||||||
* The meter range does not reflect a change in the dB range meter
|
* The meter range does not reflect a change in the dB range meter
|
||||||
preferences until restart
|
preferences until restart
|
||||||
|
|
||||||
|
* Interface:
|
||||||
|
* Entering a backslash "\" in a file name when using File > Save Project
|
||||||
|
gives a "not writable or disk full" error, after which the menu item
|
||||||
|
cannot access the save dialog. Workaround: Use File > Save Project As
|
||||||
|
to enter another legal character.
|
||||||
|
* Dependencies dialog shows no warning if listed files no longer exist,
|
||||||
|
and may give a false "self-contained" indication if a longer waveform
|
||||||
|
has been edited down to a short selection
|
||||||
|
* Not all menu items are correctly enabled when the preference:
|
||||||
|
"Select all audio in project, if none selected" is checked
|
||||||
|
* A few interface elements do not change correctly after a language
|
||||||
|
change until restart
|
||||||
|
* Automatic Crash Recovery disregards track zoom level and position
|
||||||
|
* (Windows, Linux) File > Close performed on the last window does not by
|
||||||
|
default clear to an empty workspace. This ability can be enabled in
|
||||||
|
the Interface preferences, but then ALT + F4, window [X], Taskbar close
|
||||||
|
and system shutdown will not quit the application on closing the last
|
||||||
|
window. Only File > Exit will do so.
|
||||||
|
* (Linux) If Audacity is left open but without focus, its CPU use
|
||||||
|
will rise slowly until all available system CPU is consumed.
|
||||||
|
This is a bug in wxGTK 2.8.10 (not previous versions) which will
|
||||||
|
be fixed in wxGTK 2.8.11. See: http://trac.wxwidgets.org/ticket/11315
|
||||||
|
* (Linux) The OK button has focus on opening effects and other dialogs,
|
||||||
|
instead of fields for changing values. This is a bug in wxGTK. To
|
||||||
|
navigate the dialog, tab into it or click in it.
|
||||||
|
* (Linux) Custom FFmpeg Export dialog does not respond to ENTER after
|
||||||
|
clicking in the Formats or Codecs selector
|
||||||
|
|
||||||
|
* Label tracks:
|
||||||
|
* After adding a label at the playback position and confirming with
|
||||||
|
ENTER, using an unmodified shortcut to stop or pause will not do
|
||||||
|
so, but will write a label at the cursor position. Workaround:
|
||||||
|
use up arrow instead of ENTER to confirm the label.
|
||||||
|
* (Linux) In projects containing several hundred labels or more,
|
||||||
|
Audacity may appear to freeze on 100% CPU when performing effects
|
||||||
|
or other actions. Since this problem may affect only the first
|
||||||
|
label track in a project, you can work around it by adding an empty
|
||||||
|
first label track and then work on a second one.
|
||||||
|
* (Linux) Typing in a label while playing draws temporary spurious
|
||||||
|
lines at the playback position
|
||||||
|
|
||||||
* Accessibility:
|
* Accessibility:
|
||||||
* The following may not read correctly in screen readers:
|
* The following may not read correctly in screen readers:
|
||||||
Labels, cells in Label Editor, time values in Generate effects,
|
Labels, cells in Label Editor, time values in Generate effects,
|
||||||
@ -182,44 +276,12 @@ this version.
|
|||||||
* Toolbar buttons cannot be clicked on by using ENTER on the keyboard:
|
* Toolbar buttons cannot be clicked on by using ENTER on the keyboard:
|
||||||
ENTER navigates to the next button instead
|
ENTER navigates to the next button instead
|
||||||
|
|
||||||
* Entering a backslash "\" in a file name when using File > Save Project
|
|
||||||
gives a "not writable or disk full" error, after which the menu item
|
|
||||||
cannot access the save dialog. Workaround: Use File > Save Project As
|
|
||||||
to enter another legal character.
|
|
||||||
|
|
||||||
* Dependencies dialog shows no warning if listed files no longer exist,
|
|
||||||
and may give a false "self-contained" indication if a longer waveform
|
|
||||||
has been edited down to a short selection
|
|
||||||
|
|
||||||
* It is no longer possible to use Save Project or Save Project As to
|
* It is no longer possible to use Save Project or Save Project As to
|
||||||
overwrite another pre-existing project, even if that project is not
|
overwrite another pre-existing project, even if that project is not
|
||||||
in use. Functionality to overwrite a project not in use will be
|
in use. Functionality to overwrite a project not in use will be
|
||||||
restored in a future version of Audacity when we are sure it will
|
restored in a future version of Audacity when we are sure it will
|
||||||
always be safe.
|
always be safe.
|
||||||
|
|
||||||
* Play-at-Speed slider: Change of playback speed is no longer automatic
|
|
||||||
after you move the play-at-speed slider. To change speed, move the
|
|
||||||
slider, then click the green button to left of the slider to play at
|
|
||||||
the new speed.
|
|
||||||
|
|
||||||
* If playback scrolls, cursor jumps to start of scroll on stop, hiding
|
|
||||||
previously visible audio preceding the playback position
|
|
||||||
|
|
||||||
* Not all menu items correctly enabled when the preference:
|
|
||||||
"Select all audio in project, if none selected" is checked
|
|
||||||
|
|
||||||
* A few interface elements do not change correctly after a language
|
|
||||||
change until restart
|
|
||||||
|
|
||||||
* If you add an external audio device while Audacity is open, you
|
|
||||||
must restart Audacity to enable it to recognise that device
|
|
||||||
|
|
||||||
* Calculation of "disk space remains for recording (time)" incorrect
|
|
||||||
when recording in 24-bit quality. You may record for 50% longer
|
|
||||||
than the indicated time.
|
|
||||||
|
|
||||||
* Automatic Crash Recovery disregards track zoom level and position
|
|
||||||
|
|
||||||
* Projects created by Audacity 1.1.x or earlier are no longer
|
* Projects created by Audacity 1.1.x or earlier are no longer
|
||||||
supported. Workaround: Export each project track as WAV using the
|
supported. Workaround: Export each project track as WAV using the
|
||||||
appropriate legacy version of Audacity, then import the WAV files
|
appropriate legacy version of Audacity, then import the WAV files
|
||||||
@ -242,17 +304,17 @@ this version.
|
|||||||
Crash Recovery dialog
|
Crash Recovery dialog
|
||||||
* Projects crash when applying repeated effects towards
|
* Projects crash when applying repeated effects towards
|
||||||
the end of audio tracks^
|
the end of audio tracks^
|
||||||
|
* Typing "j" or "k" in a label may activate the "move cursor"
|
||||||
|
shortcut instead
|
||||||
* WAV or AIFF files freeze or crash Audacity on import
|
* WAV or AIFF files freeze or crash Audacity on import
|
||||||
* (Windows XP, reported on) Clicks during recording
|
* (Windows XP, reported on) Clicks during recording
|
||||||
* (Windows) Timer Record unreliable with recordings starting
|
* (Windows) Timer Record unreliable with recordings starting
|
||||||
before and ending after midnight
|
before and ending after midnight
|
||||||
* (Windows) On Vista and 7, and on XP with some USB microphones, the
|
* (Windows) On Vista and 7, and on XP with some USB devices, the
|
||||||
Audacity input/output level sliders act independently of/incorrectly
|
Audacity input/output level sliders act independently of/incorrectly
|
||||||
with system level sliders:^
|
with system level sliders. The achieved recorded level may only
|
||||||
* The achieved recorded level only matches the level indicated on
|
match the level indicated on the Recording VU meter if the Audacity
|
||||||
the Recording VU meter if the Audacity input slider is at 100%
|
input slider is at 100%.^
|
||||||
* On Vista, adjusting the system level sliders then starting to
|
|
||||||
record may reset the system level sliders unless monitoring is on
|
|
||||||
* (Windows) Effects processing/waveform rendering after completion
|
* (Windows) Effects processing/waveform rendering after completion
|
||||||
may be much slower than Audacity Beta 1.3.8
|
may be much slower than Audacity Beta 1.3.8
|
||||||
* (Mac OS X 10.5.8 PPC) Hang when scanning for VST effects on first
|
* (Mac OS X 10.5.8 PPC) Hang when scanning for VST effects on first
|
||||||
@ -262,57 +324,21 @@ this version.
|
|||||||
second file of any size leads to locked GUI/console messages
|
second file of any size leads to locked GUI/console messages
|
||||||
until first file completes play
|
until first file completes play
|
||||||
|
|
||||||
* (Windows XP) The input slider and selector for inbuilt devices are
|
* Miscellaneous platform-specific issues:
|
||||||
unavailable if a USB device is also connected
|
* (Windows 7) On launching Audacity, "Runtime Error Program:(location)
|
||||||
|
R6034" occurs. Workaround: Right-click over audacity.exe > Properties
|
||||||
* (Windows 7) On launching Audacity, "Runtime Error Program:(location)
|
and change compatibility mode to Vista SP2 or XP SP3.
|
||||||
R6034" occurs. Workaround: Right-click over audacity.exe > Properties
|
* (Mac OS X) Very occasionally, users may find that recording causes
|
||||||
and change compatibility mode to Vista SP2 or XP SP3.
|
"error opening sound device", or that after running Audacity, other
|
||||||
|
media players don't produce any sound, or crash: to resolve this,
|
||||||
* (Windows) Visible scanning dialog appears on every launch of Audacity
|
set up your sound device in Apple Audio MIDI Setup to work in stereo,
|
||||||
when no VST plug-ins are present
|
16-bit, with a sample rate of 44100 Hz or 48000 Hz, and set the
|
||||||
|
sample format and rate identically in Audacity. More help at:
|
||||||
* (Windows) On Vista and 7, input sources such as microphone and line-in
|
http://audacityteam.org/forum/viewtopic.php?f=17&t=5064
|
||||||
must be selected in the Audacity Audio I/O Preferences, not the
|
* (Mac OS X) If using Audacity when the "Hear" audio plug-in is
|
||||||
Mixer Toolbar input selector
|
running (or has been since boot), there will be excessive memory
|
||||||
|
usage which could cause a crash: appears to be due to buggy
|
||||||
* (Windows) Timer Record cannot maintain scheduled duration if system
|
memory allocation in "Hear"
|
||||||
clock changes
|
|
||||||
|
|
||||||
* (Windows) Audacity is incompatible with some professional sound
|
|
||||||
cards and may crash if one of these cards is the default when you
|
|
||||||
open Audacity: as a workaround, make a different sound card your
|
|
||||||
default when using Audacity, but please let us know if this affects
|
|
||||||
you so we can track down and solve the problem
|
|
||||||
|
|
||||||
* (Mac OS X) Very occasionally, users may find that recording causes
|
|
||||||
"error opening sound device", or that after running Audacity, other
|
|
||||||
media players don't produce any sound, or crash:to resolve this,
|
|
||||||
set up your sound device in Apple Audio MIDI Setup to work in stereo,
|
|
||||||
16-bit, with a sample rate of 44100 Hz or 48000 Hz, and set the
|
|
||||||
sample format and rate identically in Audacity. More help at:
|
|
||||||
http://audacityteam.org/forum/viewtopic.php?f=17&t=5064
|
|
||||||
|
|
||||||
* (Mac OS X) If using Audacity when the "Hear" audio plug-in is
|
|
||||||
running (or has been since boot), there will be excessive memory
|
|
||||||
usage which could cause a crash: appears to be due to buggy
|
|
||||||
memory allocation in "Hear"
|
|
||||||
|
|
||||||
* (Linux) If Audacity is left open but without focus, its CPU use
|
|
||||||
will rise slowly until all available the system CPU is consumed.
|
|
||||||
This is a bug in wxGTK 2.8.10 (not previous versions) which will
|
|
||||||
be fixed in wxGTK 2.8.11. See: http://trac.wxwidgets.org/ticket/11315
|
|
||||||
|
|
||||||
* (Linux) The OK button has focus on opening effects and other dialogs,
|
|
||||||
instead of fields for changing values. This is a bug in wxGTK. To
|
|
||||||
navigate the dialog, tab into it or click in it.
|
|
||||||
|
|
||||||
* (Linux) Audacity now supports interfacing with JACK, but this has
|
|
||||||
not been tested, and has a number of known reliability and usability
|
|
||||||
issues: patches to improve both will be welcomed
|
|
||||||
|
|
||||||
* (Linux) Custom FFmpeg Export dialog does not respond to ENTER after
|
|
||||||
clicking in the Formats or Codecs selector
|
|
||||||
|
|
||||||
Also note the Windows installer will not replace 1.2.x installations,
|
Also note the Windows installer will not replace 1.2.x installations,
|
||||||
but will install alongside them.
|
but will install alongside them.
|
||||||
@ -1755,4 +1781,4 @@ New libraries in Audacity 1.1:
|
|||||||
* libmad for fast MP3 importing
|
* libmad for fast MP3 importing
|
||||||
* libid3tag for editing MP3 file information
|
* libid3tag for editing MP3 file information
|
||||||
* libsndfile to read and write more audio file formats
|
* libsndfile to read and write more audio file formats
|
||||||
* PortAudio for cross-platform audio playing and recording
|
* PortAudio for cross-platform audio playing and recording
|
Loading…
x
Reference in New Issue
Block a user