rupakvignesh / Sinusoidal-Modelling

A Virtual Software Technology (VST) plugin that allow users to sculpt sounds based on sinusoidal models.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sinusoidal-Modelling

Sinusoidal modelling is a technique used to approximate a signal, in audio it is typically used in the task of speech analysis and speech synthesis. In our project we use sinusoidal models to deconstruct the audio and morph it in different ways by changing the number of sine waves approximating the signal, changing the pitch and changing the amplitude threshold for detecting peaks.

Third party tools

Steps to build

  • Open the Jucer (SineModelJuce/NewProject.jucer).
  • Set the header search path to /Sinusoidal-Modelling/src/inc (absolute path from root directory).
  • Add Sinudoid.cpp, Fft.cpp, utilFunctions.c and rvfft.cpp to the JUCE Source folder (click on + and add existing files)
  • Set JUCE Modules path.
  • Click the "Save and open in IDE" button in JUCER.

Verification

  • Sine wave, Zero (DC), speech and music audio files and compared with the python implementation.

Authors

  • Rupak Vignesh Swaminathan
  • Vinod Subramanian

Acknowledgements

  • Alexander Lerch (Audio Software Engineering instructor)
  • Takahiko Tsuchiya (Audio Software Engineering TA)
  • Xavier Serra (Python Reference Implementation)

About

A Virtual Software Technology (VST) plugin that allow users to sculpt sounds based on sinusoidal models.

License:GNU General Public License v3.0


Languages

Language:C++ 69.8%Language:C 14.4%Language:CMake 13.4%Language:Objective-C++ 2.2%Language:R 0.2%