Searched refs:pcmout (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dvorbisfile_example.c33 char pcmout[4096]; /* take 4k out of the data segment, not the stack */ variable
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
78 fwrite(pcmout,1,ret,stdout);

Completed in 51 milliseconds