Displaying 20 results from an estimated 3000 matches similar to: "MD5 Question"
2004 Sep 10
1
(no subject)
First, thanks to everyone for putting in their time to make the first
truly "free" lossless audio codec. I'm co-founder of etree.org, the
largest online community of lossless audio traders (currently 12,000
active members). We have been living in the shadow of Shorten for almost
three years. Shorten, as most of you have come to realize, is extremely
limited in terms of
2004 Sep 10
4
the road to 1.0...
This is a fantastic selling point, and one that I've never really thought
of.
Back in the early days of etree (a whole three years ago ;) ), before we
learned the virtues of MD5 sums for SHN downloads, I downloaded a Hornsby
show from someone. Of course, an MD5 wasn't available, but when I
decompressed and Shoren didn't throw a sanity error my way, I figured all
was well. I burned
2004 Sep 10
2
24-bit audio?
According to
http://flac.sourceforge.net/format.html#metadata_block_streaminfo :
"FLAC supports from 4 to 32 bits per sample. Currently the reference encoder
and decoders only support up to 24 bits per sample. "
This is why I'm confused. I though one of the benefits of FLAC was it's
ability to encode in word lengths longer than 16 bits.
MW
-----Original Message-----
From:
2004 Sep 10
2
flac-1.0.3_beta released
Awesome, I'm psyched for 1.0.3.... the ID3v1 winamp2 support will be a
neat addition, as is the faster decodes. Will 24-bit audio play nice with
the final public version of 1.0.3?
MW
On Tue, 11 Jun 2002, Josh Coalson wrote:
> One more thing... you will probably have to
>
> chmod +x flac-1.0.3_beta/test/test_streams.sh
>
> before doing the 'make check'.
>
>
2004 Sep 10
2
the road to 1.0...
On my lists of things to do for 1.0 were 1) improve seeking; and 2)
speed up both encoding and decoding. Seeking seems better now (I
added the SEEKTABLE and tweaked the search algorithm).
On the way, one of my encoding experiments worked. By taking
advantage of a relatively unused area in the Rice parameter
space, I added an escape code for switching to flat encoding
within a partition.
2004 Sep 10
2
new SEEKTABLE block
I've checked in code that supports a new metadata block called
SEEKTABLE. Basically, it is an optional, arbitrarily-long list
of seek points, by sample number and stream offset. I also added
command-line options to flac so you can specify seek points by
specific sample number and/or a specific number of evenly-spaced
seek points. The table cost about 18 bytes per seek point.
This seems to
2004 Sep 10
1
flac-1.0.3_beta released
Which plugins do you mean? I thought I remember Winamp, for instance,
being able to do word-length reduction on the fly. The only place I
can find this feature is in the Monkey's Audio codec plugin, though.
Anyway, great news Josh! Thanks for making 24-bit audio support in FLAC a
priority. :)
MW
On Tue, 11 Jun 2002, Josh Coalson wrote:
> --- Mike Wren <mikew@etree.org>
2004 Sep 10
3
[Flac-users] Fingerprint Verification Problem
--- "Paino, Christopher L YN1(AW) (CPF N0084)" <PainoCL@cpf.navy.mil>
wrote:
> If I am understanding FLAC correctly, the internal MD5 sum is (or can
> be
> )different than the fingerprint file sum.
Yes.
> The internal sum can be
> different
> depending on which compression settings are used, while the audio
> remains
> unchanged.
It's the other way
2004 Sep 10
0
the road to 1.0...
First of all, this is my first post so please go easy if I'm a little
off-topic. Just let me know nicely off-list. Thanks!
As Mike already knows, I am currently trying to develop a plug-in for
playing Shorten files over Audion on the Macintosh platform. When I
proposed this to him to get some information on contacting the right
people, he mentioned you guys and I need a little info.
2004 Sep 10
2
Re: Need AMD debugging help
Great call, Jason. The trouble may also be from overclocking their CPU's.
We ran into some similar bug reports in the Furthur project with people
swearing up and down that random application hangs and glitches was our
software (which in part it was). However, as soon as they brought their
CPU's and video cards back to spec, their problems magically went away.
I would follow this one up
2004 Sep 10
1
Winamp3 Player Plugin error
The Winamp3 hit the streets yesterday, so i gave the FLAC Winamp3 plugin a
shot (dragged cnv_flacpcm.wac to the Wacs/ directory, yadda yadda) and
received the following error message when starting Winamp3:
---
Studio.exe - Entry point Not Found
The procedure entry point_chkesp could not be located in the dynamic link
library MSVCRTD.dll.
--
It's unable to play .flac files, but still plays
2004 Sep 10
1
FLAC 1.0.5 beta1 released
Just an FYI...
On my RH8 Duron 800MHz box, after running
./configure --enable-3dnow && make && make check && make install
I received the following errors:
===================
2 of 8 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `/home/mw/flac-1.0.5_beta1/test'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory
2004 Sep 10
2
[Flac-users] Re: [Flac-announce] Winamp not in default directory
I'm moving this over to flac-users...
Anyway, are you using Mike Wren's installer? I'm not familiar
with that yet.
Josh
--- C&K Slagle <ckslagle@earthlink.net> wrote:
> have winamp installed on a partitioned drive.
> I installed the most recent version of Flac which includes the plugin
> for
> winamp. However, .flac files are not recognized in winamp.. Is it
2004 Sep 10
4
Compressing sound fonts with FLAC
Josh Coalson wrote:
> yeah, flac doesn't have a 'gzip' fallback method
> so any non-audio data will probably get stored
> verbatim. I'm kind of reluctant to add a generic
> compressor. If you wan't, you could come up with a
> FLAC metadata block to store a gzip'ed chunk and I
> could add that to the format.
>
I had the same thought when I was
2004 Sep 10
1
[Flac-users] How to make paragraph seperations in the Tag Config. > Comments field?
Hello, all,
I'm a newby to FLAC who is used to making .txt source files for his SHN
discs. :)
I made my first secure EAC > WAV> FAC file days ago and am trying to get
proper "source file" info figured out..
First question; how do you make paragraph seperations in the Tag Config.
> Comments field?
Better yet, can someone provide me with a < 1MB FLAC file sample
2004 Sep 10
1
libFLAC changes
> Any thoughts to perhaps integrating a quick sector-boundary check of
the
> wav file before encoding? Does this functionality extend beyond the
scope
> of FLAC? A quick check, and a "this wav file is not cut on a sector
> boundary, continue y/n" warning would do the trick. Perhaps, an
> option to
> silence this check would be useful also.
>
it's easy to
2008 Feb 08
2
how to get flac fingerprint from a wav?
Great info. I found some descriptions of st5 (md5 fp) and ffp, where
I assume that "fp" is just a Taper abbreviation for "fingerprint" -
or signature as it's called in the flac header. However, I could not
find these utilities or source code. What I found looked like
instructions for a gui-based program. I think it would be easier to
support Mac if st5 were
2004 Sep 10
1
FLAC 0.8 released
FLAC 0.8 is out. This version has gone through and passed the new
(larger) test suite, so I'm much more confident in the encoder and
decoder for all kinds of input. FLAC is much closer to an official
version now.
There are also some new features: I have added two metadata blocks:
1) a PADDING block, and 2) an APPLICATION block so third-party
app developers can register for an ID and write
2004 Sep 10
1
[Flac-users] Re: test vs. verify
When I asked,
| > If you're going to run flac -t later to test
| > the .flac file, isn't it redundant to have verification on during
| > encoding?
Fearless Leader Ace Coalson responded,
| yep.
OK.
| > If you know ... that -V was used
| > during encoding and that flac reported "Verify OK," is there any
| > reason to test the file?
| nope, unless you suspect
2004 Sep 10
2
format & seeking
Hello ,
you've been written that file format is frozen.
does this mean that i'll be able to play files,
commpressed today, say, 1-2 years after?
thereby the next question is coming.
what kind of strategy do you plan to
enable fast seeking?
to write new seeking algoritm,
or to add some data to .flac file.
i ask of it because i want to write files on cd-r
and so i'd like to know can i