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

Final update for 1.3.13 (Known Issues will be linked)

This commit is contained in:
windinthew 2011-04-04 23:11:12 +00:00
parent 41befb8b05
commit e73cd756d2

View File

@ -73,16 +73,29 @@ Bug fixes for:
or when applying repeated effects towards the end of audio tracks.
* (Windows) Some Unicode characters could not be typed into labels,
or caused a freeze using some input methods.
* (OS X) Crash when quitting an empty project window, or when closing the
main project window while a progress dialog was on screen.
* Numerous other interface fixes including Dependencies dialog,
Keyboard Preferences and spurious lines drawn on waveform.
* Imports and Exports:
* (Windows, OS X) Audacity's optional FFmpeg and LAME libraries were not
detected when other versions of those libraries existed on the system.
* Support added for later versions of the optional FFmpeg library up to
current FFmpeg HEAD. This should significantly improve FFmpeg support
on Linux. FFmpeg downloads for Windows and Mac updated to v0.6. This
fixes mono AAC files importing as stereo, though current 0.5 versions
of FFmpeg will still work.
* Both FFmpeg and LAME should now be properly detected even when other
versions of those libraries exist on the system.
* New warning (on by default) for importing uncompressed audio files.
Better error messages when read-directly uncompressed files are missing.
* Imported ID3v2 metadata tags were removed when exporting without the
Metadata Editor appearing (for example, when using an export command
in Chains). Note: As a result of this fix, ID3v1 tags must now be
written by exporting using (external program) and an installed LAME.
* U-Law/A-Law files with WAV headers now use the standard 18 byte fmt chunk,
so should now be recognised by most telephony applications.
* Variable bit rate MP3s exported using "MP3 Files" were larger than
necessary because using the bit reservoir was disabled.
* (OS X) Files imported from iTunes could create invalid characters in the
.aup project file, causing an error when re-opening the project. Note:
An error "reference to invalid character number" will still occur if
@ -97,43 +110,52 @@ Bug fixes for:
support for backslashes, double quotes and Unicode characters.
* (Windows and OS X) Processing of VST effects was substantially slower than
in previous versions of Audacity.
* (OS X 10.5 PPC) A first-time installation of Audacity Beta would hang
on launch if VST effects were detected.
* (Linux) Recordings made with the pulse device crashed or stalled when
using overdub and/or software playthrough.
* (Linux) Play-at-Speed crashed at 0.08 speed or lower if Audacity was
compiled with libsamplerate.
configured with libsamplerate.
Changes and Improvements:
* Control Toolbar renamed to Transport Toolbar.
* Device Toolbar (on by default) now contains all input and output device
choices, including host and recording channels. Input/output choices are
longer in Mixer Toolbar on Windows XP or some older operating systems.
no longer in Mixer Toolbar on Windows XP or some older operating systems.
New Transport > Rescan Audio Devices menu item to refresh the device list.
* New "Sync-Lock Tracks" feature (turned on in the Tracks menu) to allow
groups of audio and/or label tracks to retain synchronisation when the
track length changes.
* Equalization: New "Manage Curves" dialog for importing and exporting curves.
* Noise Removal: New "Sensitivity" slider and "Isolate Noise" choice.
* Noise Removal: New "Sensitivity" slider to adjust the noise threshold, and
new option to isolate noise.
* New "Extended Import" Preferences for specifying different importers to
open specific file extensions.
* Improved Automatic Crash Recovery with all project changes autosaved.
* Improved error reporting when read-directly imported files are missing.
* MIDI tracks can be vertically zoomed, time shifted and display bar lines.
* On Windows and Linux, the window Close button and other system close or
Note: the channel selection buttons are not available in 1.3.13.
* (Windows and Linux) The window Close button and other system close or
shutdown commands now quit on closing the last window. File > Close now
always clears to a new, empty project.
* (OS X) Simpler installer with top level "Audacity" folder.
* (OS X) Simpler installer with top-level "Auadacity" folder.
-------------------------------------------------------------------------------
3. Known Issues in 1.3.13 Beta:
Please see:
http://tinyurl.com/4fagk5m
For known issues at release of 1.3.13, please see:
http://wiki.audacityteam.org/wiki/Release_Notes_1.3.13#known
Please also check:
http://wiki.audacityteam.org/index.php?title=Known_Issues
for details of any issues that have been identified after release of
this version.
--------------------------------------------------------------------------------
-------------------------------------------------------------------------------
4. Source Code, Libraries and Additional Copyright Information