Skip to content

rayxke/vocal-synth

Repository files navigation

Vocal Synthesizer

Overview

A basic Vocal Synthesizer built using JUCE. Users can select notes on the sound grid to input a melody. Then using the lyric editor type in lyrics for the synth to sing.

Build

CMake is required to build. Please download if not already installed.

Clone the repo

git clone https://github.com/rayxke/vocal-synth

Change to project directory

cd vocal-synth

Populate JUCE

git submodule update --init

Then build with CMake

cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

This will result in a release build in the build directory.

For more detailed instructions please refer to the JUCE CMake API

Contributing

  • Fork the repository
  • Make your changes in a separate branch
  • Open a pull request