mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-07 15:22:34 +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) */
|