[gst-devel] VST Audio Plug in approach using Gstreamer and Linux OS with ARM Cortex A8 processors

Stefan Kost ensonic at hora-obscura.de
Tue Jan 6 14:25:04 CET 2009


thx1138 schrieb:
> Hello,
> 
> We are presently using VST as a plug-in for audio applications and the
> question came up today is it possible for VST plug-ins to work with
> G-Streamer? Our VST's are migrating from PC/Mac Intel host and desire to use
> VST approach with Gstreamer for ARM Cortex A8 processor.
> 
> We have Linux Gstreamer as our Linux interface and we are wondering what has
> been done in this area already to look at the API interfaces etc.

If those are your own vst plugins I would port them to gstreamer. For vst
effects you could use GstAudioFilter as a baseclass
(gst-plugins-base/gst-libs/gst/audio/).

If you want to keep the plugins as they are, you would need to write a brige
plugin. It would load the vst plugins as a host an externaly appear as a
gstreamer plugin.

Stefan

> 
> Regards,
> 
> Terry
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel





More information about the gstreamer-devel mailing list