Go to file
Paul Licameli cc3c56818a Bug1744: Editing of linear frequency scale EQ curve should work 2017-09-09 22:51:14 -04:00
autotools Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
dox2-src CVS > SVN 2010-02-12 13:47:12 +00:00
help Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
images Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
include/audacity Effect parameter names containing '=' now work in chain editing... 2017-08-01 12:24:29 -04:00
lib-src Bug 1689: Fix MIDI devices not being found on linux 2017-07-20 09:41:15 -04:00
locale Make the (en) welcome window say it's a Beta test version, not alpha... 2017-09-01 21:44:44 -04:00
m4 Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
mac Copying of Audacity.sh not an intall-only step, for debug convenience 2017-07-27 13:56:27 -04:00
nyquist Fix for bug 1026 2015-06-19 14:15:59 +01:00
plug-ins Rename Nyquist plug-in debug button header 2017-05-30 20:43:50 +01:00
presets Added Low rolloff for speech preset for Eq effect 2016-02-15 16:15:00 +00:00
qa Added missing spaces between words munged together. Made it not specific to release candidate, because the tests can be run any time. Changed "Google Code" to "the Audacity code repository", for clarity and generality. 2013-10-25 21:14:04 +00:00
scripts Fixes to local-manual script Part 4. 2017-08-24 12:13:05 +01:00
src Bug1744: Editing of linear frequency scale EQ curve should work 2017-09-09 22:51:14 -04:00
tests Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
win Using audacity-fixes WxWidgets 2017-08-16 09:42:06 +01:00
.gitattributes Introduce end-of-line normalization 2016-05-17 01:05:05 +02:00
.gitignore Sync with DarkAudacity 2017-04-02 23:07:13 +01:00
.travis.yml Add Portmidi dependencies (libasound2-dev, alsa-utils, alsa-oss) to travis 2017-07-04 07:50:16 -04:00
ABOUT-NLS Regenerate autotools files by running autoreconf --no-recursive -i -f. 2013-11-20 03:03:34 +00:00
CHANGELOG.txt New CHANGELOG.txt and (Linux) INSTALL files 2017-06-12 21:42:42 +01:00
INSTALL No need for CXXFLAGS in ./configure anymore. 2017-07-24 20:35:21 +01:00
LICENSE.txt GPL v2 and CC BY 3.0 2017-03-19 13:59:19 +00:00
Makefile.am Update for Sample Data Import 2016-11-23 17:49:53 +00:00
Makefile.in Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
README.txt Remove changelog and compilation from README 2017-06-12 21:30:06 +01:00
appveyor.yml Update appveyor.yml 2017-06-30 23:54:37 -07:00
audacity.dox Audacity.dox version to 2.2.0 2017-07-28 20:09:35 +01:00
branches.txt Added .gitignore and branches.txt 2015-04-05 22:24:06 +01:00
configure Regenerate configure scripts and Makefile.in's 2017-07-04 07:50:16 -04:00
configure.ac Attempt to add the rest of the makefile for portmidi 2017-07-04 07:50:15 -04:00
po Add symlink from po/ to locale/. 2013-11-06 01:37:16 +00:00
todo.txt Remove more items already done, and add links to relevant current documents 2012-11-01 19:30:13 +00:00

README.txt

Audacity(R): free, open source, cross-platform audio software for 
multi-track recording and editing: http://www.audacityteam.org/ . 

User suppport is provided on Audacity Forum:
http://forum.audacityteam.org/ .

We welcome feedback on Audacity, suggestions for new or improved features, 
and bug reports at feedback@audacityteam.org .

Audacity is copyright (c) 1999-2017 by Audacity Team. This copyright 
notice applies to all documents in the Audacity source code archive, 
except as otherwise noted (mostly in the lib-src subdirectories). 
"Audacity" is a registered trademark of Dominic Mazzoni. 

The Audacity documentation is licensed under the Creative Commons
Attribution 3.0 license: http://creativecommons.org/licenses/by/3.0/legalcode .

Compilation instructions for Audacity are provided in the source code:
* Windows: win\compile.txt
* macOS: mac/Build.txt
* GNU/Linux: INSTALL . 

You can ask for help with compilation problems at:
http://forum.audacityteam.org/viewforum.php?f=19 .

If you want to suggest some simple text change in our code, please submit a 
pull request on https://github.com/audacity/audacity/pulls . It's usually 
best to discuss functional code changes with us first on audacity-devel: 
https://lists.sourceforge.net/lists/listinfo/audacity-devel . 


Version 2.1.3 

Contents of this README:

1.  Licensing
2.  Changes since version 2.1.2 
3.  Known Issues at Release
4.  Source Code, Libraries and Additional Copyright Information

--------------------------------------------------------------------------------

1. Licensing

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version. The program source code is also freely
available as per Section 4 of this README.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
License for more details.

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
to http://www.gnu.org/licenses/old-licenses/gpl-2.0.html or write to

  Free Software Foundation, Inc.
  59 Temple Place - Suite 330
  Boston, MA 02111-1307 USA


-------------------------------------------------------------------------------

2. Changes since version 2.1.2: 

Changes and Improvements:
   
 * Interface:  
   * (macOS) Support for horizontal scroll on Magic Mouse / Trackpad and for
     Trackpad pinch/expand zoom gestures.
   * Pinned option on waveform makes waveform move and recording/playing head
     stay still.
   * Timer Record options to save/export/exit after recording.
   * Scrub Ruler and optional Scrub Toolbar.
   * New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without editing). 
   
 * Effects:
   * Effects no longer grayed out when paused.
   * New Distortion effect (replaces Leveller).
   * SBSMS (higher quality but slower) option on Change Tempo / Change Pitch 
     effects.
   * New Rhythm Track generator (replaces Click Track). 
   * New Generator for Sample Data Import.
   * Nyquist effects now significantly faster.
   
 * Other Changes:   
   * Upgraded the PortAudio library to v19 rev r1966.  This gives Audacity 
     Windows 10 support.
   * (Windows) DirectSound now records 24-bit samples. 
   * (macOS) Audacity.app now has its resources inside it rather than in a
     separate folder, so installation to /Applications/ is cleaner.
   * (macOS) Audacity 2.1.3 provides partial support for Sierra. Details at 
     http://wiki.audacityteam.org/wiki/Partial_Support_for_Mac_Sierra_in_2.1.3 .

Bug fixes:

 Over 60 bugs fixed, including five longstanding bugs.
 
-------------------------------------------------------------------------------

3. Known Issues in 2.1.3:

For known issues at release of 2.1.3 please see:
  http://wiki.audacityteam.org/wiki/Release_Notes_2.1.3#known .


-------------------------------------------------------------------------------

4.  Source Code, Libraries and Additional Copyright Information

Source code to this program is always available; for more information visit
our web site at:

  http://audacityteam.org/download/source

Audacity is built upon other free libraries; some of these libraries may have
come with Audacity in the lib-src directory.  Others you are expected to install
first if you want Audacity to have certain capabilities.  Most of these libraries
are not distributed under the terms of the GPL, but rather some other free,
GPL-compatible license.  Specifically:

  expat: BSD-like license.
    Provides XML parsing.  Included with Audacity.

  FFmpeg: GPL or LGPL (according to how you obtain/configure it)
    Provides decoding/encoding of additional formats. Optional separate
    download.

  libid3tag: GPL
    Reads/writes ID3 tags in MP3 files.  Optional
    separate download as part of libmad.

  libflac: Xiph.Org BSD-like licence (the parts we use)
    Decodes and Encodes Free Lossless Audio Codec files. Optional separate
    download.

  libmad: GPL
    Decodes MP3 files.  Optional separate download.

  libnyquist: BSD-like license.
    Functional language for manipulating audio; available
    within Audacity for effects processing.

  libogg: BSD-like license.
    Optional separate download, along with libvorbis.

  libsndfile: LGPL
    Reads and writes uncompressed PCM audio files.
    Included with Audacity.

  libsoxr: LGPL
    The SoX Resampler library performs one-dimensional sample-rate conversion.

  libvamp: new-style BSD
    Plug-in interface and support library for audio analysis plug-ins.
    Included with Audacity.

  libvorbis: BSD-like license.
    Decodes and encodes Ogg Vorbis files.  Optional
    separate download.

  lv2: a merging of the lilv (ISC license), lv2 (LGPL), msinttypes, serd (ISC), 
    sord, sratom, and suil libraries to support LV2 plug-ins. 

  portsmf: BSD-like license.
    library for reading and writing midi files. Included with Audacity

  sbsms: GPL v2
    Pitch and tempo changing library. Included in Audacity

  SoundTouch: LGPL
    Changes tempo without changing pitch and vice versa.
    Included in audacity

  Twolame: LGPL
    Encodes MPEG I layer 2 audio (used in DVDs and Radio). Optional separate
    download.

  wxWidgets: wxWindows license (based on LGPL)
    Cross-platform GUI library - must be downloaded and
    compiled separately.


For more information, see the documentation inside each library's
source code directory.

--------------------------------------------------------------------------------
Additional copyright information:
--------------------------------------------------------------------------------

Nyquist

Copyright (c) 2000-2002, by Roger B. Dannenberg
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Redistributions of source code must retain the copyright notice, the
list of conditions, and the disclaimer, all three of which appear below under
"COPYRIGHT AND LICENSE INFORMATION FOR XLISP."

Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

Redistributions in binary form must reproduce the copyright notice, the
list of conditions, and the disclaimer, all three of which appear below under
"COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation
and/or other materials provided with the distribution.

Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the
names of any contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

COPYRIGHT AND LICENSE INFORMATION FOR XLISP (part of Nyquist):

Copyright (c) 1984-2002, by David Michael Betz
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.

Neither the name of David Michael Betz nor the names of any contributors may be
used to endorse or promote products derived from this software without specific
prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.