Now someone do the same with blender. XD
Wavacity – a FOSS port of Audacity to the web
71–80 of 148 posts
Re: Wavacity – a FOSS port of Audacity to the web
#72Wow, this is incredible! I was not expecting it to work on mobile Safari of all things, but it does! The UI is even usable. Audacity is an indispensable utility. It’s great to see it and other “real” software on the web. I’m reminded of Photopea[1] which is a web clone of Photoshop. [1]: https://www.photopea.com/
It's been a very long time since I used it, but didn't Audacity turn evil, add a bunch of networking code it never needed before, and start spying on people? (https://fosspost.org/audacity-is-now-a-spyware/). I remember people reverting to older "safe" versions.
I guess that doesn't much matter for this web app since it's collecting your IP and data by design (their privacy policy seems very vague and handwavy), but for the desktop app it seemed like kind of a big deal at the time.
Re: Wavacity – a FOSS port of Audacity to the web
#73Wow, this is incredible! I was not expecting it to work on mobile Safari of all things, but it does! The UI is even usable. Audacity is an indispensable utility. It’s great to see it and other “real” software on the web. I’m reminded of Photopea[1] which is a web clone of Photoshop. [1]: https://www.photopea.com/
Re: Wavacity – a FOSS port of Audacity to the web
#74Earlier quoted context omitted.
Test of if an OS is ready for regular users: Does drag and drop work? Can I choose a random image/file somewhere in one tab/application and drop it into another. Just testing that now... * Drag HN logo to Whatsapp Web: Pass * Drag from Google Photos to Photopea: Pass * Drag a zip file from Google Drive to Dropbox: Fail. * Drag an attachment from an email from gmail into an online hex editor: Fail Conclusion: The web…
I've never even considered doing many of those things, and I've worked in IT for ~10 years and been using computers for 25
Re: Wavacity – a FOSS port of Audacity to the web
#75Wavacity 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
What motivated you to build this? Just because it's cool (it is cool!) or to serve a practical need?
Re: Wavacity – a FOSS port of Audacity to the web
#76Wavacity 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
I like this name too, it's even better.
Re: Wavacity – a FOSS port of Audacity to the web
#77Can anyone summarize how this works. Guessing Audacity is some C++ program. How did they take all the dependencies and make them work on browser, using WASM? What about the frontend? Is the UI just completely re-written?
It uses wxwidgets so they can just compile that to webassembly too.
Edit: the previous submission had a helpful thread on this very topic: https://news.ycombinator.com/item?id=32689423
Re: Wavacity – a FOSS port of Audacity to the web
#78Earlier quoted context omitted.
I agree that it running on mobile safari is incredible - I wouldn’t call the UI ‘usable’ though, it’s a straight duplicate of the desktop UI, which isn’t geared for mobile by any stretch of the imagination, and is actually unusable on my iPhone due to (I assume) far too small a clickable area for most controls. A UI rework to incorporate mobile-friendly design would be a ton of effort, but it would really take this p…
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…
Re: Wavacity – a FOSS port of Audacity to the web
#79Wavacity 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
#80Earlier 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…
Sometimes I don’t need to do “serious audio editing” with audacity. I need to trim a clip or something. I can’t think of a reason why I SHOULDNT be able to do that on my phone that has more processing power than most computers a decade ago