similar to: FLAC: multiple core support

Displaying 20 results from an estimated 10000 matches similar to: "FLAC: multiple core support"

2007 Jul 26
2
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/25, Josh Coalson <xflac@yahoo.com>: > > > > --- Harry Sack <tranzedude@gmail.com> wrote: > > > 2007/7/25, Harry Sack <tranzedude@gmail.com>: > > > > > > > > Hi > > > > > > > > I have downloaded a FLAC file somewhere and when trying to > decode
2007 Jul 27
1
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/27, Josh Coalson <xflac@yahoo.com>: > > > > > > > But how is it possible then the FLAC encoder allows files which > have > > > a bad > > > resulting MD5 to be encoded? Is it because of the bad ram, ... > this > > > incorrect MD5 is not detected during encoding? > > >
2007 Sep 06
3
Re: multiple core support
Hmm, You're actually correct, when you put it that way. Because the audio blocks are coded independently, you could speed things by having the encoder (or decoder) do a little up-front processing on the metadata, then use the overall settings to divide the file into sections and run the FLAC process in parallel. However, I think it is generally frowned upon in some circles to
2007 Jul 25
3
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/25, Harry Sack <tranzedude@gmail.com>: > > > > Hi > > > > I have downloaded a FLAC file somewhere and when trying to decode > it to > > WAV it gives the error message: ERROR, MD5 signature mismatch > > So my question is now: are FLAC files that give the error message > above > >
2007 Jul 23
2
FLAC: editing software
yes I know I can do that, but my question is if there is software to edit FLAC files without having to uncompress to WAV/recompress to FLAC. 2007/7/23, Avuton Olrich <avuton@gmail.com>: > > On 7/23/07, Harry Sack <tranzedude@gmail.com> wrote: > > hi > > > > does somebody know software for editing FLAC files? So I just want to > cut > > some pieces
2007 Sep 06
2
Re: multiple core support
On 9/6/07, Harry Sack <tranzedude@gmail.com> wrote: > it's really not complicated I think: only api changes to write on any Please get started writing a patch, immediately. -- avuton -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell.
2007 Mar 19
2
FLAC: players for Pocket PC
hi, I don't know if this message belongs on the mailing list, so sorry if it is not for this mailing list. I was wondering if somebody knows a player for Pocket PC (windows mobile 2003) that can play FLAC files on the Pocket PC. thanks in advance! Harry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 19
2
FLAC: player with native support for flac embedded pictures
Hi, I'm looking for an audio player with native support for flac embedded pictures. I use Amarok (http://amarok.kde.org/) in linux, but I can't find any player in Windows that has this same native support for embedded flac pictures. I hope somebody can help me thanks in advance! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Mar 23
1
FLAC: players for Pocket PC
I believe the CorePlayer will play back FLAC. Atamido ----- Original Message ----- From: "Josh Coalson" <xflac@yahoo.com> To: "Harry Sack" <tranzedude@gmail.com>; <flac-dev@xiph.org> Sent: Thursday, March 22, 2007 6:26 PM Subject: Re: [Flac-dev] FLAC: players for Pocket PC > http://www.google.com/search?q=flac+pocket+pc > > e.g. > >
2007 Jul 25
3
FLAC: re-encoding
hi I have some questions about re-encoding existing FLAC files to FLAC 1.2.0.: - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the FLAC 1.2.0 encoder? - can FLAC files encoded with the FLAC Flake SVN encoder (or any other 'unofficial' FLAC encoder) be re-encoded by using the FLAC 1.2.0 encoder? thx in advance! -------------- next part -------------- An HTML attachment
2007 Jul 25
3
FLAC: ERROR, MD5 signature mismatch
Hi I have downloaded a FLAC file somewhere and when trying to decode it to WAV it gives the error message: ERROR, MD5 signature mismatch So my question is now: are FLAC files that give the error message above still decodable to WAV (and how can you do this, because flac.exe doesn't want to decode the file), even if there is a MD5 signature mismatch, or is this not possible at all? thx
2007 Apr 02
2
FLAC: track and album gain?
2007/4/1, Ivo Emanuel Gon?alves <justivo@gmail.com>: > > Those are Replay Gain elements. Please check on Wikipedia or > Hydrogenaudio for more information on RG. In short, they are values > to normalize in a lossless way the audio volume. Hi, But how can this be possibly lossless? You change the volume of the audio tracks, so isn't this lossy or does the actual volume
2007 Jul 23
1
FLAC: editing software
I just tried this with Goldwave.. it decoded the file, i edited out some stuff, and saved the file (flac format) and the tags appear to be intact. Greg M. --- Tomas Valusek <tvalusek@seznam.cz> wrote: > Hello, > > and what if I want to preserve FLAC tags while I'm > editing its contents? > Is there a way e.g. to cut silent block from FLAC > and preserve tags? By
2007 Mar 19
2
FLAC winamp plugin
Hi, What is the best way to play FLAC files in winamp? Using the in_flac.dll plugin provided in the flac-1.1.4-win.zip file and copying it to the Plugins subdirectory of winamp or using the plugin that's provided by winamp itself? Are there differences between those 2 plugins? It's not really clear for me thanks in advance Harry -------------- next part -------------- An HTML attachment
2007 Apr 09
2
Re: FLAC: re-encode
Hmm, what if the FLAC options produce a larger file on output than input? Would -f (force) cause the whole process to fail as soon as the output exceeded the input? Brian On Apr 9, 2007, at 17:01, Josh Coalson wrote: --- Harry Sack <tranzedude@gmail.com> wrote: > is it possible to re-encode an existing FLAC file by using the FLAC > file itself as input to the encoder like
2007 Apr 18
5
FLAC: sending output to file
Hi, I'm using windows so I know the wildcard support for flac is broken. That's why I use this command to encode a whole directory of WAV-files to FLAC-files in a command prompt: for %1 in (*.wav) do flac -V --best "%1" This command is fully working Now I want to write the flac output to a file, so I can open this file later. I tried to add > outputfile.txt to the command
2007 Sep 07
6
Re: multiple core support
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 significantly changing the api. it would take a specialty file-based encoder using an independent frame
2007 Apr 09
2
FLAC: re-encode
hi, is it possible to re-encode an existing FLAC file by using the FLAC file itself as input to the encoder like this: flac -V --best inputfile.flac OR do you have decode it to WAV first? thx
2007 Jul 23
2
FLAC: editing software
hi does somebody know software for editing FLAC files? So I just want to cut some pieces out of the file (for example silence in front of a recording) thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac/attachments/20070723/e3bc7859/attachment.htm
2007 Apr 01
3
FLAC: decoding to WAV in the future
What Brian Willoughby means is that even though the future is uncertain, you may trust FLAC. The format is mature enough so that you won't see major changes preventing playback of files encoded by older encoders, but even if that comes to happen, the playback libraries on most software will be backwards-compatible, and FLAC is lossless meaning that you may convert FLAC 1.1.4 to a possible