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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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 120 milliseconds