Displaying 20 results from an estimated 150 matches similar to: "ERROR: mismatch in decoded data, verify FAILED!"
2004 Sep 10
3
ERROR: mismatch in decoded data, verify FAILED!
On 24-Jun-2001 Josh Coalson wrote:
> hmm, I didn't see a bug report yet... can you make the .wav file
> available for download? also, what version and options did you
> use? this is interesting; I haven't seen a verify error in a
> long time.
>
> Josh
I also had this verify error encoding a wav I ripped from a CD. I didn't
report this as it happended on flac
2004 Sep 10
1
problem compiling with gcc 3?
Yes, the tests are pretty exhaustive. Actually if you have
the test_files/ directory checked out of CVS it will run
even more tests.
I reran all the tests again (asm optimizations on) on redhat
7.1 with gcc 2.96 and they all passed. They are also all
passing on Windows with MSVC and OS X with gcc 2.95.2.
Matt, there is a slight chance that your noise tests failed
because your run produced the
2004 Sep 10
7
Need AMD debugging help
To all who have an AMD + Windows based PC:
I have gotten a few similar bug reports about encoding
errors with FLAC. The common features are:
- Repeatedly encoding the same file with verify will have
verify errors some of the time (looks like aroung 50%) and
the verify errors will occur in different places each time.
- This is happening on AMD PCs running Windows. More reports
come from
2004 Sep 10
0
ERROR: mismatch in decoded data, verify FAILED!
On Sun, Jun 24, 2001 at 07:45:56PM +0200, kai@adminhell.org wrote:
> I also had this verify error encoding a wav I ripped from a CD. I didn't
> report this as it happended on flac running on debian linux -current unstable.
> This error happened only with one track of a CD I was ripping.
>
> Another reason for me not reporting this was, that flac 1.0 running on OpenBSD
> 2.9
2004 Sep 10
3
AMD debugging test files available
On Fri, Aug 16, 2002 at 11:14:01AM -0700, Josh Coalson wrote:
> --- Josh Coalson <xflac@yahoo.com> wrote:
> >...
> > If anyone with a similar set up can read the comments in the
> > following bug reports and do some investigation it would really
> > help a lot. I would like to hear about setups that are working
> > as much as ones that aren't.
>
2004 Sep 10
2
ERROR: mismatch in decoded data, verify FAILED!
On 24-Jun-2001 Matt Zimmerman wrote:
>> [...]
>> ERROR during encoding, state = 15:FLAC__ENCODER_MEMORY_ALLOCATION_ERROR
>
> This error appeared in the other report as well. It looks like a memory
> allocation failure is the cause of the problem. Is the error easily
> reproducible given the failed WAV file?
Yes, always the same error - but only (no joke) on option -8 ,
2004 Sep 10
5
ERROR: mismatch in decoded data, verify FAILED!
> > I also had this verify error encoding a wav I ripped from a CD. I
> didn't
> > report this as it happended on flac running on debian linux
> -current unstable.
> > This error happened only with one track of a CD I was ripping.
> >
> > Another reason for me not reporting this was, that flac 1.0 running
> on OpenBSD
> > 2.9 encoded the wav with
2004 Sep 10
2
[Flac-users] Verify Failures
So I'm getting errors like the appended one for about one out of every
four CDs I encode. If I delete the half-created flac file and try again,
it works the second time. Is flac non-deterministic? Or do I have some
serious problems here?
cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light.
2009 Oct 22
1
Intersection an Sum between list and matrix
Hello,
I need to do an intersection between the list elements (partitionslist) and
the columns and rows of a matrix (mm), so that the result will be the sums
of the rows and columns.
Thanks a lot,
Romildo Martins
Example
1.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is
indicated in bold.
2.The Intersection and sum betweeen partitionslist[[1]][[2]] and mm is
indicated in
2010 May 06
0
Contact header gets url decoded?
I'm migrating an application running on a fairly old 1.4 (or 1.2?)
version of Asterisk to some boxes running 1.6.0.27
The application takes an inbound INVITE like:
mumble-fratz-sip%3Afoo%40bar.com at asteriskbox.abc.com:5062
The older version of asterisk replies with a 200 OK and a Contact:
header that looks like:
Contact: <sip:mumble-fratz-sip%3Afoo%40bar.com at
2001 May 12
1
Incorrectly encoded (or decoded) tones
This wav produces a bit of audible static when encoded at the highest
bitrate vorbis will allow me to encode at (30.7kbps avg.):
http://staff.xmms.org/zinx/misc/5551234.wav.gz
An encoded version, with the bitrate set to approximate 128kbps
(I think it output to 29 some odd kbps):
http://staff.xmms.org/zinx/misc/5551234.ogg
This is with the latest CVS tree as of Sat May 12 10:06:17 UTC
2016 Dec 13
0
Fwd: Microsoft Catalog Files and Digital Signatures decoded
[Forwarding to PUBLIC mailing list]
On Fri, Nov 25, 2016 at 11:02:29AM +0100, Andreas Schneider wrote:
> https://github.com/cryptomilk/parsemscat
Andreas wrote a library for reading MSFT catalog files and digital
signatures, and the question (for the list) is whether we can use this
in virt-v2v to parse the virtio driver catalogs.
It's a C library, so that's a good start.
Rich.
--
2004 Aug 06
0
artefacts in Speex decoded signal
Dear all,
I encoded and decoded some files using speex codec and I find out with than
when using the original raw file and coding it in NB with different bit
rate, complexity or with/without enhancement some kind of slight artefact (a
strange low level sound appears) is created at t=1.12 s. This is just before
an attack which is present in the signal.
I did not try to solve the problems but if
2008 Nov 14
0
decoded sample is completely differen from original one
Hi,
Please start with sampleenc.c/sampledec.c from the manual.
Jean-Marc
Andre Kirchner a ?crit :
> Hi all,
>
> I have just started playing with speex, and come up with the following code, which just encode a frame of 160 shorts, and the decode it.
>
> For some reason the decoded sample is completely different than the original one. is my code wrong? If so what? Or is it a
2009 Feb 13
1
Decoded data all 0s
I am encoding and decoding a stream of data. The data comes in in 320 byte packets, these are encoded and I get back 38 from the speex_bits_write method. I am under the impression that this means 38 bytes got written to my output buffer.
The data to this point looks fine, but when I put the data through the decoder all the bytes come out as 0.
So my first question is why is this happening, and
2009 Sep 16
1
noise from decoded file
Hy,
can anyone recognize that pixel noise in the playbackfile
recorder file:
http://www.megafileupload.com/en/file/135429/FMODTestRecording-wav.html
playback file:
http://www.megafileupload.com/en/file/135431/FMODTestPlayback-wav.html
i have no idea what that is anymore. i try everything i know, from changing
the way of copying data to different encode/decode algorithms
the recorded file is
2010 Apr 14
2
Decoded output buffer size
Hi,
in a VoIP application, the endpoint A send speex payload to B.
B doesn't know how A acquire audio, it only know that the channel is
narrowband so, how can B know the size of the output buffer to pass to
the speex_decode()?
Thanks,
Daniele.
2010 Apr 14
0
Decoded output buffer size
On 14 April 2010 23:50, Daniele Barzotti
<daniele.barzotti at eurocomtel.com> wrote:
> Il 14/04/2010 14:37, Randy Yates wrote:
>>
>> Usually a buffer is one frame of data, and a frame is 20 milliseconds.
>> Since the sample rate is typically 8 kHz in narrowband mode, this
>> corresponds to a buffer size of 160 samples.
>
> Hi Randy, thanks for the reply.
>
2010 Apr 15
0
Decoded output buffer size
On 15 April 2010 17:55, Daniele Barzotti
<daniele.barzotti at eurocomtel.com> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Il 15/04/2010 01:30, Conrad Parker wrote:
>>
>>> But how can I know the size of each speex frame into a multiframe payload?
>>
>> use speex_bit_read_from() just once on the packet, then call
>> speex_decode()
2012 Apr 07
1
The decoded voice is just noise and totally different from the original !
Hi all speex developers,
??? I have encoded 10 seconds buffer of Mic voice (raw) using speex on an embedded device, then transmitted it to a PC where i decoded the voice,in a way similar to the sampleenc.c and sampledec.c on website,
?BUT my problem is that the decoded voice is totally different from the original,what i hear is just noise !!
what is possible to be the reason ?
Any help is