Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide assumes that you've read through the Audio Weaver Matlab MATLAB Scripting API and can develop audio systems using MATLAB scripts.  This is particularly important for module developers since many of the key concepts – pins, variables, modules and system objects - will be built upon here.  Modules are developed using a combination C or Assembly code and MATLAB scripts, and understanding the MATLAB scripts described in the Matlab API guide is critical.  This Developers Guide is suitable for use with the Pro edition of Audio Weaver Designer with a Custom Module Creator license. With Audio Weaver Designer, you will be limited to developing custom audio modules on the PC.

...

Developing custom audio modules for the native PC target requires the following:●     

  • Valid Audio Weaver Designer – Pro Edition License

...

  • Valid Custom Module Creator License

...

  • MATLAB 2017b (64-bit) or later

...

  • VisualStudio 2010 or later

The audio module code is compiled and packaged into an audio module Dynamic Link Library (DLL).  The DLL is read by the Server when it launches and makes the audio modules in the DLL available to the Server.

...