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

Repository

  • LicenseOther
  • Created26 Mar 15
  • Primary languageC++
  • Size440,787 KB
  • Stars17,921
  • Forks2,630
  • Watchers17,921

Language Usage

Language Usage

Project Health

  • Last commit5 days ago
  • Open issues1,699
  • Latest releasesplit-3.0.3

Top Contributors

Recent Commits

  • Paul MARTIN(03 Sept 26)

    Au3Record: read record channels and track-name preferences via IRecordConfiguration #11732 (#11740) Resolves: Au3Record: read record channels and track-name preferences via IRecordConfiguration #11732 Part of https://github.com/audacity/audacity/issues/11551 <!-- 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(03 Sept 26)

    Use int for the recording channel count

  • Paul MARTIN(20 Aug 26)

    Assert channel count in the recorded track naming test

  • Paul MARTIN(20 Aug 26)

    Add recorded track naming unit test

  • Paul MARTIN(20 Aug 26)

    Read the recorded track naming preferences via IRecordConfiguration

  • Paul MARTIN(20 Aug 26)

    Read the record channel count from the audio driver controller

  • Grzegorz Wojciechowski(03 Sept 26)

    Update in-repo translations from Transifex (#11902) Run `tx pull`

  • github-actions[bot](03 Sept 26)

    Update in-repo translations from Transifex

  • Dmitry Makarenko(03 Sept 26)

    Update Audacity version in issue template

  • Paul MARTIN(02 Sept 26)

    Bump muse_deps (#11894) Moves the muse_deps pointer to current main: - loop-tempo-estimator 0.0.5 (links pffft PRIVATE, so its include dirs no longer propagate to consumers - musescore/muse_deps#44) - prebuilt bundle deps-20260817 (jack enabled in portaudio on Linux) Note: the deps-20260817 release predates the loop-tempo-estimator bump, so its mirror lacks the 0.0.5 source tarball; the fetcher logs three failed attempts and falls back to the upstream release URL (sha-verified). The warnings disappear with the next muse_deps release. <!-- 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(02 Sept 26)

    bump muse_deps: loop-tempo-estimator 0.0.5 (pffft linked PRIVATE), updated prebuilt bundle

  • Paul MARTIN(02 Sept 26)

    Avoid direct access to AudioIO (#11546, #11558) (#11552) Closes #11546 Closes #11558 Part of #11551 this branch makes au3audio the sole owner of the AudioIO singleton - [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(12 Aug 26)

    Add playRange and stream drain regression tests

  • Paul MARTIN(30 Jul 26)

    Align stream start success checks with the engine token contract

  • Paul MARTIN(30 Jul 26)

    Record the audio stream token inside the engine

  • Paul MARTIN(30 Jul 26)

    Route realtime effect state management through the audio engine

  • Paul MARTIN(30 Jul 26)

    Add Au3Player unit tests

  • Paul MARTIN(29 Jul 26)

    Route Au3Player's remaining AudioIO access through the audio engine

  • Paul MARTIN(29 Jul 26)

    Add isStreamActive and streamTime to the audio engine interface

  • Dmitry Makarenko(02 Sept 26)

    Fix signing process (#11889) Resolves: broken beta 4 release Add guid to filenames when uploading to the signing service to prevent mixing up executables for concurrent runs <!-- 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

  • Dmitry Makarenko(02 Sept 26)

    Add guid to filenames when uploading to the signing service to prevent mixing up executables for concurrent runs

  • Paul MARTIN(02 Sept 26)

    Build system cleanup: explicit dependencies, wx containment, import-export libraries (#11795) Closes #10452, closes #10338 Makes the dependency graph real: every target declares what it uses with standard CMake `PUBLIC`/`PRIVATE` scoping, enforced by the compiler. - All au3 libraries link `wxBase` PRIVATE; au3wrap is the single remaining public wx conduit (removing wx from au3 headers: #11804). - All 77 au3 libraries use standard scoping; the legacy `-interface` suffix convention is retired. - Blanket API defines removed — each library exports its own `*_API=` define. Also fixes fresh-configure builds producing different definitions than incremental ones. - AU4 modules declare only direct dependencies (~190 compiler-verified entries instead of 489 hand-copied ones). - Import-export formats are per-format static libraries under `au3/modules/import-export/` (au3wrap: 84 → 15 TUs, no more rapidjson/codec links). Third-party deps stay PUBLIC where an au3 header exposes them (codecs, sbsms, pffft — #11803). - Dead `au3/modules/sharing` removed (superseded by au3-cloud-audiocom + src/au3cloud). `USE_FFMPEG` stays undefined — no runtime behavior change. Follow-ups: #11803 (third-party deps private), #11804 (wx out of au3 headers), #11805 (unity builds), #11806 (au3wrap link hygiene). All third-party wrappers now live in top-level `thirdparty/` (#10338). <!-- 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(02 Sept 26)

    move au3 third-party wrappers to top-level thirdparty/

  • Paul MARTIN(02 Sept 26)

    au3: remove dead sharing module (superseded by au3-cloud-audiocom and src/au3cloud)

  • Paul MARTIN(02 Sept 26)

    au3: build import-export format plugins as static libraries

  • Paul MARTIN(02 Sept 26)

    au3: retire -interface convention; au4 modules keep only direct au3 deps

  • Paul MARTIN(02 Sept 26)

    au3: declare library dependencies with standard CMake scoping

  • Paul MARTIN(02 Sept 26)

    au4: link au3wrap and declare explicit au3 dependencies

  • Paul MARTIN(02 Sept 26)

    au3: make includes explicit and link wxBase PRIVATE in all libraries

  • Grzegorz Wojciechowski(02 Sept 26)

    Update in-repo translations from Transifex (#11876) Run `tx pull`

Audacity Security

4.8/10

Repo Security Summary

Updated 24 Aug 26

  • Maintained10/10
  • Code-Review10/10
  • PackagingN/A
  • CII-Best-Practices0/10
  • Dangerous-Workflow10/10
  • Token-Permissions0/10
  • Security-Policy0/10
  • License9/10
  • Binary-Artifacts10/10
  • Branch-ProtectionN/A
  • Fuzzing0/10
  • Signed-Releases0/10
  • SAST0/10
  • Pinned-Dependencies0/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 Address75.2.60.5
  • Hostnameacd89244c803f7181.awsglobalaccelerator.com
  • LocationSeattle,Washington,United States of America,NA
  • ISPAmazon.com Inc.
  • ASNAS16509

Associated Countries

  • USUS
  • CACA

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

View on DockerHub

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 NameDefault
  • PUID1000
  • PGID1000
  • TZEtc/UTC

Port List

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

Volume Mounting

  • Container PathHost Bind
  • /config/srv/lsio/audacity/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

Edit Audacity Data

You can edit Audacity's entry in this section of awesome-privacy.yml by submitting a PR to our GitHub repo.
Note that some of the information shown above has been aggregated from external sources, a list of these can be found data documentation.

Origin Data

Modify Data

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!