Audacity

audacityteam.org
Audacity

An easy-to-use, multi-track audio editor and recorder for desktops, great free alternative to Adobe Audition. Features recording from real and virtual devices, import/export to a wide range of formats, high-quality processing advanced multi-track editing, noise reduction, pitch correction, audio restoration and much more. It's easily extendable via community plugins, and also supports cusotm macros and many scripting options

Open Source

Audacity Privacy Policy

Privacy Policy Summary

  • Features of the website are made available under a free software license
  • There is a date of the last update of the agreements
  • You have the right to leave this service at any time
  • This service is only available to users over 13 years of age
  • You are prohibited from sending chain letters, junk mail, spam or any unsolicited messages
  • You agree not to submit libelous, harassing or threatening content
  • You waive your moral rights
  • Specific content can be deleted without reason and may be removed without prior notice
  • You maintain ownership of your content
  • The service has non-exclusive use of your content
  • A license is kept on user-generated content even after you close your account
  • The service is provided 'as is' and to be used at your sole risk
  • Details are provided about what kind of information they collect
  • You agree to defend, indemnify, and hold the service harmless in case of a claim related to your use of the service
  • Terms may be changed any time at their discretion, without notice to you
  • They may stop providing the service at any time
  • The service claims to be CCPA compliant for California users
  • Your personal data is not sold
  • Any liability on behalf of the service is only limited to $100
  • This service assumes no liability for any losses or damages resulting from any matter relating to the service
  • Instead of asking directly, this Service will assume your consent merely from your usage.
  • This service does not guarantee that it or the products obtained through it meet your expectations or requirements
  • No need to register
  • You can access most of the features of the service without revealing any personal information
  • Information is provided about how your personal data is used
  • Third parties used by the service are bound by confidentiality obligations
  • The service claims to be GDPR compliant for European users
  • Logs are deleted after a finite period of time
  • Promises will be kept after a merger or acquisition
  • Your personal data is used for limited purposes
  • Service fines users for Terms of Service violations
  • The posting of pornographic content is prohibited
  • Copyright license limited for the purposes of that same service but transferable and sublicenseable
  • The service does not guarantee accuracy or reliability of the information provided
  • The court of law governing the terms is in a jurisdiction that is friendlier to user privacy protection. (California, USA)
  • Your data may be processed and stored anywhere in the world
  • You can request access, correction and/or deletion of your data
  • Your account can be suspended for several reasons

Score

B

Documents

About the Data

This data is kindly provided by tosdr.org. Read full report at: #4516

Audacity Source Code

Author

audacity

Description

Audio Editor

#audio#cross-platform#editor#gplv2#wxwidgets-applications

Homepage

https://wiki.audacityteam.org/wiki/For_Developers

License

NOASSERTION

Created

26 Mar 15

Last Updated

12 Jul 26

Latest version

split-3.0.3

Primary Language

C++

Size

417,572 KB

Stars

17,344

Forks

2,583

Watchers

17,344

Language Usage

Language Usage

Star History

Star History

Top Contributors

Recent Commits

  • embarc-gabriel (10 Jul 26)

    10280 Implement bass and treble effect (#11383) Resolves: #10280 Port bass and treble effect <!-- Use "x" to fill the checkboxes below like [x] --> - [x] I signed [CLA](https://www.audacityteam.org/cla/) - [x] The title of the pull request describes an issue it addresses - [x] If changes are extensive, then there is a sequence of easily reviewable commits - [x] Each commit's message describes its purpose and effects - [x] There are no behavior changes unnecessary for the stated purpose of the PR Recommended: - [x] Each commit compiles and runs on my machine without known undesirable changes of behavior QA: - [ ] Testflow test cases have been run

  • Gabriel Sartori (07 Jul 26)

    effects: Implement bass and treble effect

  • Elnur Ismailzada (10 Jul 26)

    fixed #9726: Issues with Helix Native plugins in Audacity 4 (#11404) Resolves: #9726 QA: - [x] Also check other plugins for functionality - [x] Check both destructive and real-time plugins - [x] Check Preview/Apply

  • Elnur Ismailzada (10 Jul 26)

    fixed #9650: Toolbar State changes on Dialog Window presence (#11410) Resolves: #9650

  • Eism (10 Jul 26)

    fixed #9650: ignore state changes if dialog is opened

  • Paul MARTIN (10 Jul 26)

    11056 FIX Truncate Silence is non-functional (#11401) Resolves: Truncate Silence is non-functional #11056 <!-- Use "x" to fill the checkboxes below like [x] --> - [x] I signed [CLA](https://www.audacityteam.org/cla/) - [x] The title of the pull request describes an issue it addresses - [x] If changes are extensive, then there is a sequence of easily reviewable commits - [x] Each commit's message describes its purpose and effects - [x] There are no behavior changes unnecessary for the stated purpose of the PR Recommended: - [x] Each commit compiles and runs on my machine without known undesirable changes of behavior QA: - [ ] Testflow test cases have been run

  • Paul MARTIN (09 Jul 26)

    11056 FIX Truncate Silence is non-functional

  • Eism (09 Jul 26)

    initialize the plugin before showing

  • Eism (09 Jul 26)

    fixed showing the UI for Helix Native plugin

  • Dmitry Makarenko (09 Jul 26)

    Fix mute solo behavior (#11387) Resolves: #11184 Resolves: #11216 Change of behavior: - click solo: toggle solo. this adds / removes the track from the 'solo pool'. - click mute: toggle mute. if track was in the solo pool, it stays audible - shift-mute: mutes track (regardless of current state), clear all other mutes - shift-solo: solos track (unconditional), clears all other solo buttons <!-- Use "x" to fill the checkboxes below like [x] --> - [x] I signed [CLA](https://www.audacityteam.org/cla/) - [x] The title of the pull request describes an issue it addresses - [x] If changes are extensive, then there is a sequence of easily reviewable commits - [x] Each commit's message describes its purpose and effects - [x] There are no behavior changes unnecessary for the stated purpose of the PR Recommended: - [ ] Each commit compiles and runs on my machine without known undesirable changes of behavior QA: - [ ] Testflow test cases have been run

  • Dmitry Makarenko (08 Jul 26)

    Fix solo/mute #11216 m_muteOrSoloChanged should be emitted only when project state is final, otherwise track's model will be updated with an intermediate state. Changes the behavior to: - click solo: toggle solo. this adds / removes the track from the 'solo pool'. - click mute: toggle mute. if track was in the solo pool, it stays audible - shift-mute: mutes track (regardless of current state), clear all other mutes - shift-solo: solos track (unconditional), clears all other solo buttons

  • Dmitry Makarenko (08 Jul 26)

    Prevent selecting a track when clicking its controls (volume, solo, mute)

  • Grzegorz Wojciechowski (09 Jul 26)

    Fix numbering lead-in recording takes (#11376) Resolves: https://github.com/audacity/audacity/issues/10667

  • Grzegorz Wojciechowski (07 Jul 26)

    Fix numbering lead-in recording takes

  • embarc-gabriel (09 Jul 26)

    10002 Add shortcuts icon color (#11395) Resolves: #10002 Framework update to add color to icons on shortcuts. <!-- Use "x" to fill the checkboxes below like [x] --> - [x] I signed [CLA](https://www.audacityteam.org/cla/) - [x] The title of the pull request describes an issue it addresses - [x] If changes are extensive, then there is a sequence of easily reviewable commits - [x] Each commit's message describes its purpose and effects - [x] There are no behavior changes unnecessary for the stated purpose of the PR Recommended: - [ ] Each commit compiles and runs on my machine without known undesirable changes of behavior QA: - [ ] Testflow test cases have been run

  • Elnur Ismailzada (09 Jul 26)

    fixed #10964: Undo/Redo State Carries into New Instance (#11396) Resolves: https://github.com/audacity/audacity/issues/10964 As a bonus, I added a description of actions for undo/redo items and turning off the state of items if there is nothing to apply

  • Grzegorz Wojciechowski (09 Jul 26)

    Smooth recording fix (#11334) Resolves: https://github.com/audacity/audacity/issues/11333

  • Paul MARTIN (09 Jul 26)

    Keep capture clock counting during microfade pause While pausing with microfades the callback still drains capture frames that the disk thread commits to the track, so skipping the clock queue on IsPaused() let the playhead fall behind the recorded data. Drop the guard: DrainInputBuffers already returns 0 in every no-capture case. Also document the capture-timestamp semantics at the queue Put site.

  • Paul MARTIN (08 Jul 26)

    Fix frozen playhead when recording with input monitoring on Input monitoring opens playback channels on a recording-only stream, so the capture clock's numPlaybackChannels == 0 check never passed, while FillOutputBuffers queues no DAC info without playback sequences. Gate on mPlaybackSequences.empty() instead, the exact complement of the DAC path.

  • Grzegorz Wojciechowski (08 Jul 26)

    Addressed review comments

  • Grzegorz Wojciechowski (02 Jul 26)

    Draw a placeholder waveform in the uncommitted recording region

  • Grzegorz Wojciechowski (01 Jul 26)

    Match recording clip fill to the waveform background The clip's WaveView filled itself with clipColor before painting, while the painter draws the (lighter) normalBackground only over the region that has sample data. During recording the clip is extended smoothly but samples land in chunks, so the darker fill showed through as a rectangle at the leading edge.

  • Grzegorz Wojciechowski (01 Jul 26)

    Smoothly extend clips while recording

  • Grzegorz Wojciechowski (09 Jul 26)

    Paste empty space fix (#11384) Resolves: https://github.com/audacity/audacity/issues/7701 Resolves: https://github.com/audacity/audacity/issues/11385

  • Grzegorz Wojciechowski (08 Jul 26)

    Addressed review comments

  • Grzegorz Wojciechowski (08 Jul 26)

    Fix ghost clip after undoing empty space paste

  • Grzegorz Wojciechowski (08 Jul 26)

    Select the pasted span when pasting empty space

  • Eism (09 Jul 26)

    turn off undo/redo if there is nothing to apply

  • Eism (09 Jul 26)

    updating the state of items if the history has changed the same as in AppMenuModel

  • Gabriel Sartori (09 Jul 26)

    mfw: Framework update

Audacity Security

4.7/10

Repo Security Summary

Updated 29 Jun 26

  • Code-Review 9/10
  • Maintained 10/10
  • CII-Best-Practices 0/10
  • Dangerous-Workflow 10/10
  • Packaging N/A
  • Token-Permissions 0/10
  • Security-Policy 0/10
  • License 9/10
  • Binary-Artifacts 10/10
  • Fuzzing 0/10
  • Branch-Protection N/A
  • Signed-Releases 0/10
  • SAST 0/10
  • Pinned-Dependencies 0/10

Audacity Website

Website

Audacity ® | Free Audio editor, recorder, music making and more!

Audacity is the world's most popular audio editing and recording app. Edit, mix, and enhance your audio tracks with the power of Audacity. Download now!

Redirects

Does not redirect

Security Checks

All 65 security checks passed

Server Details

  • IP Address 75.2.60.5
  • Hostname acd89244c803f7181.awsglobalaccelerator.com
  • Location Seattle, Washington, United States of America, NA
  • ISP Amazon.com Inc.
  • ASN AS16509

Associated Countries

  • US US
  • FR FR
  • CA CA

Safety Score

Website marked as safe

100%

Blacklist Check

www.audacityteam.org was found on 0 blacklists

  • AntiSocial Blacklist
  • Artists Against 419
  • Badbitcoin
  • Bambenek Consulting
  • CERT Polska
  • CoinBlockerLists
  • CRDF
  • CryptoScamDB
  • EtherAddressLookup
  • EtherScamDB
  • Fake Website Buster
  • MetaMask EthPhishing
  • NABP Not Recommended Sites
  • OpenPhish
  • PetScams
  • PhishFeed
  • PhishFort
  • Phishing.Database
  • PhishStats
  • PhishTank
  • Phishunt
  • RPiList Not Serious
  • Scam.Directory
  • SecureReload Phishing List
  • Spam404
  • StopGunScams
  • Suspicious Hosting IP
  • ThreatFox
  • ThreatLog
  • TweetFeed
  • URLhaus
  • ViriBack C2 Tracker

Website Preview

Website preview

Audacity Docker

Container Info

Audacity

[Audacity](https://www.audacityteam.org/) is an easy-to-use, multi-track audio editor and recorder. Developed by a group of volunteers as open source.

#Audio Processing linuxserver/audacity:latest

Run Command

docker run -d \
  -p 3000:3000/tcp \
  -p 3001:3001/tcp \
  -e PUID=${PUID} \
  -e PGID=${PGID} \
  -e TZ=${TZ} \
  -v /srv/lsio/audacity/config:/config \
  --restart=unless-stopped \
  linuxserver/audacity:latest

Compose File

version: 3.8
services:
  audacity:
    image: "linuxserver/audacity:latest"
    ports:
      - "3000:3000/tcp"
      - "3001:3001/tcp"
    environment:
      PUID: 1000
      PGID: 1000
      TZ: Etc/UTC
    volumes:
      - "/srv/lsio/audacity/config:/config"
    restart: unless-stopped

Environment Variables

  • Var Name Default
  • PUID 1000
  • PGID 1000
  • TZ Etc/UTC

Port List

  • 3000:3000/tcp
  • 3001:3001/tcp

Volume Mounting

  • /srv/lsio/audacity/config /config

Audacity Reviews

More Audio Editors & Recorders

⚠️ This section is still a work in progress ⚠️
Check back soon, or help us complete it by submiting a pull request on GitHub.
Or submit an entry here

About the Data: Audacity

Change History

  • Amended (description) by @Lissy93 #387
  • Added

API

You can access Audacity's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/v1/services/audacity

The REST API is free, no-auth and CORS-enabled. To learn more, view the API Docs or read the API Usage Guide.

Share Audacity

Help your friends compare Audio Editors & Recorders, and pick privacy-respecting software and services.
Share Audacity and Awesome Privacy with your network!

View Audio Editors & Recorders (1)