Show HN: Wavvy – web-based audio editor (Audacity port)
21–30 of 115 posts
Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#22Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#23> I originally developed a WASM port of wxWidgets
I had some fun looking at the commits here[1] and I can imagine a lot of classic wxWidgets apps are going to be ported to wasm now. Congrats, that a lot of dedication!
[1] https://github.com/wxWidgets/wxWidgets/compare/master...ahil...
Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#24What other options exist for "complex native-ish browser interfaces" in this style? E.g. if you wanted to develop a new app which is a traditional desktop GUI app with tons of menus and buttons that need to be custom rendered (so wasm/canvases presumably, rather than html), what options exist aside from this effort with wxWidgets? For example, say you wanted to make a 3D editor/CAD program or full-featured DAW from s…
Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#25Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#26One thing I can learn from your work is to how the canvas is rendered. For my project Glicol (https://glicol.org) I use the Web Audio Analyser Node for visualisation but I am considering to use SAB to send even non-audio channels and render the canvas in real-time. It would be great to explore the process if you can write more on your GH repo.
Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#27Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#28Is there a way to record the output audio? Audacity on windows has the WASAPI option, which my wife has to use a lot.
Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#29Re: Show HN: Wavvy – web-based audio editor (Audacity port)
#30Now we just need to wrap this in Electron so we can run it on desktop! ;)