mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-11 14:41:06 +02:00
4 lines
197 B
C
4 lines
197 B
C
sound_type snd_make_stkpitshift(sound_type s1, double shift, double mix);
|
|
sound_type snd_stkpitshift(sound_type s1, double shift, double mix);
|
|
/* LISP: (snd-stkpitshift SOUND ANYNUM ANYNUM) */
|