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.

2 snippets

1132 profile views

2 Comment(s) Posted

View their favorites

their Tags


Profile

Achievement

first submission:submitting first snipplet

Zufolek's Recent SnippetsTagged file



« Prev 1 Next »
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 672 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 675 posted 14 years ago by Zufolek
« Prev 1 Next »