search for: mt_encode

Displaying 1 result from an estimated 1 matches for "mt_encode".

2008 May 06
3
Proof-of-concept multithreaded FLAC encoder
...adata, which should be the only byte difference between the files the multithreaded encoder outputs and the ones the example libFLAC one outputs (well, and md5). Patch file for flac 1.2.1 or CVS: http://www.akalin.cx/patch-libFLAC.in Source file for multithreaded FLAC encoder: http://www.akalin.cx/mt_encode.c mt_encode.c should compile on gcc 4.x with -Wall -Werror -g -O2 -ansi . Usage is simply "mt_encode.c input.wav output.flac [num_threads]". Of course, I'm not suggesting that the patch file above be committed; it was just to get the proof-of-concept multithreaded encoder working wi...