search for: manley

Displaying 20 results from an estimated 82 matches for "manley".

2004 Aug 06
6
new maintainers
...ained by Michael Smith. Michael's been hacking on vorbis for a long time, and I'm glad I've got him helping on icecast finally :) liveice is still virtually unmaintained. it's no longer relevant with ices 2 for vorbis things, if anyone wants to maintain this or has patches, Scott Manley is the person to talk to. All other code is maintained by me. My focus is currently on getting icecast 2 and the new directory code out the door. icecast 2 will do mp3 and vorbis, but you'll need a separate source tool for each (ices 1.x or ices 2.x). At least for now. I'll post some...
2004 Aug 06
6
new maintainers
...ained by Michael Smith. Michael's been hacking on vorbis for a long time, and I'm glad I've got him helping on icecast finally :) liveice is still virtually unmaintained. it's no longer relevant with ices 2 for vorbis things, if anyone wants to maintain this or has patches, Scott Manley is the person to talk to. All other code is maintained by me. My focus is currently on getting icecast 2 and the new directory code out the door. icecast 2 will do mp3 and vorbis, but you'll need a separate source tool for each (ices 1.x or ices 2.x). At least for now. I'll post some...
2004 Aug 06
2
Liveice & Icecast...help
...efault on some distributions.... so when liveice sets it it puts it into the wrong mode. there's an ENCODER_ARGS option in liveice which lets you set arbitrary commadn line arguments, but -x is enabled always with liveice - and I don't think specifying it twice will turn it off. -- Scott Manley (AKA Szyzyg) Streaming Media Hacker www.myplay.com Listening to..... Floorgasm II - The Hard House Years http://www.myplay.com/mp/playlist/now_playing.jsp?plid=381576&start=1 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsu...
2019 Jul 10
3
RFC: change -fp-contract=off to actually disable FMAs
Numerically identical, sure. But, there are other reasons to disable FMAD fusion -- namely for performance comparisons. On Wed, Jul 10, 2019 at 2:52 PM Matt Arsenault <arsenm2 at gmail.com> wrote: > > > On Jul 10, 2019, at 15:27, Scott Manley via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Is there context I am not aware of for ::Strict and ISD::FMAD? I could see > value in generating FMAs when its expanded form would be identical -- but > curious if that was actually the intent or not. If it is, perhaps we...
2019 Jul 10
3
RFC: change -fp-contract=off to actually disable FMAs
...be emitting the fast flag or not. I disagree. How does clang know what would ultimately form an FMA? It would have to blanket remove 'fast' from all fadds. On Wed, Jul 10, 2019 at 4:16 PM Matt Arsenault <arsenm2 at gmail.com> wrote: > > > On Jul 10, 2019, at 16:56, Scott Manley <rscottmanley at gmail.com> wrote: > > At any rate, I was only offering an additional reason. Personally I think > it's strange for an option to say "this will never fuse ops" and then under > the covers will fuse ops, regardless of how FMAD is defined. However, my &...
2004 Aug 06
1
new maintainers
> > liveice is still virtually unmaintained. it's no longer relevant with > > ices 2 for vorbis things, if anyone wants to maintain this or has > > patches, Scott Manley is the person to talk to. > > I don't have a place to put up web pages about LiveIce et al, and with > all the myplay stuff taking my time my maintenance has been > non-existant. is http://star.arm.ac.uk/~spm/software/liveice.html deprecated? If you want I can check teh latest co...
2019 Jul 12
3
[cfe-dev] RFC: change -fp-contract=off to actually disable FMAs
...e > cleaned up. However, fp-contract is not a knob to control whether or not > abstract-machine operations generate a single arithmetic instruction—it > definitely does not, and should not, enable or disable MAD formation. > > – Steve > > > On Jul 10, 2019, at 6:14 PM, Scott Manley via cfe-dev < > cfe-dev at lists.llvm.org> wrote: > > > > > I think you have a different definition of fused then. Fused is a > description of how the operation is computed/rounded, not an instruction > count. > > > > "Only fuse FP ops when the result...
2004 Aug 06
3
Fading between songs
well ... liveice has done this for the past 5 years.... but it's not an easy package to use ----- Original Message ----- From: "Geoff Shang" <gshang@uq.net.au> To: "icecast mailing list" <icecast@xiph.org> Sent: Monday, January 13, 2003 10:59 PM Subject: Re: [icecast] Fading between songs <p>> Hi: > > To do fading, you'll need to use a source
2004 Aug 06
3
Re: [vorbis] another Icecast2/Vorbis stream on-line
...e admin functionality. I've written a mini liveice streamer/encoder built around the vorbis library, I need to know what connection protocol the new server will work around. (I'd get the icecast 2.0 sources, but once again the icecast source control system is gettign in my way) -- Scott Manley (AKA Szyzyg) Streaming Media Hacker www.myplay.com Listening to..... Floorgasm II - The Hard House Years http://www.myplay.com/mp/playlist/now_playing.jsp?plid=381576&start=1 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsu...
2004 Aug 06
3
[FWD: Unable to login to icecast with liveice???]
Geoff Shang wrote: > Hi: > > Unless anyone's released an update, liveice does not work with icecast2. > > If you just want something to read from the soundcard, maybe darkice is for > you. Or, since you're using XMMS, try oddcast DSP for XMMS (visit > oddsock.org). > > Geoff. <p>Sorry no update for liveice - If only I had spare time to support it
2004 Aug 06
3
Dummy soundcard driver for Windows (OT)
We want crossfading so we need to use the SQRSoft crossfading Winamp output plugin. Ross. Stefan Neufeind wrote: > If thats the problem, why didn't you mention that before? > http://classic.winamp.com/plugins/detail.jhtml?componentId=28451 Null Output Plugin Null Output Plugin allows to run WinAMP without need of any soundcard installed in the system. [...] On 10 Jun 2003 at 8:21,
2019 Jul 10
2
RFC: change -fp-contract=off to actually disable FMAs
...AD is defined. However, my primary concern is for FMAs. They have both numeric and performance implications and I do not think it's unreasonable that off means off. On Wed, Jul 10, 2019 at 3:36 PM Tim Northover <t.p.northover at gmail.com> wrote: > On Wed, 10 Jul 2019 at 21:09, Scott Manley via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > Numerically identical, sure. But, there are other reasons to disable > FMAD fusion -- namely for performance comparisons. > > That's not typically something we'd expose to the end user in any way. > Clang as a...
2004 Aug 06
3
Dummy soundcard driver for Windows (OT)
...y without the need and fuss localy oh and not to mention redundancy, doing a webcast from a house/office/home pc is a major ordeal with todays shitty dsl/cable providers just my 2 dollaws <p>Dave St John Mediacast1 Administration (720) 641-7586 ----- Original Message ----- From: "Scott Manley" <djsnm@djsnm.com> To: <icecast@xiph.org> Sent: Monday, June 09, 2003 5:17 PM Subject: Re: [icecast] Dummy soundcard driver for Windows (OT) <p>> Ross Levis wrote: > > We want crossfading so we need to use the SQRSoft crossfading Winamp > > output plugin. >...
2004 Aug 06
2
Icecast User Login Question
Sure thats all fine and dandy but i think its more of a secure option for the icecast2 server to handle this internaly than a 3rd party script. <p><p>Dave St John (CEO) Mediacast1.com ----- Original Message ----- From: "Scott Manley" <djsnm@djsnm.com> To: <icecast-dev@xiph.org> Sent: Monday, November 03, 2003 7:14 PM Subject: Re: [icecast-dev] Icecast User Login Question <p>> Heh, you have no idea how messy it can become. > > Anyway, one easy-ish way is to have a script which does all the >...
2004 Aug 06
2
buffer size from source to ice/shoutcast
Hello, I've built my own source for ICE/SHOUTcast, and it works pretty well except for one thing. After tuning into the server and listening for an 60-90 minutes you may hear a song skip ahead 30-90 seconds. I think I know why this is happening but I'mnot sure how to fix it. I think this is happening because my source is sending a little bit too much data to ICE/SHOUTcast. My formula
2004 Aug 06
0
Liveice & Icecast...help
...oundcard.h: No such file or directory *** Error code 1 Stop in /usr/src/liveice (line 42 of Makefile). Now it seems pretty obvious why this failed, but I don't know why that file is not where it is supposed to be. Can anyone help?? Thanks, Matt ----- Original Message ----- From: "Scott Manley" <scott@myplay.com> To: <icecast@xiph.org> Sent: Thursday, March 22, 2001 9:49 AM Subject: Re: [icecast] Liveice & Icecast...help > One possibility is that Lame is using the wrong endianess for your > system try changing NUMBER_LITTLE_ENDIAN to NUMBER_BIG_ENDIAN in >...
2004 Aug 06
1
new maintainers
On Friday, 08 June 2001 at 09:55, Scott Manley wrote: > > > liveice is still virtually unmaintained. it's no longer relevant with > > ices 2 for vorbis things, if anyone wants to maintain this or has > > patches, Scott Manley is the person to talk to. > > I don't have a place to put up web pages about LiveI...
2004 Aug 06
1
Fading between songs [thanks]
On Tue, 2003-01-14 at 12:29, gtgbr@gmx.net wrote: > Scott Manley wrote: > [crossfading] > > well ... liveice has done this for the past 5 years.... but it's not an easy > > package to use > > One could add Winamp based streaming to this list - by using a > crossfading plugin and using a feature like Oddcast DSP's "Adv. Rec&q...
2004 Aug 06
1
Dummy soundcard driver for Windows (OT)
Scott Manley wrote: > Ross Levis wrote: > > We want crossfading so we need to use the SQRSoft > > crossfading Winamp output plugin. > > In that case you may be in trouble. > One more reason why computers will never replace real DJ's ;-) Not too much trouble I think. The output of...
2003 May 15
1
Manly's randomization analysis of multiple regression
My wife has been using a diagnostic from Manley (1991; "Randomization and MonteCarlo Methods in Biology") that compares a normal multiple regression's performance with that using random predicted variables. Is there something like this already available in R? If not, the "boot" package looks like a good place to start...