mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-10 22:21:08 +02:00
4 lines
236 B
C
4 lines
236 B
C
sound_type snd_make_buzz(long n, rate_type sr, double hz, time_type t0, sound_type s_fm);
|
|
sound_type snd_buzz(long n, rate_type sr, double hz, time_type t0, sound_type s_fm);
|
|
/* LISP: (snd-buzz FIXNUM ANYNUM ANYNUM ANYNUM SOUND) */
|