Slashdot Mirror


Audacity 2.2.0 Released

Popular open-source audio editing software, Audacity, has received a significant update. The new version, dubbed Audacity 2.2.0, adds a range of features and options such as additional user interface themes, and the ability to customize themes for advanced users. It is also getting playback support for MIDI files, and better organised menus, the team wrote. You can find the complete changelog here.

3 of 103 comments (clear)

  1. A very neat relyable piece of FOSS Software. by Qbertino · · Score: 5, Insightful

    The audacity crew as been working away at their audio tool for more than a decade now and it's a cornerstone of all things audio I do. A very nice and neat piece of software. Works as advertised, does what it should and is offered up in a neat set of cross-plattform packages. Love it.

    --
    We suffer more in our imagination than in reality. - Seneca
    1. Re:A very neat relyable piece of FOSS Software. by AmiMoJo · · Score: 4, Interesting

      I agree, it really is a great bit of software.

      One thing I'd like to see is a more accurate, reconstructed waveform view. The current display is a simple "join the dots" affair with symmetrical RMS band overlaid.

      Due to the way that digital sampling works this waveform is not a real representation of the analogue reconstruction. To get that you basically resample at a much higher rate and then low pass filter at the original Nyquist frequency. Audacity actually does that when you change the sampling rate.

      I recently created something similar at work, with reconstruction and some shading to better highlight the true amount of energy in the vertical bands. It was a bit fiddly to get the shading to look good with every waveform.

      I wish I had the time to re-implement it in Audacity.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  2. This is how software should be by lucaiaco · · Score: 5, Insightful

    I agree: no flat design, no minimalist interface, no fancy icons or flashy features. It does exactly what it has to do, and nothing more. Its UI is so clear that I don't think I ever had to check the documentation on how to use it (and I am no expert in the field). One of the best free source software out there.