mhwaveedit VS audacity

Compare mhwaveedit 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
mhwaveedit audacity
2 344
40 11,457
- 3.9%
0.0 9.9
3 months ago about 6 hours ago
C C
GNU General Public License v3.0 only 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.

mhwaveedit

Posts with mentions or reviews of mhwaveedit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-13.
  • Dillo web browser homepage is for sale
    7 projects | news.ycombinator.com | 13 Aug 2022
    Re: domains -- good point.

    I found some screenshots of Dillo 0.6 -- interesting to see how little the GUI has changed over time, since 2002: https://web.archive.org/web/20020611213502/http://dillo.cips...

    I'm not a software engineer, just an unix-minded end-user, but I've always seen this sort of consistency as very good, thoughtful engineering. Having an almost unchanged GUI for 20+ years is an indicator of well thought out defaults early on, I suppose.

    Similar projects that come to mind are mhwaveedit and mtPaint (the latter was inspired by the former, /1, 2). I need to do audio work, so mhwaveedit is a gem that, for me, has replaced Audacity almost entirely. Blazing fast, with a consistent, extremely well thought out GUI again.

    Eric S. Raymond used Audacity as an example of great unix-y GUI design in "The Art of Unix Programming". I've often thought, that, by now, Audacity somewhat suffers from "feature creep", including GUI-wise. mhwaveedit has managed to escape adding features.

    Quoting a passage grom TAOUP: "Several features of this UI are subtly excellent and worthy of emulation /.../. But these are details. The central virtue of this program is that it has a superbly transparent and natural user interface, one that erects as few barriers between the user and the sound file as possible." /3

    I'd say Dillo managed to maintain the same core idea in terms of web browsing, have as few barriers between the user and the HTML file as possible. No added bloat, for 22 consecutive years. This is quite remarkable, actually -- as compared to GUI (and other) changes of many other browsers. Obviously, the scope of those "other browser projects" is different as well; it's a different world.

    Also, possibly the consistency of the GUI has to do with the use of FLTK, which kind of forces the devs to focus on the bare essentials.

    Let's hope that these indications of Dillo's death (because no homepage) are greatly exaggerated. Greetings and a thousand thanks thus far to all of Dillo's devs!

    1. https://en.wikipedia.org/wiki/MtPaint

    2. https://github.com/magnush/mhwaveedit

    3. http://www.catb.org/~esr/writings/taoup/html/ch06s01.html#au...

  • I’m now in charge of Audacity. Seriously.[video]
    2 projects | news.ycombinator.com | 30 Apr 2021
    I've always found the Audacity UX to be cumbersome. I hope they make some big changes. I'm not super optimistic, though.

    If your needs are simple, I find mhwaveedit[0] much more pleasant to use than Audacity. It also ships with a ton of high quality filters. Really nice piece of software.

    0: https://github.com/magnush/mhwaveedit

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 mhwaveedit and audacity you can also consider the following projects:

netsurf - netsurf

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.

ladybird - Ladybird web browser [Moved to: https://github.com/SerenityOS/ladybird]

audacious - A lightweight and versatile audio player

audacium - Free and open-source audio editor

sneedacity - Audio Editor

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

portmaster - 🏔 Love Freedom - ❌ Block Mass Surveillance

mixxx - Mixxx is Free DJ software that gives you everything you need to perform live mixes.

musescore-downloader - ⚠️ This repo has moved to https://github.com/LibreScore/dl-librescore ⚠️ | Download sheet music (MSCZ, PDF, MusicXML, MIDI, MP3, download individual parts as PDF) from musescore.com for free, no login or Musescore Pro required | 免登录、免 Musescore Pro,免费下载 musescore.com 上的曲谱

opensnitch - OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.

freac - The fre:ac audio converter project