comparison examples/04-Audio/FFT-phase-vocoder/render.cpp @ 500:b935f890e512 prerelease

Updated Doxy to 1.8.11 Amended example titles in render.cpp and file locations in Doxy file.
author Robert Jack <robert.h.jack@gmail.com>
date Wed, 22 Jun 2016 00:27:13 +0100
parents 8fcfbfb32aa0
children 1cec96845a23
comparison
equal deleted inserted replaced
499:a15a116f6904 500:b935f890e512
295 } 295 }
296 296
297 /* ------------ Project Explantation ------------ */ 297 /* ------------ Project Explantation ------------ */
298 298
299 /** 299 /**
300 \example 04_audio_FFT_phase_vocoder 300 \example FFT-phase-vocoder/render.cpp
301 301
302 Phase Vocoder 302 Phase Vocoder
303 ---------------------- 303 ----------------------
304 304
305 This sketch shows an implementation of a phase vocoder and builds on the previous FFT example. 305 This sketch shows an implementation of a phase vocoder and builds on the previous FFT example.