search for: peale

Displaying 20 results from an estimated 26 matches for "peale".

Did you mean: peace
2001 Jan 30
1
Bit pealing and streaming
Hi: Since I'm not a programmer and just want to get stuff worked out properly in my head, I'm posting this here. I just want to be sure I have all the concepts regarding vorbis and high sampling rates at low bit rates all sorted out. Note that this will involve questions, some of which I've been looking for answers to for some time. The way I understand things is that vorbis is
2004 Aug 06
1
Howto stream using icecast/ices bit rate peeled ogg files
Hi: Actually, if the stream were to peal to the best quality dependent on a listener's bandwidth, the capability would have to be in icecast, surely. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See
2023 Dec 17
1
zapsmall(x) for scalar x
Isn?t that the correct outcome? The user can change the number of digits if they want to see small values? -- Change your thoughts and you change the world. --Dr. Norman Vincent Peale > On Dec 17, 2023, at 12:11?AM, Steve Martin <stevemartin041 at gmail.com> wrote: > > ?Zapping a vector of small numbers to zero would cause problems when > printing the results of summary(). For example, if > zapsmall(c(2.220446e-16, ..., 2.220446e-16)) == c(0, ..., 0) then...
2023 Dec 17
2
[External] Re: zapsmall(x) for scalar x
...> On 17/12/2023 8:43 a.m., Gregory R. Warnes wrote: > > Isn?t that the correct outcome? The user can change the number of > digits if they want to see small values? > > > > > > -- > > Change your thoughts and you change the world. > > --Dr. Norman Vincent Peale > > > >> On Dec 17, 2023, at 12:11?AM, Steve Martin <stevemartin041 at gmail.com> > wrote: > >> > >> ?Zapping a vector of small numbers to zero would cause problems when > >> printing the results of summary(). For example, if > >> zapsmall...
2006 Feb 05
0
elegant way of re-encoding?
kloschi wrote: >> I've not used it, but Icecast now has the ability to execute a command >> upon stream start, as well as upon stream stop. You could use this >> fascility to launch a streamTranscoder instance. > > I didn't find any docs on that, how to execute a command upon stream > start/end? As I say, I've not used it, but I think there are some
2003 Mar 16
1
copying comments from one ogg file to another
is there any way to do this? say i have an ogg that originally came from a radio broadcast recording, and i later obtain an ogg vorbis file encoded from the cd. i would want to copy the comments from the first file to the second. i had hoped ogginfo could do this, or else oggenc, but they cannot. (see my previous email "downsampling/pealing bitrate from file1.ogg to file2.ogg",
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...17/12/2023 8:43 a.m., Gregory R. Warnes wrote: >>> Isn?t that the correct outcome? The user can change the number of >> digits if they want to see small values? >>> >>> -- >>> Change your thoughts and you change the world. >>> --Dr. Norman Vincent Peale >>> >>>> On Dec 17, 2023, at 12:11?AM, Steve Martin <stevemartin041 at gmail.com> >> wrote: >>>> ?Zapping a vector of small numbers to zero would cause problems when >>>> printing the results of summary(). For example, if >>>> zap...
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
====================================================== "Change your thoughts and you change your world." Norman Vincent Peale ====================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.5 release series. Changes since 4.5.10: --------------------- o Jeremy Allison <jra at samba.org> * BUG 12793: s3: smbd: Fix open_files...
2017 Jul 06
0
[Announce] Samba 4.5.11 Available for Download
====================================================== "Change your thoughts and you change your world." Norman Vincent Peale ====================================================== Release Announcements --------------------- This is the latest stable release of the Samba 4.5 release series. Changes since 4.5.10: --------------------- o Jeremy Allison <jra at samba.org> * BUG 12793: s3: smbd: Fix open_files...
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...>>>> Isn?t that the correct outcome? The user can change the number of >>> digits if they want to see small values? >>>> >>>> -- >>>> Change your thoughts and you change the world. >>>> --Dr. Norman Vincent Peale >>>> >>>>> On Dec 17, 2023, at 12:11?AM, Steve Martin <stevemartin041 at gmail.com> >>> wrote: >>>>> ?Zapping a vector of small numbers to zero would cause problems when >>>>> printing the results of summar...
2016 Apr 08
1
(no) circular dependency
...ks to create a copy of the relevant functions from one package in the other. I make sure these functions are *not* exported, so no conflicts are created, and the use of soft-links mean the code never gets out of sync. -Greg -- Change your thoughts and you change the world. --Dr. Norman Vincent Peale > On Apr 8, 2016, at 11:37 AM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > > Another, perhaps slightly off the wall reframing of the 3-package > possibility: > > Have packages B, a, and UserFacingA, as follows > > *a* contains all the functionality in your A...
2001 Feb 27
2
Cascading?
During the interesting interview that binaryfreedom has made with Monty and Jack, Monty mentions cascading, a feature that will be added, quote: "Cascading is the ability to make multiple passes through the frequency spectrum, iteratively filling in more detail, like a progressive jpeg". What are the advantages of something like this - does this generally improves quality or is it used
2006 Feb 04
2
elegant way of re-encoding?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi, sorry for late reply ;) Geoff Shang wrote: >> so, what I'm looking for is a way to re-encode every stream which is >> sent to the icecast server, as soon as it is started. >> >> this could be done with streamtranscoder and a looped bash script >> around, that looks if there is a source, if so it starts the
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...the correct outcome? The user can change the number of > >>> digits if they want to see small values? > >>>> > >>>> -- > >>>> Change your thoughts and you change the world. > >>>> --Dr. Norman Vincent Peale > >>>> > >>>>> On Dec 17, 2023, at 12:11?AM, Steve Martin <stevemartin041 at gmail.com> > >>> wrote: > >>>>> ?Zapping a vector of small numbers to zero would cause problems when > >>>>> p...
2023 Dec 17
1
zapsmall(x) for scalar x
Zapping a vector of small numbers to zero would cause problems when printing the results of summary(). For example, if zapsmall(c(2.220446e-16, ..., 2.220446e-16)) == c(0, ..., 0) then print(summary(2.220446e-16), digits = 7) would print Min. 1st Qu. Median Mean 3rd Qu. Max. 0 0 0 0 0 0 The same problem can also appear when
2004 Aug 06
3
Howto stream using icecast/ices bit rate peeled ogg files
Thanks. Do you or any one have an idea about when the functionality (ices) will be implemented? Thanks for any information! Alan <p>> On Tue, 2003-03-11 at 18:17, Alan Young wrote: >> Icecast / Vorbis community, >> >> I have a icecast/ices audio streaming server from which I stream ogg >> audio files. I know that I can encode different streams for low,
2004 Aug 06
5
bandwidth negotiation
Does Icecast support bandwidth negotiation like Real's server? If so, how would one configure this (can't find it in the docs or list archives). If not, is there any interest in adding this capability? -- Kevin DeGraaf --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all, [For the uninitiated: a "peeler" is a program that transforms a Vorbis stream into a smaller, (somewhat) lower quality Vorbis stream, and does so quickly, by just throwing out some data.] After having prototyped several peelers that aim to peel to a certain filesize, or to a certain quality, with mixed success, I've now taken a different route: a peeler that aims for the
2003 Mar 31
5
Rhubarber (advanced peeler)
Hi all, [For the uninitiated: a "peeler" is a program that transforms a Vorbis stream into a smaller, (somewhat) lower quality Vorbis stream, and does so quickly, by just throwing out some data.] After having prototyped several peelers that aim to peel to a certain filesize, or to a certain quality, with mixed success, I've now taken a different route: a peeler that aims for the
2003 Aug 06
10
wormHunter.sh and friends
Evening all, First: Obligatory thanks to Tom. Shorewall is GREAT! I''ve got it on 3 machines now and love it. (Just because they are obligatory does not mean they are not heart-felt.) On my main web server, I am constantly scanning my log files for worm-signs. Requests for default.ida, any .exe, there are several others, you probably have your favorite. I got tired of doing it by hand