Project

General

Profile

Porting a Winamp 2 Input plugin to Audacious

Added by Some Guy about 7 years ago

I have the source of an input plugin that was made for Winamp 2.x and want to know what the process would be for porting the plugin. I tried Googling how one would go about making a plugin for Audacious, but could not find anything. So mainly I'm just wondering what the process is. Is there an API I can reference? Or do you guys just take the source and port it? Just wondering is all.


Replies (1)

RE: Porting a Winamp 2 Input plugin to Audacious - Added by John Lindgren about 7 years ago

You basically subclass InputPlugin (documented in libaudcore/plugin.h). You can look at the sndfile plugin for an example.

    (1-1/1)