Displaying 20 results from an estimated 2000 matches similar to: "Rather serious flac problem"
2005 Sep 16
0
Rather serious flac problem
can you file a bug on sourceforge:
  http://sourceforge.net/tracker/?group_id=13478&atid=113478
and attach the first 100k of each file?  it will help to debug
since I don't have any wave files that cause this behavior.
Josh
--- Free Lunch <freelunch@gmail.com> wrote:
> Okay.. I love flac but just had a rather serious failure that really
> shakes my confidence.  It resulted
2005 Sep 16
0
Rather serious flac problem
Hi Kerry,
On 9/16/05, Kerry Hoath <kerry@gotss.net> wrote:
> There is no standard for wav64 and a .wav in its standard form can only hold
> 2gb of data.
In this case the WAV files were less than 2 GB.
> libsndfile can handle larger .wav files and so can other audio applications
> but usually nonstandard subchunk data means that the wav reader in flac
> can't understand
2017 Feb 08
3
Linking Linux kernel with LLD
>I have just checked it, the startup.elf and realmode.elf are fine. Only few changes are required for mainline kernel and one >commit has to be reverted from lld and a few patches have to be applied.
>
>The only step when I have used BFD is linking vmlinux. I have manually set LD variable in vmlinux_link() function. The vmlinux >produced by lld doesn't work yet. I will compare
2009 Mar 23
1
Memdisk + Freedos problem
I and some other people have problems with running the freedos image included in
Ultimate Boot CD (UBCD), when using memdisk for floppy emulation.
Memdisk starts booting the image and freedos shows the following menu:
0 Boot Clean
1 Boot UMBPCI (silent)
2 Boot UMBPCI (optimal)
3 Boot UMBPCI (semi-defensive)
4 Boot EMM386 (optimal)
5 Boot EMM386 (semi-defensive)
6 Boot no UMB (defensive)
7 Boot
2007 Jun 10
4
Flac woes
Howdy,
Flac-1.1.4 is refusing to encode some WAV files (amd64, gentoo):
% flac Song\ Name-Track01.wav
Song Name-Track01.wav: WARNING: legacy WAVE file has format type 1 but
bits-per-sample=24
Song Name-Track01.wav: 100% complete, ratio=0.546Song
Name-Track01.wav: ERROR during read of data pad byte
% sfinfo Song\ Name-Track01.wav
File Name      Song Name-Track01.wav
File Format    Microsoft RIFF
1998 May 18
1
DOS-Client with TCPIP and SAMBA
Hi there,
I have a client in a network using a samba-server that has to use MSDOS, because 
some software running on it needs a clean DOS. I installed the DOS-Client for 
TCPIP that is available from Microsoft V 1.0 and it works fine; the only thing 
is, that it takes so much memory below 640 K, that another program also running 
under DOS does not function correctly anymore. Maybe some of the
2007 Jul 25
1
Bug: flac --replay-gain thinks that I used --no-padding
Josh Coalson <xflac@yahoo.com> wrote:
> --- Scott F <graue@oceanbase.org> wrote:
>
> > If I use flac to encode with the --replay-gain
> > option, I get a warning about the --no-padding
> > option...
> > 
> > "NOTE: --replay-gain may leave a small PADDING block even with
> > --no-padding"
> > 
> > ...even though I'm
2000 Aug 08
0
[RHSA-2000:047-03] New umb-scheme packages are available.
---------------------------------------------------------------------
                   Red Hat, Inc. Security Advisory
Synopsis:          New umb-scheme packages are available.
Advisory ID:       RHSA-2000:047-03
Issue date:        2000-08-07
Updated on:        2000-08-07
Product:           Red Hat Linux
Keywords:          N/A
Cross references:  N/A
2000 Apr 26
1
Quick plot question
Is there an easy way to add an axis or just a simple line at the 0
position of a graph with positive and negative values.  Specifically,
I'ld like to add a zero line on a plot of residuals from a fit.  I'm
very new at R so if this is a dumb question feel free to let me know but
I'ld still appreciate any help.
Thanks
Bernie
-- 
_________________
Bernie Gardner
Research Associate
ECOS,
2007 Jul 13
1
[memdisk] collision between memdisk and emm386 (FreeDOS)
Hi
I'm using memdisk as part of CD Shell' isolinux. I've created custom floppy 
disk image 8440kB size. I've put FreeDOS kernel and bootsector into the 
floppy. Boot process goes fine with this command:
isolinux /boot/memdisk initrd=/ximg/fdos.img c=60 h=8 s=36 floppy
The problems begin when I try to run FreeDOS memory manager emm386 from the 
floppy image.
my config.sys:
...
2013 Mar 01
2
Booting an ISO with FreeDOS over PXE with memdisk
I've got $SUBJ almost working except for the DOS bit where the CD needs
to be read. 
My pxe config:
label Firmware
    menu label Update IPMI firmware
    kernel memdisk
    append keeppxe raw iso  initrd=<isofile>
The ISO is about 400Mb, and works fine when I boot it from an actual
CDROM drive.  It also boots fine over PXE, I can see FreeDOS being
booted up etc. The problem is - once
2004 Sep 10
5
problem compiling with gcc 3?
there is a bug report that the resulting flac binary,
when compiled with gcc3, is bad:
http://sourceforge.net/tracker/index.php?func=detail&aid=488702&group_id=13478&atid=113478
I don't have a system to try this out on right away;
can anyone verify or elaborate on that?
Josh
__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at
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
2015 Jul 09
3
[PATCH] Fix for odd RIFF size
This patch should fix ticket https://sourceforge.net/p/flac/bugs/419/
and its duplicate https://sourceforge.net/p/flac/support-requests/152/
some programs write odd value to ckSize of RIFF chunk. Not sure
is it correct or not, but flac should read them anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: odd_riff_size.patch
Type: application/octet-stream
2015 Jul 13
1
[PATCH] Fix for odd RIFF size
Brian Willoughby wrote:
> The ckSize field can be odd to represent the size of the valid data.
>
> However, the chunk itself must always be an even size. This requires a padding byte at the end of a chunk before the next chunk can begin, or before the end of file. The latter case is the one that most often occurs in buggy RIFF writing programs - the last chunk will have an odd ckSize and
2017 Feb 03
3
Linking Linux kernel with LLD
On Thu, Feb 2, 2017 at 12:38 AM, George Rimar <grimar at accesssoftek.com>
wrote:
> >As far as the setup, I would recommend setting up qemu for actually
> running the LLD-linked kernel and custom bootloader etc. because then you
> can have a single >script that rebuilds the bootloader and kernel and
> copies the files to the VM. This reduces iteration time significantly.
1999 Mar 15
3
dos?
I have an old dos app that doesn't run in the win95 shell very well.
There are problems with the graphics.
Is it possible to connect to a samba server from real dos?  I assume the
answer is no but I thought I would check.
Verne Ball
vball@socrates.berkeley.edu
2006 May 31
5
Converting .wav to .WAV
Hi,
how can I convert .wav files to .WAV:
# file greet.*
greet.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit,
mono 8000 Hz
greet.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000 Hz
using 'sox'?
Thanks
-- 
Domenico Viggiani
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav 
 
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav 
I get
2008 Mar 28
2
swfdex-extract tool extracts mp3 files as wav files.
Hello.
I'm running the swfdec-extract tool built from the 0.6.0 source tarball
under gentoo and I'm finding that it's not able to rip the MP3s from the SWF
file.  I'm getting this:
SWFDEC: ERROR: swfdec_codec_gst.c(269): swfdec_gst_decoder_init: failed to
create decoder
It manages to save the file as a WAV file, but I'd prefer the MP3 to get at
the ID3 info in the file.