Displaying 20 results from an estimated 1000 matches similar to: "sanity check"
2006 Dec 12
0
sanity check
It's working, and it's marginally intelligible, but not usable, so I thought I'd post a message to make sure I'm still sane.
I have the app capturing from the mic at 16kHz. I'm using 3200 byte buffers to read the captured data, which is 100 ms of 16 bit sample data at 16kHz. (1600 samples)
When I pass this data unaltered to the playback stream it plays fine with maybe 200 ms
2006 Dec 11
1
Sampling Rate
That's pretty bad. Both DirectSoundCapture and WinMM are capable of
recording at 16kHz. I don't know why OpenAL would be incapable of
handling it. It's not like it's at all rare or new. I would try
16000 and see if it works. Maybe the docs are wrong?
Note that one option to retain high quality is to capture at a higher
rate and then downsample using a resampling
2006 Dec 13
0
Sampling Rate
What would be speex configuration recomended for Telefone/Voip quality
voice? With a quality just a little better/similar then G.729? or GSM?
is there a comparison chart somewhere, but telephone quality oriented?
Thanks,
Alain
Tom Grandgent escreveu:
> Kirk,
>
> Speex was designed for 8kHz, 16kHz, and 32kHz sample rates. If you
> don't use one of these sample rates,
2006 Dec 11
1
Sampling Rate
Hi,
I'm no DSP or audio expert by any means, but I can share what works for
me. People in the know, I would appreciate tips on whether this stuff is
ok.
You could sample at 32000Hz (or 48000Hz, any AC97 card will support
this), run a 8000Hz lowpass filter over the data (16000Hz sample rate
can only represent frequencies up to 8000Hz) and then drop every second
(or 2 out of 3 for
2006 Dec 11
6
Sampling Rate
Kirk,
Speex was designed for 8kHz, 16kHz, and 32kHz sample rates. If you
don't use one of these sample rates, you'll be messing up important
assumptions deep within the codec. Why these sample rates? It's
telecommunications tradition, rather than PC audio tradition.
If you want an efficient and high quality format for voice chat, try
16kHz with VBR quality 6. You should see
2006 Dec 11
1
Sampling Rate
Oops, CTRL+Enter send strikes again ...
At the other end for playback you can convert it back to
48000 (or whatever) by repeating each sample 3 times (48/16 == 3), then
running a 8000Hz lowpass over the result to remove any aliasing
artifacts.
Cheers,
David Hogan
> -----Original Message-----
> From: David Hogan
> Sent: Tuesday, 12 December 2006 10:44 AM
> To:
2011 Jul 14
1
mount.ocfs2: Invalid argument while mounting /dev/mapper/xenconfig_part1 on /etc/xen/vm/. Check 'dmesg' for more information on this error.
Hello,
this is my scenario:
1)I've created a Pacemaker cluster with the following ocfs package on opensuse
11.3 64bit
ocfs2console-1.8.0-2.1.x86_64
ocfs2-tools-o2cb-1.8.0-2.1.x86_64
ocfs2-tools-1.8.0-2.1.x86_64
2)I've configured the cluster as usual :
<resources>
<clone id="dlm-clone">
<meta_attributes id="dlm-clone-meta_attributes">
2010 Sep 17
0
Soooo,north face winter coats
this <a href="http://www.wintercoats2010.com/north-face-jackets.htm" title="north face winter coats"><strong>north face winter coats</strong></a> is great. I took it on a backpacking trip the first time that I used it and not only was it lightweight, it was effective in blocking wind and keeping me warm during the cooler early morning and early evening
2005 Jun 23
1
Speex and DS
Thank you for the quick response Thorvald, but I think that's not the
problem here :[
I know how to capture the buffer and how to play it in the output buffer of
the DS.
The problem is (probably) with same kind of short/floats/bytes error in
conversion/copying
that the coder doesn't get.
I can have my buffer locked during the compression, it not the problem at
the moment.
What I really
2006 Aug 11
2
[PATCH][XEN] Use a union to pack the dual-short combos in an endian neutral way.
The first to members of a grant entry are updated as a combined pair.
The following union patch uses a union so updated can happen in an
endian neutral fashion.
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
diff -r 1f611b58729f xen/common/grant_table.c
--- a/xen/common/grant_table.c Wed Aug 09 18:53:00 2006 -0400
+++ b/xen/common/grant_table.c Fri Aug 11 12:29:48 2006 -0400
@@ -32,6
2011 Jul 27
0
[LLVMdev] Proposal for better assertions in LLVM
On Tue, Jul 26, 2011 at 10:41 AM, Talin <viridia at gmail.com> wrote:
> The assertions in LLVM would be a lot more useful if they could print out
> not only the source code of the expression that failed, but also print the
> values of the various arguments. To that end, I have an idea for an improved
> assert macro which would use raw_ostream. It would look something like this:
2008 Sep 10
1
Do I need a dummy?
Hi all,
I managed to get all my VMs (5 in total) up and running in bridged
mode with public IP addresses from my ISP. All are running Debian
Etch in a Dom) of Debian Etch with Xen 3.1 using the instructions
here: http://www.howtoforge.com/debian_etch_xen_3.1
But ideally I only want two of the DomUs on the public internet with
the other three only on an internal network and the two
2007 Oct 26
0
Wits end! ndis got me - give me sanity with my wireless!!!
All - desperate plea for help here.
Overview Centos 4.5 Kernel 2.6.9.55.0.9.EL with source dell Latitude 810
Im totally at my wits end... Ive tried like mad to get ndiswrapper to
work for my lynksys WPC54GS wireless card. No matter what I try ndis
gives some kind of error on installing the module after about a dozen
attempts 8 kernels, and 5 days- I finally GAVE UP!
unreal
So, I
2004 Nov 13
0
Sanity check for win32-file
Hi all,
The code that I checked in yesterday that seemed to work just fine now
fails. When I run this:
require "win32/file"
fh = File.nopen("C:\\test.txt")
fh.close
I now get:
test.rb:12:in `initialize'': Invalid argument (Errno::EINVAL)
from test.rb:12:in `nopen''
Specifically, it''s failing on this in file.c:
args[0] =
2004 Nov 14
0
Sanity re-checked
Hi all,
Windows 2000
VC++ 6
Well, it turns out I''m not insane. The rb_class_new_instance() chokes with
RC9. However, when I rolled back to RC7, it worked fine.
So, either something is broken in RC9 or this is some sort of VC6 vs VC7
issue.
Can anyone else confirm?
Regards,
Dan
2006 Apr 20
0
Sanity check of my Draggable code
Hi all
I''m just getting started with script.aculo.us, and prototype etc.
My first mini-project was to use Draggable to adjust the column widths
in a page. Here''s the code (which seems to work) and any feedback would
be appreciated - especially if I''m doing things the wrong way.
Here''s the code:
var colSpacer
function initPage() {
colSpacer = new
2009 May 28
0
[PATCH] xen_disk: move sanity check to the correct place
Hi,
The sanity check which refuses write access to disks configured
read-only is at the wrong place. This patch fixes it.
please apply,
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2008 Jul 09
0
console-sanity tool in klibc?
Hi all,
in a somewhat unrelated discussion, a user wanted to run gpg in an
initramfs generated by the Debian initramfs-tools package. Whether that is
a good idea or not is a different discussion, but he noted that /dev/tty
won't work in the initramfs because no controlling console has been setup
yet (I think init is the first program to do so).
So, I was wondering if it might be a good idea
2010 May 30
0
sanity-checking plans for glmer
Having briefly fallen for the notion that the negative.binomial family
in MASS could be used in glmer, I want to use these lists for a sanity
check on my final (?) plans.
I want to use glmer for logistic regression and for poisson regression
on a data set of 10,000 items. There will be two crossed random
effects.
For the logistic regression, I want odds ratios with confidence
intervals.For the
2013 Sep 26
0
Resource map sanity check fails after GRUB "keeps" the gfx mode
Hello!
I have spent some time on the issue. I'm not sure it's a nouveau bug.
I have a fix that changes arch/x86/kernel/sysfb_simplefb.c only.
GRUB actually uses graphic mode on my card. That mode is supported by
simplefb. However, the resource conflict happens regardless of whether
simplefb is enabled. It's sysfb_simplefb that causes it, a completely
different driver.
If GRUB