Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
11–20 of 23 posts
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#12Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#13Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#14Perhaps slightly off-topic, but wondering if this has the functionality or what others on HN would recommend. I have a friend who enjoys online multi-player games, but she often faces quite a bit of unfriendly remarks when she speaks (CS:GO, I believe it's been an ongoing problem in the community). I'm thinking perhaps an audio program that can alter her voice from female to male would let her game in peace - would a…
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#15That looks seriously impressive. I've tested it with only two (stereo) tracks and one plugin. First impressions. * Smooth and fast. * 160MB disk space, and 100MB RAM on startup isn't lightweight in my book, though. * The plugin selection window is unwieldy. I tested it on an (audio-wise) clean macOS system, and the list of Apple plugins was already almost impossible to navigate. On my personal laptop, I've got hundre…
- Glad it felt smooth and fast to you, that's exactly what we are striving for. - For the plugin list issue, yes, we also noticed that before release, we are planning to add plugin search/filter in the next iteration. - On wave editing (and potentially spectrum analysis), we had some ideas around this, but we aren't able to fully commit to these yet (we are a very small team). I see your point and I think we will think more carefully about how we present the main selling point of Teapodo in the future (same goes for the "lightweight" part). - Vertical zoom and grouping clips: these also came up when using it internally, so we will also look into these soon.
Again, really appreciate your feedback!
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#16What is the licensing plan for teapodo? It's not open source(?) so I guess you are going to make it into a business at some point somehow?
Yes, we will eventually try to make it a sustainable business.
We don't have a concrete licensing plan yet, but we are hoping to keep all released functionalities free to use so that existing users won't be interrupted.
It's not open source yet, but it's certainly a possible option.
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#17What UI framework is it running on?
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#18Are there any plans to support Linux?
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#19Interesting! Any plans to release rust audio-unit hosting source-code?
Plugin host in Teapodo is done in two main modules: - The Teapodo audio engine provided "plugin slots" for the application to mount plugin instances to (in a thread safe way), which is written in Rust - The plugin format parsers to understand each plugin formats (e.g. VST3, AU) and create plugin instances from, which is written in C++ and is just a thin wrapper around JUCE
We did think about building our own plugin format parsers from scratch, but since we are really small (only 2 devs) we ended up using an existing solution for now. Maybe we will come around and do it at some point (I certainly hope we could!).
As for releasing the source code, that's definitely a possible option. We've seen some interest in the implementation of the project, and we will start by writing about it soon, so stay tuned!
Re: Show HN: Teapodo (Lightweight Audio Editor) Now Supports VST/AU Plugins
#20Any plans for adding tempo adjustments? Having that would mean it could be a handy tool for creating music mixtapes.
Tempo adjustments and beat analysis do sound like interesting ways to expand Teapodo's capabilities! We will certainly consider those. Cheers!