Index of /c/ks

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2019-12-02 19:09 526  
[TXT]README.html2024-11-11 20:51 689  
[TXT]ks.c2024-11-11 20:53 5.4K 
[TXT]wraiff.h2019-12-30 19:17 5.5K 
[TXT]wraiff.c2019-12-30 19:16 18K 
[SND]ks.aiff2024-11-11 20:55 5.9M 

Karplus-Strong plucked string example in the C programming language.

    ks.c      Implements the linear difference equation
              y[n] = 0.49609375 (x[n] + y[n-100] + x[n-1] + y[n-101])
              and writes the result of some noise bursts on the input
              (x[n]) to AIFF file.

    wraiff.h  C API headerfile (specification/documentation).
    wraiff.c  C sourcecode (implementation, no need to look inside).

    Makefile  To compile under UNIX.
              Users of graphical compilers can simply drop both .c 
              files (ks.c and wraiff.c) in a standard C project.

    ks.aiff   Is the audio result.

Pieter Suurmond - 2004, 2005, 2006