ktpsns 12 hours ago

An audacity fork. Reason for forking described at https://tenacityaudio.org/docs/_content/Introduction_and_Mot... . Their own summary:

> at the primary reasons were attempts at adding telemetry and a new desktop privacy policy [by the new audacity maintainers]

Previously discussed at https://news.ycombinator.com/item?id=34835200

  • forgotpwd16 11 hours ago

    So, 4 years since the initial forks and 2 years since the Audacium merge, how Tenacity (basically Tenacity&Saucedacity&Audacium) compares to Audacity?

    • LeoWattenberg an hour ago

      After its inception, Tenacity unfortunately tackled an irrelevant, yet opinionated part of development first: The build system, together with any internal variables saying "audacity" getting replaced with "tenacity". As such, a lot of the work that's gone into it don't manifest to users, and merging any upstream changes takes needlessly long. As a result of this, Tenacity fell behind upstream a lot, being stuck somewhere around Audacity 3.1 while Audacity already was around 3.7. Last month, mercifully, Tenacity got rebased onto Audacity 3.7: https://codeberg.org/tenacityteam/tenacity/pulls/527 (a +261299 -395037 diff!)

      As far as user-facing changes go, it's some new themes, a different compressor, keeping features visible which upstream has hidden by default, MKA support without FFmpeg, as well as support for some more niche systems (Haiku, BSD). All of this is in some stages of ongoing; Tenacity 1.4 alpha 1 got released a few weeks ago, and while that does include the rebase, it hasn't ported back all of the changes which were made before the rebase.

      Noteworthy: Most of the development is being contributed by one person, Avery King.

      As of right now, I'd recommend Audacity 3.7.x over Tenacity, as Audacity 3.x has been in maintenance mode pretty much since 3.6, while Tenacity is currently finding its footing again. Disabling update checking is easy enough anyway.

      In the future though, it appears that Tenacity is going to keep alive legacy Audacity for legacy systems while Audacity 4 is on the way of adding more DAW features and dropping support for older systems. Definitely a worthwhile role to inherit.

      (disclaimer: I was a designer for Audacity)

  • cookiengineer 9 hours ago

    Well, technically the reason for the fork was the implanted backdoor that was executing a binary coming from Muse groups server, hidden as telemetry and an update check. It's not a well built backdoor and the code is easy to spot, as there's not a lot of other http related code in audacity itself.

    edit: Check the au3/src/update/UpdateManager.cpp, they're still not hiding this better after all that happened, lol.

    [1] https://github.com/audacity/audacity/blob/8d6e45a9756e700b7f...

    • swiftcoder 8 hours ago

      Can you point out the specific issue here? At a glance it looks like a fairly normal self-update patching process

    • Orygin 7 hours ago

      I mean, you already are "executing a binary coming from Muse groups server" if you downloaded Audacity from their website. How is an auto update mechanism a backdoor? You have to accept a modal for it to run the downloaded binary.

      I guess it could be improved by using and verifying signatures, but it seems pretty on point for a standard windows software auto update feature

Mashimo 10 hours ago

Audacity had a 5 year plan on removing technical debt and overhauling the UI https://www.youtube.com/watch?v=QYM3TWf_G38 (1 hour long video)

Will this be merged into Tenacity or are they going further apart?

  • stronglikedan 4 hours ago

    Listenable at 2x, so only a 26 minute video! (I highly recommend trying more than 2x for premium users, and letting your brain get used to it before poopooing it.)

  • lapinovski 9 hours ago

    that's a beautiful and very educational video. Basically how to listen user and how to implement feedback around user feedback.

    I mean tantacrul's videos are generally super educational to begin with but I really liked this one tbh. Wish he could do this full time and had more frequent videos.

    the only thing that I didn't liked the logo. I mean bleh. i hope they'll do something more nice to look at. that's my only complaint lol.

t43562 3 hours ago

I'm having difficulty building it on Artix (an arch derivative).

    [ 63%] Linking CXX executable ../RelWithDebInfo/tenacity
    /usr/bin/ld: /tmp/lto-llvm-3894d5.o:   (.data.rel.ro._ZTI21ListNavigationEnabledI8wxWindowE[_ZTI21ListNavigationEnabledI8wxWindowE]+0x10): undefined reference   to `typeinfo for wxNavigationEnabled<wxWindow>'
This is probably some sort of issue with the way part of wxwindows was built on my distribution. I'd love it, of course, if anyone has had the same problem and a solution or any ideas about what to do. I will see if it's possible to rebuild some more recent wxwindows or to change its build options to include type info.
officeplant an hour ago

Will have to try this out. I have yet to find a reason to not just continue to use the old version 2.x audacity from the pre-telemetry days. I just need simple post-production tools after rendering out of my DAW and the old audacity does the trick.

estimator7292 5 hours ago

I dropped audacity because of the audacious cloud crap in an application I view as Notepad for wav files

Tenacity has been pretty nice

gpers0n 2 hours ago

It seems like Tenacity is getting more attention in recent days. Why that is, I'm not sure, but it's great to see it getting more traction! (I say this as a current maintainer! :D)

In recent times, Tenacity 1.4 alpha 1 was released! This is the culmination of a months-long rebase effort off Audacity 3.7.5, bringing features like realtime effects, non-destructive pitch shifting and stretching, beats and bars support, and plenty of others. Of course, there's no telemetry either, including cloud integration too.

Keep in mind that this is an alpha release, so we're still working on the final 1.4 release and are still a good deal away from it. For example, one of the most notable things missing at the moment are our themes, but those will return in 1.4 alpha 2 as I'm working on a brand new theme system to address the limitations of the current theme system. I intentionally did not reimplement our themes again because I was tired of dealing with the theme system we inherited, and this has been in the work for several years now. We should be close to fruition, but I'm performing some refactoring first before I continue on :)

Meanwhile, we're also working on an unplanned 1.3.5 release. It was originally intended to be a rebuild of 1.3.4 (which I'll explain when 1.3.5 is released), but it's going to include a fix for a spectrogram crash, Windows dark mode support, fixes for recent compilers, and a new Windows on ARM build! I also plan to get macOS builds back again, but I don't have a Mac to test things on. I know macOS builds are currently packaged incorrectly, and I'm currently trying to figure that out. If anyone wants to test out the latest 1.3.5 builds, you can here: https://nightly.link/tenacityteam/tenacity/workflows/cmake_b.... All in all, you can think of 1.3.5 as, at this point, having a few 1.4 alpha 1 backports, kind of like how 1.3.4 had a few pre-rebase 1.4 backports.

Anyways, I'm glad to see some interest in Tenacity. If anyone wants to contribute, feel free to come over to https://codeberg.org/tenacityteam/tenacity and contribute in anyway you can! We also have a manual that needs to be (re)written (for 1.4) here: https://codeberg.org/tenacityteam/tenacity-manual. Finally, you can also contribute to our Weblate here: https://hosted.weblate.org/projects/tenacity. However you contribute, we will wholeheartedly accept it! Thanks in advance too! :D

mulhoon 9 hours ago

Does anyone see multitrack recording happening well in-browser?

Has anyone tried BandLab? Aside from the social slop and recent aggressive advertising, their recording app is super impressive, glitch free, low latency, easy to use and sounds great.

Or will this always be the domain of installable software?

  • mystifyingpoi 7 hours ago

    I've never recorded with BandLab, but used it a lot for playback, and for a beginner, it's really good and very easy to use.

    With regards to recording - I'm curious how this would work on a scale like 16 ins at a time. Dumping bits from the interface to disk as uncompressed .wav is trivial, on the browser I'm not sure how storage works. Would it have to upload to the cloud immediately?

  • ginko 8 hours ago

    Serious question: Why would it be preferable to have something like this in the browser? The thought of having to keep track of a browser tab that you might accidentally close and lose all your work doesn't sound great.

    • JKCalhoun 4 hours ago

      I would like to see something like this in the Web simply to allow for collaboration.

      I would love to see a DAW where randos upload just a track—maybe a drum track. Other's can "create a branch" where they jam along: add a bass track. And let the jamming, branching, songwriting commence.

      • duped 8 minutes ago

        Why does that require the web? Networked collaboration integration already exists in mainstream DAWs without all the downsides of forcing things into a web browser

    • jmiskovic 7 hours ago

      This is easy to fix with local storage. You reopen the tab and you're right where you left it. Unfortunately the companies see it as an opportunity to lock users in with cloud saving.

      The allure is that the web is the most open, most stable and the most cross-device platform we have. Almost anything that was made for web still works today, with Flash and Java applets being the two big exceptions. Following the Lindy effect the self-contained web apps of today will still be operational far into the future.

      Contrast this with Android's pathetic record of constantly breaking backward compatibility and restricting what software the users can even run on their devices.

      • ginko 6 hours ago

        How is the web stable? Any server can change the app you're working on without you being able to do anything. Tons of the old web is broken or gone.

        Compare that to a win32 desktop app that will almost certainly keep working indefinitely without any changes. Plus you can use proper files for storage.

dsijak 8 hours ago

While Audacity is the app that I always have on every platform, UI is not so good. That shouldn't be hard to remake in raylib.

squarefoot 9 hours ago

I didn't know it was still maintained. Just gave it a try on this laptop with Manjaro Linux + XFCE and noticed it both messes with the desktop panel toolbar making it rearrange and flash repeatedly for some seconds while loading and also when changing preferences, then doesn't correctly fit fonts into the dropdown lists in all toolbars. It appears to me it doesn't take into account that the list elements add a bigger empty space around fonts compared for example to buttons, so it considers them shorter and they're partially cut out. I don't have a GH account to properly report this.

  • hyperific 6 hours ago

    From the Development section > The upstream development repository is found on Codeberg. We maintain a GitHub mirror for accessibility and CI purposes, but pull requests are ignored.