search for: vox

Displaying 20 results from an estimated 1203 matches for "vox".

Did you mean: vo
2007 Feb 23
2
GSM cleanup (pops, clicks and static)
I have a bunch of sounds that I've converted into gsm from (Indexed NMS) vox files. There's only a single utility that I've found that can read and convert vox files. My conversion process is to use this utility to convert the index vox file in to a series of wave files and then use sox to convert the wave files to gsm files. Over all this works really well, the pro...
2006 Sep 25
1
Help me with not normal vox pls
Hello speex-dev, hello. I have a vox file encoded with Speex speex-1.0.4. I need to get it decode back to wav, also I'd like to know what option were used to encode this particular file options -- Best regards, Mr.BoBo mailto:big-bobo@mail.ru
2009 Aug 24
4
Is there a fast way to do several hundred thousand ANOVA tests?
...t;cond1","cond2","cond3" I'd like to do an anova on all 800000 columns and record the F statistic for each test; I currently do this using f.stat.vec <- numeric(length(a[1,]) for (i in 1:length(a[1,]) { f.test.frame <- data.frame(nums = a[,i], cond = b) aov.vox <- aov(nums ~ cond, data = f.test.frame) f.stat <- summary(aov.vox)[[1]][1,4] f.stat.vec[i] <- f.stat } The problem is that this code takes about 70 minutes to run. Is there a faster way to do an anova & record the F stat for each column? Any help would be appreciated. Thanks H...
2004 Apr 05
2
ADPCM 4-bit, 6 kHz
I found some posts regarding this issue dating of September 2003, but no real answer. The ADPCM format supported by Asterisk (the .vox files) is 4-bit, 8 kHz. I need 4-bit, 6 kHz, which is also a widespread Dialogic format, to help migration. Is there an existing format/codec for this? If not, can I make myself a shared object in /usr/lib/asterisk/modules? Is this easy??? :-( Thanks, Yves Chouinard Vox-Tel
2006 Jan 27
4
testing for nil numeric value in find
..."price.nil?", "not", and "!", but have not hit upon the right combination. Can someone show me the way? Regards, Jim -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario <token> = hal Canada L8E 3C3
2003 Apr 01
1
setGeneric
...] "diag" > diag(2) Error in diag(2) : Object "n" not found > Seems to be a perverse consequence of some slightly fancy use of lazy evaluation.... url: www.econ.uiuc.edu Roger Koenker Dept. of Economics UCL, email rkoenker@uiuc.edu Department of Economics Drayton House, vox: 217-333-4558 University of Illinois 30 Gorden St, fax: 217-244-6678 Champaign, IL 61820 London,WC1H 0AX, UK vox: 020-7679-5838
2006 Jan 25
8
conditional replacements in rhtml
...> Your cart currently holds <%= @items.size %> <%= if @items.size == 1 then "item" else "items" %>. </p> -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario <token> = hal Canada L8E 3C3
2007 Nov 24
5
rspec.opts
...t of the options and their usage and meanings for the contents of this file? Regards, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
2005 Dec 01
5
Configuring X after instal on CentOS4
What is the name of the program that replaces Xconfigurator and XF86Setup for resetting video display values for X post-install? Regards, Jim -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario <token> = hal Canada L8E 3C3
2003 May 27
1
setGeneric?
...as well inquire why the def argument of setGeneric is now needed since my reading of the its documentation suggests that it isn't needed in the present circumstances. url: www.econ.uiuc.edu Roger Koenker Dept. of Economics UCL, email rkoenker@uiuc.edu Department of Economics Drayton House, vox: 217-333-4558 University of Illinois 30 Gordon St, fax: 217-244-6678 Champaign, IL 61820 London,WC1H 0AX, UK vox: 020-7679-5838
2015 Mar 25
2
vignette checking woes
...ls sparse.model.matrix which is part of Matrix, and it is the latter function that I'm not finding. Maybe I should go back to the requireNamespace strategy again? Roger url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Urbana, IL 61801 > On Mar 25, 2015, at 2:54 PM, Thierry Onkelinx <thierry.onkelinx at inbo.be> wrote: > > Dear Roger, > > How is Matrix loaded? > > If you use sparse.model.m...
2010 Sep 13
7
Problem with SSHD update.
...ed on this host as soon as is possible. Any help with this is gratefully appreciated. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
2013 Jan 30
3
Mac v Windows Mystery
...is sort of thing when I can't reproduce it. Any suggestions or other experience would be welcome. The test problem takes a minute or so to run on my mac. Thanks, Roger url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Urbana, IL 61801 > > -------------- next part -------------- > -------------- next part --------------
2010 Jan 26
2
[LLVMdev] another minor problem with the ocaml binding
...at Llvm.llvm_handle_to_type is actually defined to create a type handle from a type, rather than vice versa as its name would imply. Should I send a patch to change the name of the function to reflect its type better, or should I just lump it? — j h woodyatt <jhw at conjury.org> http://jhw.vox.com/
2007 Feb 22
1
tournaments to dendrograms
...o dendrogram-like graphics? Tables, for example, like this: read.table(url("http://www.econ.uiuc.edu/~roger/research/ncaa/NCAA.d")) Any pointers appreciated. RK url: www.econ.uiuc.edu/~roger Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820
2007 Dec 21
3
CentOS-5 Need Help With Serial Ports
...ever had this difficulty nor had to use setserial, so far as I can recall. Sincerely, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
2008 May 10
1
OT: YUM, RPM and PGP keys
...e correct one? 3. Is there a command to list what keys rpm has imported? Thanks, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3
2010 Jan 28
2
Starting a java applet from the desktop
...am seeing this behaviour? There are no messages in the syslog file relating to this. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3 -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive v...
2003 Sep 14
1
macosx install problem
...jer: R dyld: /usr/local/lib/R/bin/R.bin malformed library: /usr/local/lib/R/bin/Help (not a Mach-O file, bad magic number) Trace/BPT trap rudjer: Any suggestions would be most welcome. Roger url: www.econ.uiuc.edu/~roger/my.html Roger Koenker email rkoenker at uiuc.edu Department of Economics vox: 217-333-4558 University of Illinois fax: 217-244-6678 Champaign, IL 61820
2007 Sep 07
7
rpm spec files for ruby
...own purposes if it proves beyond my capability to do so for the community. Sincerely, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada L8E 3C3