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

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) */