Skip to the content.

Demo for the final project of GCT535 Spring 2022 Sound Technology for Multimedia, KAIST.

We constructed our own Vocoder Effect and related parameters to mimick several iconic vocoder-effected vocal tracks which are Daftpunk, Zedd and Stevie Wonder.

You can check implementation detail and result samples below.

Vocoder Implementation


Figure.1 Implementation of Vocoder


A vocoder takes two different signals, carrier $car$ and modulator $mod$, as inputs and outputs one result signal $output$. Let the number of frequency bands $N$, the number of time samples $T$.

Each bandpass filter $bandpass_i, i\in [1, N]$ corresponding to a single frequency band has passband $[f_{i-1}, f_i]$. The output signal is retrieved as the following:

\(output_t=ISTFT(\Sigma_{i\in [1, N]}{RMS(bandpass_i(mod_t))\times bandpass_i(STFT(car_t))}), t\in[0, T]\).

RMS and STFT are calculated in the same hop length.

As a result, we can retrieve a modified carrier signal that has the same envelope as the modulator signal in the frequency domain over time which reflects the formant characteristics of the modulator.


Figure.2 Comparison between original STFT and vocoded STFT


Result Samples

Modulator Carrier Vocoded Result



Controllable Parameters



Various Carrier Samples

We applied various types of carrier sounds to the two modulator, suzanne and dog sound. Check the below samples focusing on how the sound is modulated following the carrier’s texture or harmonic structure.

1. Suzanne

Carrier Vocoded Result
Incremental Sawtooth
Orchestra
Pad Chord
Wind

2. Dog Sound

Carrier Vocoded Result
Incremental Sawtooth
Harp
School Bell
Synth
Whale
Meow
Starwars
Trumpet


Let’s Mimick Some Artists!

We used sawtooth signals with static or dynamic fundamental frequency over time as a carrier sound. By manipulating the controllable parameters of the vocoder, we finally got the resulting sound tracks.

1. Daftpunk - Harder, Better, Faster, Stronger

Target
Our Voice
Mimicked Result

2. Zedd - Stay

Target
Our Voice
Mimicked Result

3. Stevie Wonder - Close to you

Target
Our Voice
Mimicked Result