Displaying 20 results from an estimated 21 matches for "oconnor".
Did you mean:
o'connor
2008 Jun 17
6
mirroring zfs slice
Hi All,
I had a slice with zfs file system which I want to mirror, I
followed the procedure mentioned in the amin guide I am getting this
error. Can you tell me what I did wrong?
root # zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
export 254G 230K 254G 0% ONLINE -
root # echo |format
Searching for disks...done
2010 Apr 10
2
selecting certain columns or rows from a .csv
Hello,
I'm using <read.csv("filename",header=TRUE) but need to extract just certain
columns or rows from the file.
Much thanks.
--
View this message in context: http://n4.nabble.com/selecting-certain-columns-or-rows-from-a-csv-tp1835692p1835692.html
Sent from the R help mailing list archive at Nabble.com.
2009 Sep 15
1
Centos 5.3 Kernel panic with fuse and glusterfs.
...problem.
If anyone has any ideas for further debugging, or other routes for
support. I'm running out of ideas.
Thanks in advance
Tom O'Connor
--
Tom O'Connor
--------------------------
Assanka: Every possibility
w: http://www.assanka.net/
t: 0870 085 2038
f: 0871 433 0919
e: tom.oconnor at assanka.net
2024 Mar 07
1
Opus 1.5 is out -- now with ML
FYI, the README file section on building for Windows says to see the README.md files in the cmake or meson subdirectories, but there are no README files in either of those subdirectories.
-----Original Message-----
From: opus <opus-bounces at xiph.org> On Behalf Of Jean-Marc Valin
Sent: Monday, March 4, 2024 12:52 PM
To: opus at xiph.org
Subject: Re: [opus] Opus 1.5 is out -- now with ML
2005 Nov 15
6
Oracle 9 process on Sol 10 container, doing a pollsys, using high CPU
We''re running a Solaris 10 container, with an Oracle 9.2.0.4 database - every 5-10 min, an Oracle process shoots up (using 20% + CPU) and then goes down in CPU %, doing a [i]pollsys [/i](see it via dtruss). I tried using some of the trace scripts in the Dtracetoolkit to see what the process is doing, but without any luck - also tried with the following, but dtrace process goes up to 30%
2009 Jan 09
24
zfs root, jumpstart and flash archives
I understand that currently, at least under Solaris 10u6, it is not
possible to jumpstart a new system with a zfs root using a flash archive
as a source.
Can anyone comment as to whether this restriction will pass in the near
term, or if this is a while out (6+ months) before this will be possible?
Thanks,
Jerry
2005 Oct 10
0
Why pay big bucks? Create your OWN website now!
Looking for cheap high-quality software?
that will be accessing this feed.
Poets are the unacknowledged legislators of the world.
I'd give my right arm to be ambidextrous.
By all means, let's not confuse ourselves with the facts!
Life is anything that dies when you stomp on it.
Big thinking precedes great achievement.
To be idle requires a strong sense of
2002 Jun 27
0
1.5.1 docs on handling errors when embedding R ?
Hello all,
I have a system in which I embed R, currently it
is running using 1.3.1 release, and I would like to
upgrade to 1.5.1.
I need to trap and report any errors during evaluation.
Previously I was installing my own ErrorHook to capture
error messages and over-riding jump_now to call
Rf_resetStack(1). I know there has been some massive work
in this area so things have changed (i.e. my old
2009 Jun 19
0
ActiveRecord - Joined subclasses possible?
Hi all, I''m thinking about making the switch to RoR for one of my
projects. I''m trying to figure out if ActiveRecord can handle one of
my inheritance hierarchies before I do.
I have a more detailed question up on stackoverflow: http://snurl.com/kg89x
Is this possible? Thoughts?
2013 Oct 24
1
libopus API question - 120ms encoding
The libopus encoder's opus_encode() method is documented as "Encodes an Opus frame". Does that mean that it always produces a single Opus frame (i.e. the number of frames in the TOC byte will always be 0)? It's not clear from the documentation, but the fact that it cannot produce a 120ms Opus packet makes me wonder if that was the intention and any multi-frame Opus packets must
2013 Nov 20
1
Stereo channel separation
>On 11/20/2013 03:37 PM, O'Connor, Kevin wrote:
>> I have an application I intend to use Opus for that involves creating
> recordings of two-party conversations where each party is saved as a
>> separate channel. Audio may be later processed or analyzed on a
>> per-party basis so if audio in one channel affects the other channel,
>> it could create problems.
2013 Dec 02
0
Opus Multistream DTX questions
When encoding using the Opus multistream API, is it possible for opus_multistream_encode() to return 0? For example, what happens if multiple streams are being encoded, each with DTX enabled and all streams emit DTX packets at the same time? What about the case of a single stream with DTX enabled?
Thanks
Kevin O'Connor
-------------- next part --------------
An HTML attachment was
2013 Dec 10
2
Possible pointer math issue in 1.1
While integrating 1.1, I ran into some errors with my compiler and, after examining the code, saw what
might be some invalid pointer math in opus_encoder.c. In optimize_framesize(), the first parameter 'x' is
typed as opus_val16 and pointer math is done on the variable (in the 'if (buffering)' block) and then x is
passed to the downmix function. I see that the downmix function uses
2016 Nov 15
0
Energy estimation from encoded opus packets
As a diagnostic tool, I would like to try and determine if an opus packet is essentially silence or not, without decoding the packet. Do you have any advice on whether this is feasible and what parameters to examine in the Opus frame?
Kevin O'Connor
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2019 Aug 01
0
Opus 1.3 different default bitrate between opus encoder and opus multistream encoder
I use the Opus multistream encoder for both mono and stereo encodings and after updating from 1.1.3 to 1.3 I noticed the size of the produced Opus files had doubled for 1-channel encodings whereas switching to the standand Opus encoder gave me roughly the same sizes as before. In these tests, I'm encoding an 8kHz mono stream containing only speech with the following options set:
frame length
2008 Oct 23
1
query re memory profiling
Hi
I have a Dtrace script ( attached ) which examines memory usage, using
fbt:genunix:anon_resvmem:entry & return
On my T2000 it totals the 65k pages being reserved by my application,
printing out the total in bytes.
Seems to work well, tested with a small app that malloced < 65 K,
malloced 200M and mmapeed a 16M file and it appeared to get things correct.
Could I just get a second pair
2010 Apr 10
3
simple data import of .csv
Hello,
I am a complete beginner to R. I use a mac and want to import and read a
.csv dataset stored as .csv file.
I understand I eventually enter <- read.csv("size.csv", header=T) , but I
can't get R to find my file, which is called size.csv and located
/Users/davidoconnor/Desktop/Eart-125/size.csv
Thank you very much!
David
--
View this message in context: http://n4.nabble.com/simple-data-import-of-csv-tp1835620p1835620.html
Sent from the R help mailing list archive at Nabble.com.
2013 Nov 20
2
Stereo channel separation
I have an application I intend to use Opus for that involves creating recordings of two-party conversations where each party is saved as a separate channel. Audio may be later processed or analyzed on a per-party basis so if audio in one channel affects the other channel, it could create problems. My question is, if I use a single stereo Opus stream, how well will channel separation be maintained?
2018 Oct 18
1
Is OPUS_AUTO the default for an encoder's bitrate?
I had expected that the default bitrate for the encoder would be the same as setting it to OPUS_AUTO, but I'm getting difference results:
>opusenc --comp 4 sample.wav sample.opus
Encoding using libopus 1.3-rc2 (audio)
-----------------------------------------------------
Input: 8 kHz, 1 channel
Output: 1 channel (1 uncoupled)
20ms packets, 25 kbit/s VBR
Preskip: 312
2014 Apr 07
3
Stereo channel separation
>On 11/20/2013 03:37 PM, O'Connor, Kevin wrote:
>> I have an application I intend to use Opus for that involves creating
>> recordings of two-party conversations where each party is saved as a
>> separate channel. Audio may be later processed or analyzed on a
>> per-party basis so if audio in one channel affects the other channel, it
>> could create problems.