1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

Updated for fixes for sample format conversion of aliased files, and dragging clips between tracks having different sample rates.

This commit is contained in:
windinthew 2012-03-03 21:13:20 +00:00
parent e47349a6f4
commit 3947b25b9f

View File

@ -49,7 +49,7 @@ License for more details.
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with this program (in a file called LICENSE.txt); if not, go along with this program (in a file called LICENSE.txt); if not, go
to http://www.gnu.org/copyleft/gpl.html or write to to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to
Free Software Foundation, Inc. Free Software Foundation, Inc.
59 Temple Place - Suite 330 59 Temple Place - Suite 330
@ -61,12 +61,17 @@ to http://www.gnu.org/copyleft/gpl.html or write to
Bug fixes for: Bug fixes for:
* Interface: (Windows) Removed a crash risk where shortcuts could be * Interface:
used to record or import in one project while importing or * Fixed playback speed and synchronization problems when dragging
exporting in another. clips or tracks between tracks having different sample rates.
* (Windows) Removed a crash risk where shortcuts could be
used to record or import in one project while importing or
exporting in another.
* Imports and Exports: * Imports and Exports:
* Fix a crash importing MP3 files that had duplicate metadata tags * Fixed crashes when changing the sample format of read-directly WAV
or AIFF files using the Track Drop-Down Menu.
* Fixed a crash importing MP3 files that had duplicate metadata tags
(this is a bug in current libsndfile which has been patched in (this is a bug in current libsndfile which has been patched in
Audacity; MP3 files mislabeled as WAV which have duplicate tags Audacity; MP3 files mislabeled as WAV which have duplicate tags
will still crash Audacity on Linux if Audacity has been compiled will still crash Audacity on Linux if Audacity has been compiled