similar to: [Flac-users] trouble with flac -d --until=n

Displaying 20 results from an estimated 10000 matches similar to: "[Flac-users] trouble with flac -d --until=n"

2004 Sep 10
1
--until decodes rest of file?
On Fri, 7 Nov 2003 11:42:05 -0800 (PST) Josh Coalson <xflac@yahoo.com> wrote: > sorry about the delay on this one... > > do you have a sample flac file that you can host that exhibits > the problem? Ha. The flac files used in the examples below were of entire audio CDs; due to my use of "time" to demostrate the problem I need a fairly large file. I can simulate the
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
2004 Sep 10
2
Re: seeking problems
--- august <august@alien.mur.at> wrote: > > > sorry to bother again, > > but I can narrow down my problem to certain parst of my flac file. > > for example, when I seek to 19*44100 samples or to 81*44100 samples, > the > seek callback runs off in an endless loop. > > there aren't any while loops in my code, so I don't think I am > causing it.
2005 Sep 16
3
Rather serious flac problem
Okay.. I love flac but just had a rather serious failure that really shakes my confidence. It resulted in the near loss of a master audio recording. Fortunately, I have a backup. Though there may have been other cases where I have lost original material because I have been compressing a lot of originals and deleting them after doing a 'flac -t' on them. Basically, flac failed with a
2004 Sep 10
1
[Flac-users] Winamp 3 plugin
Hi all, I've installed the Winamp 2 plugin and it seems to work fine. However I wish to install the Winamp 3 plugin on another machine but can't find it anywhere. Where is it? Thanks Ashton __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com
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
2005 Feb 11
1
FreeBSD 4.x problem resolved
Bryan Levin reported a problem of the FreeBSD flac port dumping core on FreeBSD 4.x: http://sourceforge.net/tracker/index.php?func=detail&aid=1099004&group_id=13478&atid=113478 It turns out that the port enabled SSE support, but FreeBSD 4.x does not support SSE by default. (FreeBSD 5.x and later do.) I have added a small patch to the port to check at runtime whether the system
2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with Unicode Byte Order Marks (BOM)? In command: metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue" --set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac If "CDImage.cue" contains Unicode characters, most text editors append BOM at the 1st line of this file. And metaflac does not
2004 Sep 10
1
FLAC .ogg fiels & XMMS
I'm using the FLAC v1.0.3 plugin on XMMS v.1.2.7 (RedHat 8.0). It will play .flac files correctly, but will not play flac compressed .ogg files. If I rename the .ogg files to .flac, they work fine. I assume this is an issue with XMMS, but I thought I'd bring it up here first to see if anyone has experience with this problem. cheers, glenn
2007 Sep 19
1
flac: wav64 support
hi does the flac encoder officially supports wav64? i have a big collection of wav64 files (26 TB for each file and bigger) but didn't had the courage to encode them with flac. Cpu power is no problem (i have intel V8) but i just want to know if flac supports wav64 or not as input
2008 Nov 01
4
FLAC Test files
Hi all! I'm implementing FLAC playback in mC2 (a rewrite of musikCube) and need to test if everything is working. I was wondering if there are any FLAC test files to download? I'm looking for files with diffent kind of bits (8,16,24 etc) and examples of multichannel files. Best regards Daniel ?nnerby
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. >
2005 Oct 19
1
W2K BSOD: Memory errors
Hi everyone! This is my first post to the list. Be gentle ;) I run Windows 2000 Pro SP4 EN, on a 1400 MHz AMD Athlon Thunderbird. 512 MB RAM, not sure what speed though. For a few months now I've been getting errors while encoding with flac. I use foobar2000 for encoding from WAVE to FLAC, with the help of CUE sheets. I can confirm it's not foobar itself that's giving the errors,
2004 Sep 10
3
seeking problems
Hey guys, I just joined the list. I've been programming an external for PureData <http://pure-data.sourceforge.net/> & <http://pure-data.org>, as well as for Max/MSP....that reads multiple sound formats. But, I've been having massive problems with getting reliable seeking with FLAC. sometimes when I call FLAC__seekable_stream_decoder_seek_absolute, I get a false
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
2011 Aug 09
2
Feed decoder from c++ std::stream
Hi! I am working on an application that reads audio data from files, and runs it through some user defined filters. The filters basically all derive from some base filter and have methods start(), update() and finish(). The start routine performs any initialization required by the filter, and finish() does the clean up. In between, I simply read the file piece by piece into a buffer using
2007 Mar 14
4
CentOS vs. RHEL Advanced Platform
How will CentOS 5 compare to RHEL 5 Advanced Platform? Re: Which version of RHEL will CentOS 5 compare to most directly? Thank you, Jeff _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!
2004 Jan 30
2
Samba for SCO Open Server
I'm lookking for Samba for SCO Open Server Best regards,Abdullah Sekman _______________________________________________ Join Excite! - http://www.excite.com The most personalized portal on the Web!
2004 Dec 13
3
Microsoft .NET Framework Redistributable Package
Has anyone sucessfully installed and execute the Microsoft .NET Runtime under WINE? If not, is it even possible? I would be willing to even run the system in Win95/WinNT compatibility should it be necessary. N -==-=-=-=-=-=-==-=-=-=-=-=-=-=-==-=-=-=-=-=- Disclaimer: Any resemblance between the above views and those of my employer, my terminal, or the view out my window are purely