Here’s a sneak peek into the next big version of Audacity, featuring support for VST3 and non-destructive editing! Read more: https://forum.audacityteam.org/viewtopic.php?f=68&t=126279
Enhanced Ruler – GSoC 2022 Week 4
Hi everyone! I’ve made lots of progress in developing infrastructure for both the nonlinear and custom rulers. I’m looking forward to begin testing and showing off the changes I make through these blog posts!
Accomplished this week:
- Broke the Ruler class into separate Updater files.
- Substantially rewrote existing ruler code to follow new polymorphic Updater standards.
- Cleaned up scoping inside Ruler and Updater to be more secure.
To accomplish this upcoming week:
- Implement invalidation for Updaters with runtime type identification.
- Debug and test polymorphism.
- Develop the nonlinear and custom options.
Enhanced Ruler – GSoC 2022 Week 3
Happy 4th of July! Progress has gone smoothly this week. I’ve been making changes to the Ruler.cpp and Ruler.h files; you can follow along at my GitHub fork.
The timeline for the project has changed slightly; I am now targeting to finish the implementation of the nonlinear and custom rulers by the end of the 5th week, with the vertical linear dB waveform ruler taking only the 6th week.
Accomplished this week:
- Reworked Ruler class to be more easily expanded upon with polymorphism.
- Fixed various minor issues in code to improve clarity.
To accomplish this upcoming week:
- Finish implementation of the nonlinear options.
Enhanced Ruler – GSoC 2022 Week 2
Hello again! This week has been a little slower than the last due to personal reasons. Still, progress continues; I’ve began implementing the nonlinear ruler options.
Accomplished this week:
- Identified issues that could motivate later parts of the project. (Advanced two-tone labelling on rulers. refactoring existing data structures, etc.)
- Began expansion of nonlinear ruler code. Designing code that will allow any function to be passed by the instance of the ruler, so that tick marks can be placed according to that function.
- Test options by editing existing ruler instances.
To accomplish this upcoming week:
- Finish implementation of the nonlinear options.
- If possible, begin work on custom options.
Meet our GSoC 2022 Contributor
Audacity is taking part in Google Summer of Code 2022 and this year we’re joined by a contributor on one project:
Waveform Rulers
This project will add the ability to display a logarithmic ruler for amplitude (measured in decibels) while still drawing the waveform according to a linear scale. This is useful because linear waveform graphs are more intuitive than logarithmic graphs, but audio engineers are accustomed to using decibel units to cover the wide range of amplitudes perceptible to humans. The GSoC project will also modify the timeline ruler, adding the option to use the musical units of beats and measures instead of the regular units of hours, minutes and seconds.
Contributor: Michael Papadopoulos
Mentor: Paul Licameli
You can learn more about Michael’s project by reading his introductory blog post and by following his weekly blog for regular progress updates.
Enhanced Ruler – GSoC 2022 Week 1
Hello everyone! Here are some updates on the current status of my GSoC Project. I have mainly taken this week to gain a better understanding of the Ruler code.
Accomplished this week:
- Investigated the source code for the Ruler. Created a map of the functions and how they relate to each other.
- Created a small project to better understand labelling. Separated the font of the label’s value from the units, allowing for more dynamic labelling.
- Discussed the project with mentors and communicated goals and expectations.
To accomplish this upcoming week:
- Implement a complete suite of options for a nonlinear ruler.
- Continue talking to mentors and better understanding the code.
Audacity – Introduction to Enhanced Ruler Display Options
Hello, everyone. My name is Michael Papadopoulos, and I’m a computer science major at Rensselaer Polytechnic Institute. I’m grateful to have been selected to create a project for Audacity through Google Summer of Code. My mentor throughout this endeavor will be Paul Licameli.
The current state of rulers in Audacity
In Audacity, a ruler is any segment of the UI which measures a value on a scale using tick marks. Examples of rulers include the amplitude scale to the left of waveforms and the timeline.
In the current version of Audacity, only two types of rulers are supported: Linear and logarithmic. Developers have previously only been able to create new rulers if they could fall under one of these two categories. However, many long sought-after display options in Audacity need more flexibility than this. A prime example would be a linear decibel scale for the waveform display.

Another example of a ruler that would require more customizable infrastructure is a timeline that displays beats / bars. However, creating better infrastructure would allow for powerful new features to be created well in the future.
The goal of the project
The most fundamental goal of the project will be to overhaul Audacity’s ruler infrastructure, allowing for all sorts of linear, nonlinear, and custom rulers. This will be a major benefit to future developers and users of Audacity. The potential for more user-friendly and useful display options that could be unlocked by this project cannot be overstated.
Some key challenges will have to be overcome for this project to be realized. This infrastructure must be very adaptable to fit into the variety of roles that rulers play throughout the software. All changes must be thoroughly tested so that they work in all cases, not just one. Decisions will have to be made when choosing how much old code to keep and how much to remove.
After implementing this, I will move on to creating some of the display options previously listed. I will first produce the linear dB scale and beat / bar timeline, as well as waveform display options described here. These will be incredibly helpful to all Audacity users, especially beginners and musicians who will be more comfortable using these options. Communication with the UI design team will be critical to this phase of the project. Once these options are created, I will continue to discuss and implement new features while time allows.
Once again, thank you to the Audacity team for selecting my project. I will be providing weekly updates throughout the coding period, which begins on June 13th. I will provide links to my project’s progress on GitHub as I go along. I hope to work closely with the community, and would appreciate feedback and suggestions for options as well.
2 Minute Survey: Sharing your work
Hello!
We were wondering about how, why and where you share your work with other people. Please fill out the following quick survey if you do (or don’t!) share your songs, edits, podcasts or other work:
https://www.surveymonkey.com/r/QX3MW3J
Thank you for your participation in advance!
Join Audacity for GSoC 2022!
We are delighted to announce that Audacity is participating as an open source organization in Google Summer of Code (GSoC) 2022. For those who are unaware, GSoC is an annual program where new contributors are paid a stipend by Google to write code for various organizations in open source.

Last year, two highly talented students successfully completed projects with us here at Audacity. This year, you don’t have to be a student to take part (students are still welcome though!) and there are a few other changes that potential candidates need to be aware of. Please see this page for more information about the program and how to apply to join Audacity as a GSoC contributor.
Audacity 3.1.3 released
Audacity 3.1.3 has been released. It features the following improvements:
- Made it harder to accidentally create loop regions when attempting to use Timeline Quick Play
- Added snap guides when resizing clips
- Added new default shortcuts Shift+L (set loop to selection) and Alt+Shift+L (Clear Loop)
- Re-added selection and quick play indicators in the timeline
- Improved performance, especially when loading in projects, up to 50x compared to 3.1.0
- Fixed various crashes and other bugs. Details can be found in the release notes.
Between this release and 3.1.0 have been two hotfix releases which fixed critical bugs and crashes, but didn’t impact features (details: 3.1.1, 3.1.2).
You can download Audacity at audacityteam.org/download.