Re: [Flac-dev] Re: multiple core support

2007-09-07 Thread Josh Coalson
it actually is complicated. the libFLAC api is not suited to a multithreaded design because the i/o is stream-based, not file- based. flac(.exe) is the file-based wrapper around libFLAC that allows it to work on files. the way libFLAC buffers data is also impossible to parallelize without

Re: [Flac-dev] Re: multiple core support

2007-09-07 Thread Ralph Giles
On Fri, Sep 07, 2007 at 04:59:50PM -0700, Josh Coalson wrote: it actually is complicated. the libFLAC api is not suited to a multithreaded design because the i/o is stream-based, not file- based. flac(.exe) is the file-based wrapper around libFLAC that allows it to work on files. the way

Re: [Flac] FLAC: win installer

2007-09-07 Thread Greg M.
Harry, If you've got a web browser, you really really really really really really really really ought to go and check out the FLAC forum at hydrogenaudio.org: http://www.hydrogenaudio.org/forums/index.php?showforum=67 if you haven't done so already. So many questions; so many answers.. Greg M.

Re: [Flac] FLAC: win installer

2007-09-07 Thread Harry Sack
2007/9/7, Josh Coalson [EMAIL PROTECTED]: - what windows versions are supported by the installer? I know it works at least back to nt4, not sure about earlier versions so all 9x versions are supported because they were released after nt 4?