search for: kring

Displaying 10 results from an estimated 10 matches for "kring".

Did you mean: ring
2004 Aug 06
1
Get Mic-In for Speex
...array stream in VC++ ?? So that i can encode it with speex an send it away. The second thing is, to decode the speex frame and play it on the speakers. It would be helpfull if you can give me a link to a site which explains this topic an include some littel code sampels. Thanks. Best regards Sören Krings mailto:spontexx@web.de --- >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 neede...
2003 Jan 17
3
kriging in R
Hi, all, Have anyone used kringing included in R? How is it? Does it handle anisotropy data well? How does it compare with Kriging in Arc/Info? or other geostatistics software customized to do kriging or other geostatistics functions? I tried Easykriging, a geostatistics tool developed for Matlab. It has very nice GUI, but it d...
2007 Jul 04
6
Inconsistent results when using wild card queries
...ld card queries. We''re using aaf and Ferret 0.11.4 For exampel, when seraching on a part of a collegues name (kristofer) and limiting it to a specific source_id: Query: source_id:25 AND kri* Result: 2 documents. None of them containg the word kristofer, but other matching words, as "kring" and "kring?" (swedish) Query: source_id:25 AND kris* Result: 0 documents. Query: source_id:25 AND krist* Result: 12 document. Works as expected. The index contains in total about 200 000 documents and I''ve tried rebuilding and optimizing with no result. Has anyone else...
2004 Aug 06
0
Speex wrapper functions for Visual Basic
...MAX_NB_BYTES); temp_buffer = new unsigned char (nbBytes); temp_buffer = (unsigned char *)output_buffer; delete output_buffer; output_bytes = temp_buffer; delete temp_buffer; return nbBytes; } Thank you very much in advance. Best regards Sören Krings ______________________________________________________________________________ Ein Grund zum Feiern: Die PC Praxis ermittelt zwischen 10 grossen Mailprovidern WEB.DE FreeMail als Testsieger http://f.web.de/?mc=021190 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepag...
2003 Apr 17
0
kriging in R
...ike to take a look at. I find this number of > > Rnews a very good source for someone willing to use geostatistics in R. > > > > Regards > > > > EJ > > > > On Fri, 2003-01-17 at 05:06, Yan Yu wrote: > > > Hi, all, > > > Have anyone used kringing included in R? How is it? > > > Does it handle anisotropy data well? > > > How does it compare with Kriging in Arc/Info? or other geostatistics > > > software customized to do kriging or other geostatistics functions? > > > > > > I tried Easykriging,...
2004 Aug 06
2
speex codec info request
Hi , I'm a software developer. I'm searching a codec for speach using a xscale PXA263, i would like to know if speex 1.04 is good for this hardware. Do you develope the codec using intel specification or intel primitives "IPP 4.0" ? Thank you very much in advance Best regards, Pavel Ivanov --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage:
2007 Oct 26
1
Re: CentOS-5.0-x86_64-bin-DVD-ich9.iso.delta md5 mismatch
Michael Rock napsal(a): > all-generic-ide irqpoll > > Without irqpoll it just hangs and without > all-generic-ide it get a kernel panic. So I still > need both to recognize the disk and continue booting. > Michael, > I have tested 8.1.14 ICH9 x86_64 version and it's kring fine. For sure > im right now uploading full DVD isos. I did not want to :o( due due to > bandwidth bud I have to now. Once I have 8.1.15 kernels ready I will > publish updated version. Please send the mobo ID for me to read about > the chipset. I do test ICH9 Centos on this mobo MSI &g...
2004 Aug 06
3
size speex file encoded
Hi, I am working with libspeex api. I would like compare the size of speex file encoded with libspeex and the size of speex file encoded with speexenc. For example, I encode with speexenc (narrowband, quality 1) a wav file of 1.43 MB (17 seconds) output a spx file weight 21KB, for other hand I encode with libspeex the same wav file with same characteristics in arm processor, pocket pc and the
2010 Jul 14
1
Running yum shows errors
Hi I am getting the following errors when i try to use yum to install the net-snmp paclages. [root at sc1 yum.repos.d]# yum install net-snmp Loaded plugins: fastestmirror Determining fastest mirrors Traceback (most recent call last): File "/usr/bin/yum", line 29, in ? yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 229,
2001 Jan 04
0
Problems/Modifications compiling SAMBA 2.2-alpha1 on SCO Openserver 5.0.5a
Hello, after one small modification I was able to compile samba. I have not yet tried to use it, but at least swat is working. It would be nice if anyone could modify the current code to resolve the specified problems. Mike The Problems: Only a nuisance: uid_t and gid_t are unsigned: /GNU-Source/samba-2.2.0-alpha1/source/smbd/sec_ctx.c: In function `initialise_groups':