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