Plausible Analytics VS audacity

Compare Plausible Analytics vs audacity and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Plausible Analytics audacity
303 344
18,213 11,371
2.6% 3.9%
9.8 9.9
6 days ago 1 day ago
Elixir C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Plausible Analytics

Posts with mentions or reviews of Plausible Analytics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-18.
  • Show HN: Open-Source Ad-Free File Upload Service
    1 project | news.ycombinator.com | 22 Apr 2024
    Also, currently we are using https://plausible.io/ for analytics. No other bugs.
  • Plausible as an alternative to Google Analytics
    2 projects | dev.to | 18 Apr 2024
    I just swapped out Google Analytics with Plausible for AINIRO.IO. It’s only been a week, but so far I am super jazzed about it. First of all, Plausible doesn’t use cookies, so I can completely drop all cookie disclaimers and popups I had because of GDPR. Second of all, the site scores significantly better on load time. This results in a 10x better user experience for my website visitors, while making sure the website is still 100% conforming to GDPR laws.
  • Simple no bs persistent notepad
    2 projects | news.ycombinator.com | 16 Mar 2024
    No clue what you mean, browser cache might even clear itself without you doing anything manually. This thing makes no sense.

    Nowhere ever did it say Tech Demo anywhere, not in the HN headline, not on the page itself. No, thanks. And even as a tech demo, there is nothing impressive going in. It is stores shit to local storage, I guess. Lol, I just looked this up, and it was in Firefox on 2009 already? WHAT? https://developer.mozilla.org/en-US/docs/Web/API/Window/loca... I never used it myself directly, but I remember reading about some API that kind of is the new version of cookies that can store more and better and I think that is it. 2009, I would swear what I think about was newer, maybe I am mixing something up, maybe not.

    It has unnecessarily tracking from the comment above, not sure if it even sends all your notes to https://plausible.io, and I do not care. For me, this fails as a tech demo or whatever the fuck It's supposed to be. Sorry to not get all excited about everything posted here. In 2009 it for sure would ;)

  • Using Analytics on My Website
    7 projects | news.ycombinator.com | 15 Dec 2023
    If you already use Posthog, Web Analytics has been in Public Beta for quite some time.[1]

    If I remember correctly, CloudFlare Analytics does not need you to register your domain with them. I personally feel keeping domain registration coupled with your DNS provider is not a good idea.

    Plausible[2] has an Open Source self-hostable version but is not so updated in sync with their SaaS version.

    Umami[3] is another simple, clean one. And, of course, as many have suggested, Matomo is the other well-established one. If you want to avoid maintaining a hosting routine, a lot do the hosting out of the box these days. PikaPods[4] was good when I tried and played around for a while.

    1. https://posthog.com/docs/web-analytics

    2. https://github.com/plausible/analytics

    3. https://umami.is

    4. https://www.pikapods.com

  • Open Source alternatives to tools you Pay for
    21 projects | dev.to | 8 Dec 2023
    Plausible - Open Source Alternative to Google Analytics
  • 11 Ways to Optimize Your Website
    12 projects | dev.to | 12 Nov 2023
    There are many good, lightweight, and open-source alternatives to Google Analytics, such as Plausible, Matomo, Fathom, Simple Analytics, and so on. Many of these options are open-source, and can be self-hosted.
  • Ask HN: What is the least obnoxious way to ask for cookie permissions?
    1 project | news.ycombinator.com | 29 Sep 2023
    You log the IP address, referrer, user agent and the requested page URL but you don't set a unique cookie to identify the user.

    This still gets you plenty of actionable analytics information: where geographically people are located (via GeoIP), what pages are most popular, what platforms (including desktop vs mobile) people are using.

    I've been using https://plausible.io for analytics on a bunch of my sites for a couple of years now and I honestly don't miss the extra level of detail I got from cookie-based analytics I've used in the past.

  • Ask HN: Is Google Analytics that useful?
    6 projects | news.ycombinator.com | 11 Sep 2023
  • A Developer's Guide to Blogging
    3 projects | dev.to | 26 Aug 2023
    The analytics provider I've gone with is Plausible. Sadly it's not free - about $9 a month - but it's easy to use, lightweight (the script is less than 1kb), and respects privacy, so it's worth a look IMO.
  • Best alternative to GA4 when Google Ads is your most important channel?
    2 projects | /r/PPC | 11 Jul 2023
    Plausible

audacity

Posts with mentions or reviews of audacity. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-02.
  • Audacity 3.4.1 is Out
    1 project | /r/AudacityVO | 11 Nov 2023
    #5467 Fix 24-bit recording.
  • Audacity 3.4 – New Musical Features
    10 projects | news.ycombinator.com | 2 Nov 2023
    The time stretch algorithm is implemented in https://github.com/audacity/audacity/blob/master/libraries/l... particularly functions _time_stretch and _process_hop. It looks to me like a classic phase vocoder with vertical phase coherence (c.f. https://en.wikipedia.org/wiki/Phase_vocoder).

    The basic idea is this. For a time-stretch factor of, say, 2x, the frequency spectrum of the stretched output at 2 sec should be the same as the frequency spectrum of the unstretched input at 1 sec. The naive algorithm therefore takes a short section of signal at 1s, translates it to 2s and adds it to the result. Unfortunately, this method generates all sorts of unwanted artifacts.

    Imagine a pure sine wave. Now take 2 short sections of the wave from 2 random times, overlap them, and add them together. What happens? Well, it depends on the phase of each section. If the sections are out of phase, they cancel on the overlap; if in phase, they constructively interfere.

    The phase vocoder is all about overlapping and adding sections together so that the phases of all the different sine waves in the sections line up. Thus, in any phase vocoder algorithm, you will see code that searches for peaks in the spectrum (see _time_stretch code). Each peak is an assumed sine wave, and corresponding peaks in adjacent frames should have their phases match.

  • Wavacity – a FOSS port of Audacity to the web
    4 projects | news.ycombinator.com | 1 Sep 2023
    https://github.com/audacity/audacity/releases
  • Releases · audacity/audacity
    1 project | /r/audacity | 9 Jun 2023
  • Need some help with nyquist script - Trying to automatically create labels from clips, including the title of clips
    3 projects | /r/audacity | 23 May 2023
    If you are able to build from source, you could download the latest source code, or the latest release version source code, and manually apply the patch.
  • Custom Themes for 3.1+?
    1 project | /r/audacity | 12 May 2023
    FWIW: We'll be ditching the atlases for 3.4 most likely, in favor of having themes work like they do in source anyway: With individual PNGs for the icons and a Colors.txt containing all the color definitions. With that, custom themes would be much easier to author and also would stop breaking every time we introduce a new icon.
  • Release Audacity 3.3.2 · audacity/audacity
    1 project | /r/audacity | 6 May 2023
  • Audacity 3.3.1 on Tumbleweed is freaking out
    1 project | /r/audacity | 3 May 2023
    https://github.com/audacity/audacity/issues/4639 this bug mentions everything, I guess it's Audacity after all. To be fixed in 3.3.2
  • Tumbleweed, most Audacity "Generate" functions are broken
    1 project | /r/openSUSE | 3 May 2023
  • One-click monitoring in Audacity 3.3.1?
    1 project | /r/audacity | 29 Apr 2023
    No there isn't. I searched in vain for a workaround, and then checked the Audacity issues and found this: https://github.com/audacity/audacity/issues/3385

What are some alternatives?

When comparing Plausible Analytics and audacity you can also consider the following projects:

Umami - Umami is a simple, fast, privacy-focused alternative to Google Analytics.

Tenacity - Tenacity is an easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor/recorder for Windows, macOS, Linux and other operating systems. Project currently on an indefinite hiatus.

Fathom Analytics - Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.

audacious - A lightweight and versatile audio player

GoatCounter - Easy web analytics. No tracking of personal data.

audacium - Free and open-source audio editor

PostHog - 🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.

sneedacity - Audio Editor

ctop - Top-like interface for container metrics

duckduckgo-locales - Translation files for <a href="https://duckduckgo.com"> </a>

pirsch - Pirsch is a drop-in, server-side, no-cookie, and privacy-focused analytics solution for Go.

portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance