1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-11 22:51:06 +02:00
2015-04-07 22:10:17 -05:00

7 lines
236 B
C

/* phasevocoder.h -- this is a stub showing how you might hook a
phase vocoder into Nyquist using pvshell
*/
sound_type snd_phasevocoder(sound_type f, sound_type g, double x);
/* LISP: (snd-phasevocoder SOUND SOUND ANYNUM) */