MATLAB based audio synthesiser developed as part of my course
Find a file
2021-12-01 18:46:15 +00:00
.github Add project file 2021-12-01 17:12:51 +00:00
samples Add some sample output 2021-12-01 18:46:15 +00:00
Synthesiser_resources Add project file 2021-12-01 17:12:51 +00:00
.gitattributes Add project file 2021-12-01 17:12:51 +00:00
.gitignore Add project file 2021-12-01 17:12:51 +00:00
adsr.m Add volume envelope forming 2021-11-30 18:06:42 +00:00
pvistft.m Add phase vocoder files 2021-11-21 16:53:19 +00:00
pvoc.m Add phase vocoder files 2021-11-21 16:53:19 +00:00
pvsample.m Add phase vocoder files 2021-11-21 16:53:19 +00:00
pvstft.m Add phase vocoder files 2021-11-21 16:53:19 +00:00
README.md Equaliser and spectrogram settings are now applied last 2021-12-01 18:37:22 +00:00
stftBandpass.m Improve stftBandpass 2021-11-24 18:00:19 +00:00
Synthesiser.m Equaliser and spectrogram settings are now applied last 2021-12-01 18:37:22 +00:00
Synthesiser.prj Equaliser and spectrogram settings are now applied last 2021-12-01 18:37:22 +00:00
SynthesiserApp.mlapp Equaliser and spectrogram settings are now applied last 2021-12-01 18:37:22 +00:00

Matlab Graphical Synthesiser

Graphical synthesiser app made for MATLAB

Dependencies

  • DSP Toolbox for MATLAB
  • Audio Processing Toolbox for MATLAB

Running

Choose one of the following methods to run the program

From .mlapp file

  1. Clone the repository
  2. Open the folder in MATLAB
  3. Open Synthesiser.mlapp in MATLAB
  4. Click run

From .m file

  1. Clone the repository
  2. Open the folder in MATLAB
  3. run Synthesiser.m with the command: Synthesiser

Install to app into MATLAB

  1. Go to releases
  2. Download Synthesiser.mlappinstall
  3. Run the file in MATLAB to install as an app

Sample attribution