필터 지우기
필터 지우기

What are the products required to generate a VST plugin with a deep neural network in Audio Toolbox?

조회 수: 2 (최근 30일)
I am designing a VST plugin to process audio using the Audio Toolbox, and I am intending to include a neural network in this plugin. Does including the neural network imply that extra toolboxes are required for generating the audio plugin?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2023년 6월 1일
To generate the code for a VST plugin with a neural network, either MATLAB Coder or the MATLAB Coder Interface for Deep Learning can be used in conjunction with the Audio Toolbox.
The MATLAB Coder Interface for Deep Learning is a support package that is free and does not require MATLAB Coder to run. It can be downloaded from this link:
Note that generating VST plugins requires the Microsoft Visual C++ product family, as shown on the page below:
Thus, MinGW cannot be used. Please select the Microsoft Visual C++ compiler using the following commands:
>> mex -setup C++
and
>> mex -setup C
  댓글 수: 1
Gabriele Bunkheila
Gabriele Bunkheila 2023년 6월 6일
So to summarize, in terms of licensing the requirements are as follows:
  • Audio Toolbox (and its dependencies)
  • Deep Learning Toolbox

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation, Tuning, and Visualization에 대해 자세히 알아보기

제품


릴리스

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by