1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00
2010-01-24 09:19:39 +00:00

5 lines
295 B
C

sound_type snd_make_fmfb(time_type t0, double hz, rate_type sr, double index, time_type d);
sound_type snd_fmfb(time_type t0, double hz, rate_type sr, double index, time_type d);
/* LISP: (snd-fmfb ANYNUM ANYNUM ANYNUM ANYNUM ANYNUM) */
#include "sine.h" /* sine_table and SINE_TABLE_LEN */