export filters as DLL / COM objects

hello
i wonder if someone here can guide me on this: i wish to create some filters, save them, and than compile it into .net objects or com objects in order to use it on a website i am building. is there any way to do it without install Audacity on the web server? can i export filters i create and than use them as online service somehow?

I am also willing to pay for a developer that can will help with the compilation / creation of such DLL files.

Thanks

I suspect that Audacity may not be a good starting point for your project.
Audacity will not run as a web application and it provides no means for creating filters for use in other software.
You’ve not told us anything about your proposed project other than you want to run it on a website. Perhaps a better starting point would be Web Audio API?