similar to: streaming flac?

Displaying 20 results from an estimated 20000 matches similar to: "streaming flac?"

2004 Sep 10
2
streaming flac?
On Mon, Jun 04, 2001 at 06:04:53PM -0700, Josh Coalson wrote: > --- "smoerk@gmx.de" <smoerk@gmx.de> wrote: > > is there a solution to stream flac files? maybe it's possible to > stream > > a ogg-flac file through the icecast2 server, but is ogg-flac working? > > > I think Matt Zimmerman hacked one version to write FLAC into an Ogg wrapper > but
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files? would it be possible to add flac support to the ogg libaries? i would like to stream ogg/flac files over an icecast2 / jroar server :).
2004 Sep 10
4
ogg/flac and winamp plugin
how could i play ogg/flac files? would it be possible to add flac support to the ogg libaries? i would like to stream ogg/flac files over an icecast2 / jroar server :).
2004 Sep 10
1
IA64 (Re: patches for flac build)
On Mon, Jul 16, 2001 at 06:46:22PM -0400, Matt Zimmerman wrote: > [0] By the way, flac seems to segfault early on IA64. When built with > --enable-debug, I get a failed assertion: > > flac 0.10, Copyright (C) 2000,2001 Josh Coalson > flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are > welcome to redistribute it under certain conditions. Type
2004 Sep 10
1
ogg-flac?
wow, this is pretty cool, but I may not get to play with it for a little while. trying to have 0.9 out this weekend. but this is a good proof of concept. do you have any numbers as to how much the file size increases on average? Josh --- Matt Zimmerman <mdz@debian.org> wrote: > On Mon, Mar 26, 2001 at 11:34:04AM -0800, Josh Coalson wrote: > > > --- "smoerk@gmx.de"
2004 Sep 10
2
Re: Bug#119396: flac: Decoded data does not equal orginal data.
retitle 119396 flac: Decoded raw data does not match original raw data thanks On Tue, Nov 13, 2001 at 02:38:32AM +0000, Adam M. Costello wrote: > Matt Zimmerman <mdz@debian.org> wrote: > > > Based on a few quick tests, this kind of problem seems to occur with > > any file smaller than 4k (at least when using 44100Hz/16bps/2chan). > > I don't think the problem
2004 Sep 10
3
FLAC as part of the Ogg project?
I agree, but the idea behind the OGG formats is to build patent free codecs. Is FLAC really patent-free ? And does the OGG team agree to include FLAC in their specs ? smoerk wrote: > I agree. I think Ogg/Flac does not make sense, if it's not in the > official distribution. the benefits: > > - many ogg players could play flac > - flac could be integrated in oggenc (oggdrop)
2004 Sep 10
3
patches for flac build
> > > Unfortunately, there is a bigger problem that affects both SDL > > > and FLAC, > > > which is that the assembly routines are not PIC. > > > > It's not? I think all the IA32 code only references data on the > > stack, and > > it doesn't call outside the library or export any functions outside > > the > > library. The
2004 Sep 10
3
Should FLAC join Xiph?
Matt Zimmerman <mdz@debian.org> wrote: > On Thu, Nov 21, 2002 at 08:11:13PM +0100, Steve Lhomme wrote: > > > Well, I think going GPL would be too much, only GPL softwares could use > > the library. > > This is a common misconception, but entirely untrue. There are many > free software licenses, including the BSD-style licenses, which are > compatible with the
2004 Sep 10
4
1.0 source candidate
--- Matt Zimmerman <mdz@debian.org> wrote: > On Fri, Jul 20, 2001 at 05:15:21PM -0700, Josh Coalson wrote: > > > I rethought it and it seemed like a bad idea to post > > a big file, so you can get it here: > > > > > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 > > With the attached patch, a complete
2004 Sep 10
3
FLAC support in Phatbox car audio system
For the interested, the Phatbox (a car audio system) now has firmware to support FLAC files. I have a news bullet on the FLAC site: http://flac.sourceforge.net/news.html#20020213 This is the first hardware support for FLAC (more is coming) and I think the first support of any non-proprietary lossless audio format for any hardware. Kudos to Phatnoise for taking the lead. Josh
2004 Sep 10
2
Fwd: Re: flac-1.0.3_beta released [64-bit friendly?]
I'm passing this on to the flac-dev list... --- Igor Schein <igor@txc.com> wrote: > Date: Tue, 11 Jun 2002 16:20:15 -0400 > From: Igor Schein <igor@txc.com> > To: Josh Coalson <xflac@yahoo.com> > Subject: Re: [Flac-dev] flac-1.0.3_beta released > > On Tue, Jun 11, 2002 at 10:04:25AM -0700, Josh Coalson wrote: > > One more thing... you will probably
2004 Sep 10
2
1.0 candidate checked in
On Fri, Jul 20, 2001 at 02:42:21PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > It does work, but gives a warning: > > > > *** Warning: Linking the shared library libFLAC.la against the *** static > > library ia32/libFLAC-asm.a is not portable! > > > > I think this is just because libtool can't determine whether the
2004 Sep 10
2
XMMS plugin build fix
--- Matt Zimmerman <mdz@debian.org> wrote: > The only difference in the command lines seems to be that your > xmms-config > explicitly links with -lgthread, while I suppose mine lets the > dynamic linker > pull it in. The only significant difference between the old and new > _LIBADD > lines is that @XMMS_LIBS@ is at the beginning in the new one. Now > that I think
2004 Sep 10
6
non-PIC code in shared libs again
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=179434 In order to fix this for Debian, I changed things around to build the .a libraries as libtool convenience libraries; this takes care of PIC and they can be portably linked into shared libraries (I believe libtool would complain about this otherwise). Josh, how would you feel about me merging these changes into flac CVS? -- - mdz
2004 Sep 10
3
1.0 source candidate
On Fri, Jul 20, 2001 at 08:14:55PM -0700, Josh Coalson wrote: > --- Matt Zimmerman <mdz@debian.org> wrote: > > On Fri, Jul 20, 2001 at 10:51:11PM -0400, Matt Zimmerman wrote: > > > > > This version seems to work at least partially on ia64. I am able > > to encode my > > > usual test WAV file now, but I still get a segfault during the > >
2004 Sep 10
5
new CUESHEET metadata block
--- smoerk <smoerk@gmx.de> wrote: > good idea, i'm always putting *.cue files to the directory with the > ripped audio files. but it would prefer one file per song and not one > big file for the whole cd. My vision of how the players should work is this: - make one album.flac with CUESHEET - player loads album.flac, sees CUESHEET, calculates CDDB id (or CDindex, or custom
2004 Sep 10
2
[jonathan.picht@web.de: Bug#133557: flac: --fast and --best switches (as in gzip and bzip2) would be nice]
Sounds simple enough, and would provide clear and explicit descriptions that can be used in place of the numeric options. ----- Forwarded message from Jonathan Picht <jonathan.picht@web.de> ----- Date: Tue, 12 Feb 2002 14:08:54 +0100 From: Jonathan Picht <jonathan.picht@web.de> Resent-From: Jonathan Picht <jonathan.picht@web.de> To: Debian Bug Tracking System
2004 Sep 10
2
Re: xmms-flac problem
On Tue, Jan 22, 2002 at 10:58:02PM -0500, Asheesh Laroia wrote: > The best I can suggest is, run XMMS on repeat mode for a few hours. The > flac plugin will, if my setup isn't bizarre (it's just debian testing), > eventually give way. Just disable audio output or something, let it run > overnight, and see what state it's in in the morning. I'm sure the Oggs >
2004 Sep 10
5
FLAC 1.0.4 beta released
All, I have just finished uploading the source release for FLAC 1.0.4 beta to Sourceforge; there are no binary releases. See the included doc/html/news.html for the changes since 1.0.3; there are quite a few. http://prdownloads.sourceforge.net/flac/flac-1.0.4_beta-src.tar.gz?download Please beat up on this as much as possible in the next week or two and try and turn up bugs. Here's a