search for: pealing

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

Did you mean: dealing
2001 Jan 30
1
Bit pealing and streaming
...things is that vorbis is meant to be able to do 44.1khz audio at bit rates as low as 16 kbps per channel, at least in theory (see vorbis.com & vorbis.org). However, I am led to understand that encoding streams below a certain data rate at 44.1khz will involve incoding at a higher rate and then pealing off bits in order to obtain the desired data size. Is this correct? If so, is this size point yet known or will this have to be determined as development proceeds? OK, now suppose you run a server like icecast 2.0, for example. Will it be possible for the server to receive a suitably encoded vo...
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().
2023 Dec 17
2
[External] Re: zapsmall(x) for scalar x
I think what's been missed is that zapsmall works relative to the absolute largest value in the vector. Hence if there's only one item in the vector, it is the largest, so its not zapped. The function's raison d'etre isn't to replace absolutely small values, but small values relative to the largest. Hence a vector of similar tiny values doesn't get zapped. Maybe the line
2006 Feb 05
0
elegant way of re-encoding?
...e > highest possible quality) in just one mountpoint? > or > serving multiple streams with multiple encoding & qualities, just as > configured? It transcodes according to how you configure it. What you describe above would theoretically be possible once someone implements bitrate pealing in Vorbis. > What bothers me most, is that streamTranscoder seems to connect to just > one server getting the stream and delivering to the same. No. I've not used the latest version, but versions up to 1.2.x listen to a stream, encode to whatever you specify, then send it where you s...
2003 Mar 16
1
copying comments from one ogg file to another
...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", where i complain about oggenc not being able to modify ogg input.) i suppose my suggestion would be: ogginfo -i comments.ogg nocomments.ogg oggenc -i comments.ogg input.wav where -i (and --iherit) stand for 'inherit comments from', taking a...
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
Le 17/12/2023 ? 18:26, Barry Rowlingson a ?crit?: > I think what's been missed is that zapsmall works relative to the absolute > largest value in the vector. Hence if there's only one > item in the vector, it is the largest, so its not zapped. The function's > raison d'etre isn't to replace absolutely small values, > but small values relative to the largest.
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
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
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
>>>>> Serguei Sokol via R-devel >>>>> on Mon, 18 Dec 2023 10:29:02 +0100 writes: > Le 17/12/2023 ? 18:26, Barry Rowlingson a ?crit?: >> I think what's been missed is that zapsmall works relative to the absolute >> largest value in the vector. Hence if there's only one >> item in the vector, it is the largest, so its
2016 Apr 08
1
(no) circular dependency
A third possibility, which I use in my gtools and gdata packages, is to use soft-links 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
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
Le 18/12/2023 ? 11:24, Martin Maechler a ?crit?: >>>>>> Serguei Sokol via R-devel >>>>>> on Mon, 18 Dec 2023 10:29:02 +0100 writes: > > Le 17/12/2023 ? 18:26, Barry Rowlingson a ?crit?: > >> I think what's been missed is that zapsmall works relative to the absolute > >> largest value in the vector. Hence if
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