Code for Tutorial "Creating Audio Plugins with MATLAB"

Code for tutorial "Creating Audio Plugins with MATLAB", part of the MATLAB Plugin AES Student Competition
ダウンロード: 279
更新 2019/3/27

ライセンスの表示

These files contain the code used during the tutorial session "Creating Audio Plugins with MATLAB", last presented at the 146th Convention of the Audio Engineering Society.
The content is designed to teach students the basic skills needed to participate in the MATLAB Plugin AES Student Competition. It is updated as of March 2019 and compatible with MATLAB releases R2018b and R2019a.
The topics covered include manipulating audio signals, processing live real-time audio in MATLAB, packaging MATLAB code as an audioPlugin, exposing audio parameters via user interfaces, turning a MATLAB audioPlugin into a VST plugin, hosting own or other existing VST plugins within MATLAB, and profiling live audio processing prototypes.
The session went through the MATLAB scripts included in the following order:
1. AudioSignalBasics.m
2. AudioStreamingInMATLAB.m
3. PackagingAudioPlugins.m
4. TestingSourceAndGeneratePlugins.m

For more information on the MATLAB Plugin AES Student Competition, please visit: http://www.aes.org/students/awards/mpsc/

For more MATLAB resources on the AES MATLAB Plugin Student Competition, please visit: https://www.mathworks.com/academia/student-competitions/aes-matlab.html

引用

Gabriele Bunkheila (2024). Code for Tutorial "Creating Audio Plugins with MATLAB" (https://www.mathworks.com/matlabcentral/fileexchange/67787-code-for-tutorial-creating-audio-plugins-with-matlab), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2018b
R2018b 以降 R2019a 以前と互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGet Started with MATLAB についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
2.0.0.1

Updated summary

2.0.0.0

Updated for 2nd edition (Mar 2019). Including pdf of tutorial slides.

1.0.0.0

Cleaned up submission archive (code only)