DSP Plug-in SDK

From JRiverWiki
Revision as of 13:57, 28 September 2011 by JimH (talk | contribs)

Jump to: navigation, search

This SDK contains everything you need to create a DSP plug-in for Media Center.

Download the SDK

Writing a plug-in

The best way to learn about Media Center's plug-in architecture, and to eventually write your own plug-in, is to work through the example provided. It's the simplest plug-in possible, it creates a stutter effect. You should be able to simply make changes where necessary to this project and end up with your own DSP plug-in.

Some Considerations

Here are just a few things to remember when writing a plug-in:

  • The example plug-in was made with Microsoft Visual Studio .NET 2003.
  • Include MJDSPPlugin.h into your project.