home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / tema / audacity / audacity-win-1.2.2-pre1.exe / embedded / InfoBefore.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  25.2 KB  |  725 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.2.2
  4. For changelog, see the bottom of this document.
  5.  
  6. WWW:   http://audacity.sourceforge.net/
  7.  
  8. Email: audacity-help@lists.sourceforge.net
  9.  
  10. Lead Developers:
  11.  
  12.   Matt Brubeck
  13.   Joshua Haberman
  14.   Dominic Mazzoni (project leader)
  15.  
  16. Active Developers:
  17.   James Crook
  18.   Vaughan Johnson
  19.   Markus Meyer
  20.   Shane Mueller
  21.   Tony Oetzmann
  22.  
  23. Developers
  24.   William Bland
  25.   Vince Busam
  26.   Brian Gunlogson
  27.   Greg Mekkes
  28.   Augustus Saunders  
  29.  
  30. Other Contributors:
  31.   Dave Beydler
  32.   Jason Cohen
  33.   Roger Dannenberg
  34.   Dave Fancella
  35.   Steve Harris
  36.   Daniel James
  37.   Steve Jolly
  38.   Daniil Kolpakov
  39.   Robert Leidle
  40.   Logan Lewis
  41.   Abe Milde
  42.   Monty
  43.   Paul Nasca
  44.   Jason Pepas
  45.   Mark Phillips
  46.   Alexandre Prokoudine
  47.   Jonathan Ryshpan
  48.   Juhana Sadeharju
  49.   Patrick Shirkey
  50.   Mark Tomlinson
  51.   David Topper
  52.   Rudy Trubitt
  53.   Tom Woodhams
  54.   Otto Wyss
  55.  
  56.  
  57. The Audacity Logo:
  58.  
  59.   Harvey Lubin
  60.   http://www.agrapha.com/
  61.  
  62. Special Thanks:
  63.  
  64.   The wxWidgets Team
  65.   The Ogg Vorbis Team
  66.   Rob Leslie (libmad)
  67.   Ross Bencina and Phil Burk (PortAudio)
  68.   Erik de Castro Lopo (libsndfile)
  69.   Verilogix, Inc.
  70.  
  71. -------------------------------------------------------------
  72.  
  73. This program is free software; you can redistribute it and/or
  74. modify it under the terms of the GNU General Public
  75. License as published by the Free Software Foundation; either
  76. version 2 of the License, or (at your option) any later version.
  77.  
  78. This program is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  81. General Public License for more details.
  82.  
  83. You should have received a copy of the GNU General Public License
  84. along with this program (in a file called LICENSE.txt); if not, go
  85. to http://www.gnu.org/copyleft/gpl.html or write to 
  86.  
  87.   Free Software Foundation, Inc.
  88.   59 Temple Place - Suite 330
  89.   Boston, MA 02111-1307 USA
  90.  
  91. -------------------------------------------------------------
  92.  
  93. Source code to this program is always available; for more
  94. information visit our website at:
  95.  
  96.   http://audacity.sourceforge.net/
  97.  
  98. Audacity is built upon other free libraries; some of
  99. these libraries may have come with Audacity in the lib-src
  100. directory.  Others you are expected to install first if
  101. you want Audacity to have certain capabilities.  Most
  102. of these libraries are not distributed under the terms
  103. of the GPL, but rather some other free, GPL-compatible
  104. license.  Specifically:
  105.  
  106.   wxWidgets: LGPL
  107.     Cross-platform GUI library - must be downloaded and
  108.     compiled separately.
  109.  
  110.   expat: BSD-like license.
  111.     Provides XML parsing.  Included with Audacity
  112.  
  113.   iAVC: LGPL
  114.     Part of the code to the AVC Compressor effect.
  115.     Included with Audacity.
  116.  
  117.   libid3tag: GPL
  118.     Reads/writes ID3 tags in MP3 files.  Optional
  119.     separate download as part of libmad.
  120.  
  121.   libmad: GPL
  122.     Decodes MP3 files.  Optional separate download.
  123.  
  124.   libnyquist: BSD-like license.
  125.     Functional language for manipulating audio; available
  126.     within Audacity for effects processing.
  127.  
  128.   libogg: BSD-like license.
  129.     Optional separate download, along with libvorbis.
  130.  
  131.   libresample: LGPL
  132.     High-quality audio resampling.
  133.     
  134.   libsndfile: LGPL
  135.     Reads and writes uncompressed PCM audio files.
  136.     Included with Audacity.
  137.  
  138.   libvorbis: BSD-like license.
  139.     Decodes and encodes Ogg Vorbis files.  Optional
  140.     separate download.
  141.  
  142. For more information, see the documentation inside
  143. each library's source code directory.
  144.  
  145. -------------------------------------------------------------------------
  146. Additional copyright information:
  147. -------------------------------------------------------------------------
  148.  
  149. Nyquist
  150.  
  151. Copyright (c) 2000-2002, by Roger B. Dannenberg
  152. All rights reserved.
  153.  
  154. Redistribution and use in source and binary forms, with or without
  155. modification, are permitted provided that the following conditions are met:
  156.  
  157. Redistributions of source code must retain the above copyright notice, this
  158. list of conditions and the following disclaimer.
  159.  
  160. Redistributions of source code must retain the copyright notice, the
  161. list of conditions, and the disclaimer, all three of which appear below under
  162. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP."
  163.  
  164. Redistributions in binary form must reproduce the above copyright notice, this
  165. list of conditions and the following disclaimer in the documentation and/or
  166. other materials provided with the distribution.
  167.  
  168. Redistributions in binary form must reproduce the copyright notice, the
  169. list of conditions, and the disclaimer, all three of which appear below under
  170. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation and/or
  171. other materials provided with the distribution.
  172.  
  173. Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the 
  174. names of any contributors may be used to endorse or promote products derived 
  175. from this software without specific prior written permission.
  176.  
  177. COPYRIGHT AND LICENSE INFORMATION FOR XLISP (part of Nyquist):
  178.  
  179. Copyright (c) 1984-2002, by David Michael Betz
  180. All rights reserved.
  181.  
  182. Redistribution and use in source and binary forms, with or without
  183. modification, are permitted provided that the following conditions are met:
  184.  
  185. Redistributions of source code must retain the above copyright notice,
  186. this list of conditions and the following disclaimer. 
  187.  
  188. Redistributions in binary form must reproduce the above copyright notice, this
  189. list of conditions and the following disclaimer in the documentation and/or
  190. other materials provided with the distribution.
  191.  
  192. Neither the name of David Michael Betz nor the names of any contributors may be
  193. used to endorse or promote products derived from this software without specific
  194. prior written permission.
  195.  
  196. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  197. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  198. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  199. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  200. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  201. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  202. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  203. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  204. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  205. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  206.  
  207. -------------------------------------------------------------
  208.  
  209. Compilation instructions:
  210.  
  211. First you must download wxWidgets from:
  212.  
  213.   http://www.wxWidgets.org/
  214.  
  215. If you install the RPM, make sure you install the devel RPM
  216. as well, otherwise, you won't be able to compile Audacity
  217. from source.
  218.  
  219. To compile on Linux, Mac OS X, and other Unix systems,
  220. simply execute these commands:
  221.  
  222.   ./configure
  223.   make
  224.   make install  # as root
  225.  
  226. To see compile-time options you can set, you can type
  227. "./configure --help".
  228.   
  229. If you want to do any development, you might want to generate
  230. a configure cache and header dependencies:
  231.  
  232.   ./configure -C
  233.   make dep
  234.  
  235. To compile on Windows using MSVC++, please follow the
  236. instructions found in compile.txt in the "win" subdirectory.
  237.  
  238. For more information on compilation (CodeWarrior for Mac is
  239. also supported) please email audacity-help@lists.sourceforge.net
  240.  
  241. -------------------------------------------------------------
  242.  
  243. Known issues/problems:
  244.  
  245.   * Audacity can import and display MIDI files, but they cannot be played
  246.     or edited.
  247.  
  248.   * Windows only: If you installed one of the 1.1.x beta versions,
  249.     you must uninstall it before installing Audacity 1.2.
  250.     (You do not need to uninstall earlier 1.2 or 1.0 releases.)
  251.  
  252.   * Linux only: Recording in full duplex on some Linux systems causes
  253.     mono recordings to sound slowed-down or low-pitched.  To work around
  254.     this problem, set Audacity to record in stereo.
  255.  
  256.   * Mac OS X only: Audacity cannot work with files or folders that
  257.     are contained inside folders with international characters
  258.     (accent marks, etc.) in their names.  Note that files with
  259.     accented characters work, and Audacity projects with
  260.     accented characters work.  Only files inside of folders
  261.     with accented characters in their names will cause problems.
  262.  
  263. -------------------------------------------------------------
  264.  
  265. Changes in 1.2.2:
  266.  
  267.   * VU Meters added for both playback and recording.  Click on
  268.     the recording meter to monitor the input without recording.
  269.  
  270.   * Export Multiple - new feature that lets you export multiple
  271.     files at once, either by track, or split based on labels.
  272.  
  273.   * Fixed a serious bug that could cause data loss when you save and
  274.     then reload and re-edit an Audacity project containing repeated
  275.     or duplicate data.
  276.  
  277.   * MP3 tags dialog will only pop up the first time you export as
  278.     MP3; after that it will not pop up again as long as you have
  279.     filled in at least one tag.
  280.  
  281.   * You can now add a label at the current playback position - in
  282.     the Project menu, with a shortcut of Ctrl+M.
  283.  
  284.   * Clicking on a label now selects all of the tracks, making it
  285.     easier to use the label track to recall selections.
  286.  
  287.   * Windows: Fixed a crash in the Time Track "Set Rate" command.
  288.  
  289.   * Fixed a bug that caused problems with recordings over 45 minutes
  290.     on some Windows systems.
  291.  
  292.   * Mac OS X: Improved support for the Griffin iMic by fixing a bug
  293.     that was causing it to always record in mono instead of stereo.
  294.  
  295.   * Added support for Software Playthrough (listen to what you're
  296.     recording while recording it, or while monitoring using a VU
  297.     meter) - this makes it possible, for example, to record using one
  298.     audio device while listening to it play through a separate device.
  299.  
  300.   * Unix/Linux: Fixed freeze caused by captured mouse when audio
  301.     device hangs.  (Audacity may not respond, but it will no longer
  302.     freeze all of X.)
  303.  
  304.   * Fixed a cosmetic bug that caused improper waveform display if
  305.     you tried to open an Audacity project saved on a different
  306.     platform (e.g., copying a project from a Mac to a PC).
  307.  
  308.   * Fixed bug that could cause instability when pasting, splitting,
  309.     or duplicating a label track.
  310.  
  311.   * You can now change the font of a label track by choosing "Font..."
  312.     from the label track's pop-up menu.
  313.  
  314.   * Basic printing support has been added.  Currently it scales the
  315.     entire project to fit exactly on one page.  Try printing in
  316.     landscape orientation for best results.
  317.  
  318.   * Mac OS X and Windows: Audacity ships with a newer version (1.0.1)
  319.     of the Ogg Vorbis encoder.  Vorbis compression will now have higher
  320.     quality and smaller file sizes.
  321.  
  322.   * Other minor bug fixes and performance improvements.
  323.  
  324. Changes in 1.2.1:
  325.  
  326.   * The following translations have been added or updated:  Finnish,
  327.     French, Hungarian, Italian, Japanese, Norwegian, Polish, Russian.
  328.  
  329.   * Fix a bug that could cause data to be lost when pasting audio
  330.     from one project into another, after the first project has been
  331.     saved and closed.
  332.  
  333.   * Fix a possible crash when opening or resizing the Equalization
  334.     window, especially when using large system fonts.
  335.  
  336.   * Don't allow percentages less than -100% in Change Pitch/Speed/Tempo
  337.     effects (fixes a possible crash).
  338.  
  339.   * Fix a crash when the temporary directory is not available on startup.
  340.  
  341.   * Correctly load ID3 tags saved in Audacity project files.
  342.  
  343.   * On Linux and OS X, store lockfiles in the temp directory instead of
  344.     the user's home directory.  This fixes problems in lab environments
  345.     where users have restricted or network-mounted home directories.
  346.  
  347.   * Fix a bug that prevented Nyquist effects from running when certain
  348.     regional settings were activated.
  349.  
  350.   * Fix a bug in the Quick Mix command that could cause old temporary
  351.     files to not be deleted.
  352.  
  353.   * Linux: Fix endianness problems in playback on PowerPC.
  354.  
  355.   * Linux: Fix compilation problem in Nyquist on MIPS.
  356.  
  357.   * Linux: Include a more recent PortAudio v19 snapshot (fixes compilation
  358.     problems when building with the --with-portaudio=v19 option).
  359.  
  360.   * Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."
  361.   
  362.   * Other minor bug-fixes.
  363.  
  364. Changes in 1.2.0:
  365.  
  366.   * New cross-fade effects.
  367.  
  368.   * Fix problem where samples were drawn in the wrong position
  369.     when zoomed all the way in.  This caused the drawing tool
  370.     to move a different sample than the one under the cursor.
  371.  
  372.   * Don't use id3v2.4 tags, which are not yet supported by
  373.     most players.  (This was fixed in 1.2.0-pre2, but appeared
  374.     again by accident in 1.2.0-pre3.)
  375.  
  376.   * Correctly display translated messages in the status bar.
  377.  
  378.   * When the cursor is on-screen, the Zoom In button now zooms
  379.     to the area around the cursor.
  380.  
  381.   * Mac OS X: Fixed audio problems on the Apple PowerMac G5.
  382.  
  383.   * Linux/ALSA: Work around a bug in ALSA's OSS emulation that
  384.     caused Audacity's playback cursor to move too quickly.
  385.  
  386.   * Microsoft Windows: The Audacity source code should now
  387.     compile out of the box on Windows.
  388.  
  389.   * Many new/updated translations.
  390.  
  391. Changes in 1.2.0-pre4:
  392.  
  393.   * Fixed problems that could occur when importing certain
  394.     non-seekable PCM audio files, such as GSM610.
  395.  
  396.   * Fixed bug that was causing the samples to shift off-screen
  397.     horizonally when zoomed in very far and the track had a
  398.     time-shift offset.
  399.  
  400.   * Fixed bugs in the new resampler that added noise to resampled
  401.     audio on some systems. If you experienced noise when exporting
  402.     to a WAV, MP3 or OGG file you may have been bitten by this bug.
  403.   
  404.   * Fixed bug that led to occasional crashes when using the
  405.     time-shift tool in conjunction with high zoom factors.
  406.     
  407.   * Dithering is now only applied on export when it is really
  408.     necessary (e.g. when converting float samples to 16-bit).
  409.     
  410.   * Files that only contain mono tracks are now automatically
  411.     exported to stereo files when they contain tracks which are
  412.     panned to the left or the right.
  413.     
  414.   * The Delete key can now be used to delete the current selection,
  415.     in addition to the Backspace key.
  416.  
  417.   * Fixed bug where Audacity didn't ask whether to save 
  418.     changes if you close the project or exit while recording.
  419.  
  420.   * Mac OS X: Supports Playthrough (listen to what you're recording
  421.     while recording it) if your hardware device supports it.
  422.  
  423.   * Mac OS X: Audacity is now a package (you can right-click on
  424.     Audacity.app and select 'Show Package Contents').  Launch time
  425.     has improved significantly.
  426.  
  427.   * MS Windows: Fixed problem that caused Windows XP to use 
  428.     the short name of a file ("TESTFI~1.AUP"), which led to 
  429.     problems when the file was later opened again using the 
  430.     long file name.
  431.     
  432.   * MS Windows: Fixed bug that caused file exports to fail 
  433.     if the destination directory was the root folder of a 
  434.     Windows drive.
  435.  
  436.   * MS Windows: Audacity's application information which 
  437.     is written to the Windows registry now always contains 
  438.     the full path to the executable. 
  439.  
  440.   * MS Windows: Fixed problems in trying to set the Windows 
  441.     registry as non-admin user, for file-type associations.
  442.  
  443.   * Make sure the "Save" command is enabled after changing
  444.     gain and pan sliders.
  445.  
  446.   * Updated translations.  Added translator credits to the
  447.     "About" window in localized versions.
  448.  
  449. Changes in 1.2.0-pre3:
  450.  
  451.   * Fixed bug where Export is grayed out when nothing is
  452.     selected.
  453.  
  454.   * Fixed crash caused by opening Audacity on a computer with
  455.     a high-end sound card with no mixer support.
  456.  
  457.   * Fixed crash in Import Raw.
  458.  
  459.   * Fixed New Stereo Track.
  460.  
  461.   * Cosmetic fixes for Mac OS X.
  462.  
  463.   * Support for the VST Enabler on Windows added.
  464.  
  465.   * Fixed crash if you close Audacity while the Preferences
  466.     dialog is open.
  467.  
  468.   * Fixed duplicate-character bug in Mac OS X Label Tracks.
  469.  
  470.   * The recording level control on Linux now adjusts the IGAIN,
  471.     rather than the playthrough level of the recording source.
  472.  
  473.   * Fixed bug that caused corruption to 16-bit stereo recordings.
  474.  
  475.   * Fixed bug that caused data loss if you deleted all tracks in
  476.     a saved project and then open a new file into the same window.
  477.  
  478.   * Added support for alternate audio button order (in Interface
  479.     preferences)
  480.  
  481.   * Added preliminary support for wxX11
  482.  
  483.   * Added fully transparent Windows XP icon
  484.  
  485.   * Fixed crash if you try to record (or play) and no audio
  486.     devices exist, or if the audio device doesn't support the
  487.     mode you selected.
  488.  
  489.   * Audacity no longer sets the process priority to high while
  490.     recording on Windows.  Users can still do this manually
  491.     using the Task Manager.
  492.  
  493.   * Fixed bug that caused last ~100 ms of the selection to get
  494.     cut off on Windows.
  495.  
  496.   * Fixed FFT Filter and Equalization effects dialogs.
  497.  
  498.   * Fixed bugs in Unix build system (DESTDIR in locale directory,
  499.     choosing libsamplerate instead of libresample)
  500.  
  501.   * Support for LADSPA plug-ins on Windows added, and 
  502.     three open source LADSPA plug-ins ported to Windows
  503.     (GVerb reverb, SC4 compressor, and Hard Limiter)
  504.  
  505. Changes in 1.2.0-pre2:
  506.  
  507.   * Online help completed.  The full manual is nearly complete
  508.     and will be posted to the website for online browsing shortly.
  509.  
  510.   * Audacity will no longer let you do unsafe editing operations
  511.     while playing or recording.  This eliminates many potential
  512.     crashes.
  513.  
  514.   * Fixed ability to cancel Quit button.
  515.  
  516.   * New resampling library, with no restrictions on the maximum or
  517.     minimum rate of resampling.
  518.  
  519.   * Audacity now supports LADSPA plug-ins on all platforms, and
  520.     supports VST plug-ins through an optional LADSPA plug-in
  521.     called the "VST Enabler", which you can download separately.
  522.     Because of licensing issues, Audacity cannot be distributed
  523.     with VST support built-in.
  524.  
  525.   * Mac OS X keyboard shortcut problems have been fixed.
  526.  
  527.   * Mac OS X audio muting problems have been fixed.
  528.  
  529.   * Mac OS X playback/recording cursor sync problems have been fixed.
  530.  
  531.   * Silence now displays a straight line again, instead of nothing.
  532.  
  533.   * Added a vertical ruler to the Waveform dB display.
  534.  
  535.   * Fixed crash in Change Pitch.
  536.  
  537.   * You can now Paste if nothing is selected.
  538.  
  539.   * Canceling an Import operation doesn't cause an extra error
  540.     dialog to appear.
  541.  
  542.   * Audacity now handles filenames with international characters
  543.     correctly.
  544.  
  545.   * Now outputs ID3v2.3 tags (instead of ID3v2.4), to be
  546.     compatible with more MP3 players.
  547.  
  548.   * Minor improvements to build system on Unix systems.
  549.  
  550. New features in Audacity 1.2:
  551.   * User Interface
  552.     - Vertical zooming of tracks.
  553.     - Improved look and placement of toolbars.
  554.     - New custom mouse cursors.
  555.     - Complete implementation of editable keyboard shortcuts.
  556.     - Find zero-crossings.
  557.     - Mouse wheel can be used to zoom in and out.
  558.     - Multi-Tool mode.
  559.     - Amplify using envelope.
  560.     - Labels can store selections (like Audacity 1.0.0).
  561.  
  562.   * Effects
  563.     - Repeat Last Effect command
  564.     - Improved VST plug-in support
  565.     - Most effects now have a Preview button
  566.     - Compressor (Dynamic Range Compressor)
  567.     - Change Pitch (without changing tempo)
  568.     - Change Tempo (without changing pitch)
  569.     - Change Speed (changing both pitch and tempo)
  570.     - Repeat (useful for creating loops)
  571.     - Normalize (adjust volume and DC bias)
  572.  
  573.   * Audio I/O
  574.     - 1-second preview command.
  575.     - Looped play.
  576.  
  577.   * File I/O
  578.     - Audacity 1.2.0 opens project files from all previous versions
  579.       of Audacity from 0.98 through 1.1.3.
  580.     - Open multiple files from the same dialog.
  581.     - Use a text file to specify a list of audio files to open with offsets.
  582.  
  583.   * Updated user manual
  584.  
  585.   * Bug fixes
  586.     - Project files with special characters are no longer invalid.
  587.     - "Scratchy" noises caused by bad clipping are fixed.
  588.     - Audacity no longer exports invalid Ogg files, and does not cut off the
  589.       last few seconds of exported Ogg files.
  590.     - Mono MP3 files now export at the correct speed.
  591.     - Many incorrect results from the Envelope tool have been fixed.
  592.     - The "Export Labels" command now overwrites existing files correctly.
  593.     - The "Plot Spectrum" window displays the correct octave numbers for
  594.       notes.
  595.     - Several memory leaks are fixed.
  596.  
  597. New features in Audacity 1.1.3:
  598.   * User Interface
  599.     - New Mixer toolbar allows you to control the output
  600.       volume, input volume, and input source directly
  601.       from Audacity.
  602.     - Every track now has its own gain and pan controls.
  603.  
  604.   * File I/O
  605.     - Uses improved project file format.  (Unfortunately reading
  606.       previous formats, including 1.1.1, is not supported.)
  607.     - Block files (stored in Audacity project directories) now
  608.       use the standard AU format.  Though some Audacity
  609.       meta-information is in these files, they can now be
  610.       read by many other popular audio programs as well.
  611.     - Fixed some bugs relating to reading/writing audio
  612.       files with more than 16 bits per sample.
  613.     - Import RAW is functional again, with a simpler GUI
  614.       but support for far more file formats.  The
  615.       autodetection algorithms are much more accurate than
  616.       in 1.0.
  617.  
  618.   * Audio I/O
  619.     - Completely rewritten audio I/O, with lower latency
  620.       and minimal chance of buffer underruns while
  621.       recording.
  622.  
  623.   * Resampling
  624.     - Using high quality resampling algorithms, with the
  625.       option of better quality for mixing than for real-time
  626.       playback
  627.  
  628.     - Preliminary support for Time Tracks, for changing
  629.       playback speed over time.
  630.  
  631.   * Many more bug fixes and new features
  632.  
  633. New features in Audacity 1.1.2:
  634.   * User Interface
  635.     - Fixed bug in Windows version, for track menu commands 
  636.       "Name..." and "Split Stereo Track"/"Make Stereo Track".
  637.   * Effects
  638.     - Nyquist support on Windows (supports plug-ins written 
  639.       in Nyquist, an interpreted functional language based 
  640.       on Lisp).
  641.  
  642. New features in Audacity 1.1.1:
  643.  
  644.   * User Interface
  645.     - Tooltips appear in Statusbar.
  646.     - Vertical cursor follows play/record
  647.     - Pause button
  648.     - Drawing tool (with three different modes)
  649.     - Vertical Resizing of stereo tracks is more fun.
  650.     - Adjust selection by click-dragging selection boundary
  651.     - Toolbar button context-sensitive enabling/disabling
  652.     - Better zooming functionality (centers region)
  653.     - Multiple ways to display the cursor position and selection
  654.     - Snap-to selection mode
  655.     - Drag tracks up and down
  656.     - Align and group align functions
  657.     - Cursor save/restore
  658.     - Working history window
  659.   * Effects
  660.     - Effects broken down into three menus: Generate, Effect, and
  661.       Analyze
  662.     - Generate menu lets you generate silence, noise, or a tone
  663.     - Nyquist support (supports plug-ins written in Nyquist,
  664.       an interpreted functional language based on Lisp)
  665.   * Localization
  666.     - Improved localization support
  667.     - More languages available
  668.     - Language selection dialog on startup
  669.   * Mac OS X
  670.     - Support for more audio hardware
  671.     - Support for full-duplex (play while recording)
  672.     - Support for MP3 exporting using LameLib Carbon
  673.   * Unix
  674.     - Audacity now has a man page (it describes command-line
  675.       options and how to set the search path)
  676.   * File Formats
  677.     - Uses libsndfile 1.0, which fixes some bugs and
  678.       improves performance
  679.   * Searching for Files:
  680.     - On Windows and Mac OS, Audacity now looks for
  681.       translations in the "Languages" folder and all plug-ins
  682.       in the "Plug-ins" folder, relative to the program.
  683.     - On Unix, Audacity looks for translations in
  684.       <prefix>/share/locale and looks for everything else
  685.       in <prefix>/share/audacity and also in any paths in
  686.       the AUDACITY_PATH environment variable
  687.  
  688. New features in Audacity 1.1.0:
  689.  
  690.   * Core audio processing:
  691.     - Support for 24-bit and 32-bit sample formats
  692.     - Automatic real-time resampling (using linear
  693.         interpolation)
  694.   * Effects:
  695.     - Support LADSPA plugins on Linux / Unix
  696.   * File formats:
  697.     - New XML-based Audacity project format
  698.     - Full Ogg Vorbis support now (importing and exporting)
  699.     - Export to any command-line programs on Unix
  700.     - Support for reading and writing many more types of
  701.         uncompressed audio files, including ADPCM WAV files.
  702.   * Toolbars
  703.     - New toolbar drawing code; automatically adopts your
  704.         operating system's colors
  705.     - New toolbar buttons (Skip to Start, Skip to End)
  706.     - New Edit toolbar
  707.     - Toolbar buttons disable when they're not available
  708.   * User Interface
  709.     - Fully customizable keyboard commands
  710.     - Autoscroll while playing or recording
  711.     - New Ruler, used in main view and in
  712.         FFT Filter effect
  713.     - The waveform now displays the average value in a lighter
  714.         color inside the peak values
  715.   * Localization
  716.     - Audacity can now be localized to different foreign
  717.       languages.
  718.  
  719. New libraries in Audacity 1.1:
  720.  
  721.   * libmad for fast MP3 importing
  722.   * libid3tag for editing MP3 file information
  723.   * libsndfile to read and write more audio file formats
  724.   * PortAudio for cross-platform audio playing and recording
  725.