Zufolek


Member since 05/16/2009

Name: Zufolek Zufolek

Location: Outer Darkness

Website: http://zufolek.narod.ru

Once upon a time, there was a guy named Zufolek. He coded.

3 snippets

1110 profile views

2 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

Zufolek's Recent Snippets



« Prev 1 Next »
Compile, put exe in cgi-bin folder, and post form data to it.
0 576 posted 14 years ago by Zufolek
Makes a mono 8-bit (i.e. one byte per sample) wav file, "out.wav" containing a 500 Hertz sine wave signal. 22050 is the sample rate, and 64000 is the total size of audio data in bytes.
1 658 posted 14 years ago by Zufolek
loadfile(filename); returns NULL on fail or a pointer that should be free()d when no longer needed. savefile(filename,data,dataSize); returns 0 on fail or 1 on success.
0 666 posted 14 years ago by Zufolek
« Prev 1 Next »