Displaying 20 results from an estimated 759 matches for "chopped".
2010 Jan 13
0
reading fifo with read.table hangs
To R-helpers,
Running
R version 2.10.0 (2009-10-26)
Linux ... 2.6.25.20-0.5-default #1 SMP 2009-08-14 01:48:11 +0200 x86_64 x86_64 x86_64 GNU/Linux
openSUSE 11.0 (X86-64)
and having difficulties reading a fifo from within R.
A short example that I find simply haning is shown as 'SHORT SCRIPT'
below. I expected R to print a data set read from the fifo with the
numbers 0,1,...7
2003 Oct 24
3
How to use the Cut() command to chop off an ending character
I used to be able to pass dial strings to IAX2 providers with #
characters at the end of the string. This is how we end dial strings for
international calls.
So, I would like to be able to selectivity chop off any # characters at
the end of string, only if they exist. Basically as follows (chopping
off the leading '9' with ${EXTEN:1} syntax:
EXTEN from Phone EXTEN for Dial String
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi,
I am using oggz-chop in the ubuntu jaunty, am I doing something wrong?
$ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv
Segmentation fault
gdb session doesn't reveal much, since it isn't compiled with debugging symbols:
(gdb) bt
#0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6
#1 0x0000000000403698 in ?? ()
#2 0x000000000040262e in ?? ()
#3 0x000000000040285d in ?? ()
#4
2008 Dec 04
3
ogg dirac granulepos in oggz tools
...do
is create a file containing all packets for display between 7 and 11 seconds,
and to include all packets required to decode those, ie. all reference
frames that are required by packets from 7s onwards.
The original file included two more Dirac packets immediately prior to
those included
in the chopped output, but I don't know how to tell if these are
required reference
frames for those from 7s (or from 6.965s) onwards:
conrad at chichai:~/share/oggz-chop$ oggz dump ../dirac/sage-640x360.ogg
|grep serialno
...
00:00:06.814: serialno 0719746932, calc. gpos 327104, packetno 406: 1 byte
00:00:0...
2005 Apr 18
2
citation() chops "Roeland " (PR#7797)
..." "" "Roel" "" "" "Lastname"
and the culprit line seems to be:
x <- unlist(strsplit(x, "[[:space:]]?(,|and)[[:space:]]+"))
Fortunately, persons like Anders Andtfolk and Mandalay Grandjean are not
chopped, because they don't have space after "and".
2004 Aug 06
4
chopped audio problem
...(I commented it out at least). The mp3's are made with XING audiocatalyst (for windows) so I don't really know. Sorry.
Arvid
----- Original Message -----
From: Jack Moffitt <jack@icecast.org>
To: <icecast@xiph.org>
Sent: Tuesday, March 27, 2001 7:26 PM
Subject: Re: [icecast] chopped audio problem
> Does this happen at the beginning, or always after 30 seconds, or what?
> Are you using shout? Are these VBR files? Do you have use_metadata
> turned on in the icecast config?
>
> jack.
>
> > I use liveice/icecast on a linux box redhat 6 (2.2.18) and my...
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released
-------------------
The HOgg package provides a commandline tool for manipulating Ogg files,
and a corresponding Haskell library. HOgg is in hackage, or on the web at:
http://www.kfish.org/~conrad/software/hogg/
This is the second public release. The focus is on correctness of Ogg
parsing, production and editing. The capabilities of the hogg commandline
tool are roughly on
2007 Dec 07
0
HOgg 0.3.0 Released
HOgg 0.3.0 Released
-------------------
The HOgg package provides a commandline tool for manipulating Ogg files,
and a corresponding Haskell library. HOgg is in hackage, or on the web at:
http://www.kfish.org/~conrad/software/hogg/
This is the second public release. The focus is on correctness of Ogg
parsing, production and editing. The capabilities of the hogg commandline
tool are roughly on
2008 Jul 31
1
oggz fixes for macos
On 31-Jul-08, at 9:43 AM, ogg.k.ogg.k at googlemail.com wrote:
> though (don't know if they're related to your changes):
>
> oggz.c: In function 'oggz_content_type':
> oggz.c:623: warning: comparison of unsigned expression < 0 is
> always false
This is an array bounds guard. I guess it's defensive programming vs
warning. Making OggzStreamContent a
2015 Oct 15
1
[PATCH] Chop final '/' in output directory (RHBZ#1146753)
If the specified output directory ends with a slash, chop it then;
leaving it in will create problems later, like creating the temporary
directory inside the output directory (and not aside it), and trying to
rename it to the directory containing it (which will fail indeed).
---
src/supermin.ml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/supermin.ml b/src/supermin.ml
index
2008 Feb 29
0
oggz-chop CGI
Hi,
I've just checked in some code that allows the new oggz-chop tool to
be used as a CGI handler. An Apache server can be configured to use it
to handle all Ogg files (or, all Ogg files in a particular directory).
An example config is in the source tree, along with a script for
installing it on a Debian server.
The oggz-chop binary checks if it is being run as a CGI script (by
checking some
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort
and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media
over HTTP by any web server that supports CGI.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release
------------------
Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump,
oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort
and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media
over HTTP by any web server that supports CGI.
liboggz is a C library providing a simple programming interface for reading
and writing Ogg
2004 Aug 06
2
chopped audio problem
Hi,
I use liveice/icecast on a linux box redhat 6 (2.2.18) and my problem is that the streamed audio gets chopped -on the LAN!!! The audio is encoded in 32kbps and I have a 512kbps/512kbps connection, so it should be enough to stream several connections at once. It sounds just like when a cd gets dirty or scracthed on the back. Anyway, it seems to go away if you can endure the terrible sound for a while, or yo...
2004 Aug 06
3
Chopping off the wideband?
If I encode something in ultra-wideband, can I decode it in wideband by
chopping off bytes in every frame?
John
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
2011 Apr 28
9
How to create distortion, echo, and chopping sound in a SIP trunk?
Hi everyone,
How can I introduce some distortion, echo, chopping sound and all other bad
quality things that can happen to a SIP trunk? I have plenty of bandwidth
and crisp clear lines so the only thing that I can think of is to limit
bandwidth but even that requires quite some scripting work.
Is there any easy way to simulate a distorted SIP line temporarily for
testing?
I am appreciate
2008 Jul 15
3
oggz-chop crash
Hi,
while playing around with oggenc, I used oggz-chop, and got it to crash
consistently on one set of input and parameters (cutting a file I'd encoded
(Vorbis+Kate) between (IIRC) 120 and 150 seconds. GDB showed a NULL
pointer access (can't recall where, sorry). When I came back to it though,
with a new input file, I couldn't repro it, though it had previously happened
several times
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released
-------------------
The HOgg package provides a commandline tool for manipulating Ogg files,
and a corresponding Haskell library. HOgg is in hackage, or on the web at:
http://www.kfish.org/~conrad/software/hogg/
This is the fourth public release. The focus is on correctness of Ogg
parsing, production and editing. The capabilities of the hogg commandline
tool are roughly on
2003 Dec 08
3
Strange variable chopping from AGI's
...of 20? 40?) will return with
fewer digits in the output of the AGI, which means that when I do my
subtraction, the numbers come out negative or wildy incorrect. I'm
throwing 5 calls into the outgoing spool at once during these tests.
What's going on here with AGI return values getting chopped?
Sometimes the first column gets chopped, sometimes the second column
gets chopped. Numbers can and do end in "0", so this is not an issue
of the digits being dropped due to ending with "0" or "00".
Other notes: if I swap out priority 5 with other non-agi
applica...
2008 Nov 10
4
PathFindExtension and wide strings
Hi,
What''s happening here?
require ''windows/path''
require ''windows/unicode''
include Windows::Path
include Windows::Unicode
file_a = ''bar.txt''
file_w = multi_to_wide(file_a)
p PathFindExtensionA(file_a) # ''.txt'' => OK
p PathFindExtensionW(file_w) # ''.'' => WRONG
Is Ruby chopping the