Earlier quoted context omitted.
"The Birth & Death of JavaScript" called it...
Seeing as we're talking about a webasm blob rendering into a canvas element, I'd title it "The Death & Rebirth of Flash".
Wavacity – a FOSS port of Audacity to the web
91–100 of 148 posts
Re: Wavacity – a FOSS port of Audacity to the web
#92On my computer audacity takes 20s to start, does anybody know why it takes so long?
Re: Wavacity – a FOSS port of Audacity to the web
#93I wonder if there any wasm window managers.
Re: Wavacity – a FOSS port of Audacity to the web
#94Wavacity developer here. I released this a year ago under the name "wavvy" but needed to rename the project because of a trademark conflict. https://news.ycombinator.com/item?id=32688646
Maybe add a description and URL in the repo settings? https://github.com/ahilss/wavacity
(and linking back to the GitHub from Wavacity would be nice too, as right now it's not obvious it's available)
Re: Wavacity – a FOSS port of Audacity to the web
#95Earlier quoted context omitted.
How did you get wxwidgets to compile to the web? Was it a lot of work?
This is the part I want to know also
Re: Wavacity – a FOSS port of Audacity to the web
#96Earlier quoted context omitted.
Does EVERY desktop application really need to run on mobile? Some apps are just... call me crazy... desktop apps! (NOTE: "native vs. browser-based" is separate distinction from "desktop vs. mobile".) That's not to say that there can't be mobile audio apps, or mobile whatever. I just think that's a separate app, and should be designed and written as a mobile app from conception. I realize that a large cohort finds des…
You can use GarageBand perfectly fine on an iPhone, no reason Audacity can't do the same. It's literally just a UI issue, easily remedied especially on the web.
I think Audacity devs should instead focus their limited resources on desktop (mouse+keyboard+big screen) use. Also because if you just need some simple audio editing, you can be served by other simple mobile apps.
Re: Wavacity – a FOSS port of Audacity to the web
#97The page loads fairly quickly, I guess most people miss out the loading screen with the link to the github repo: https://github.com/ahilss/wavacity So yes, this is a WebAssembly app. It loads a 5.2MB .wasm file and 2.3MB .data file. Neat, isn't it?
Also impressive is that is smaller than every other release artifact: https://github.com/audacity/audacity/releases
Edit I guess the wxWidgets lib is smaller, as it is more incomplete.
Re: Wavacity – a FOSS port of Audacity to the web
#98Wavacity developer here. I released this a year ago under the name "wavvy" but needed to rename the project because of a trademark conflict. https://news.ycombinator.com/item?id=32688646
How did you get wxwidgets to compile to the web? Was it a lot of work?
Re: Wavacity – a FOSS port of Audacity to the web
#99Re: Wavacity – a FOSS port of Audacity to the web
#100We'll need to stop calling web browsers web browsers.
https://www.destroyallsoftware.com/talks/the-birth-and-death...