search for: utterance

Displaying 20 results from an estimated 725 matches for "utterance".

2012 Sep 25
1
Bug#688783: libxen-4.2: debian packages of xen are utterly broken
Package: libxen-4.2 Version: 4.2.0-1 Severity: normal Hello, in xen 4.1 Debian packagers removed blktap uselessly as is documenteted in the blktap bug. in xen 4.2 qemu-dm is removed. This removes any reasonable way to access disks and reserves Debian Xen for diskless DomU use. Essentially Debian Xen packages are now useless. -- System Information: Debian Release: wheezy/sid APT prefers
2007 Apr 21
5
Thinking of using aaf- looking for advice
Hi- I''m technical lead at Lingr (http://www.lingr.com), a chatroom-based social networking site. We''ve currently got several million user utterances stored in MySQL, and we''re looking to build a local search functionality. I''ve played around with aaf and I really like it, but I have some questions. 1. Is anyone out there using aaf to index a corpus of this size? If so, how has your scaling experience been? 2. We would...
2005 Jun 23
0
SPA841 Utterly Horrible, are there any good stun hardphones?
Hello All, I have been using the following phones with excellent success inside my lan: Cisco 7960 Polycom IP600 I have also been comfortable with the SPA-3000. I recently got a SPA-841 and the quality is aweful. Even in stock setup, it's like when I speak into the handset I sound like I am very far away. I want to get a hardphone for europe, but I need to be able to use a STUN server, and
2014 May 20
0
wpa_supplicant - an utter failure, for some reason
Hello listmates, I feel a little embarrassed but I can not get through this one and any help will be much appreciated. I have a Broadcom WiFi adapter in a 64-bit CentOS 6.5 laptop. Trying to get it connect automatically - and it just would not - no error messages, nothing. With the same config NetworkManager connects without a hitch, I have to compile the wl module out of an SRPM - but after
2009 Jan 14
7
Utter Newbie, HELP!!!!
Dear Ruby on Rails Expert with Compassion for a Newbie, (:->) I just got started. I tried: At the Windows Command Prompt: ruby puts "Hello, world!" ^D The response is: -:2: syntax error, unexpected ''^'', expecting $end I am using Ruby 2.2 (ruby186-26.exe). What can I do, besides pull out my hair? This can be very discouraging for a complete novice. Roger
2010 Jan 25
1
How to make SpeechBackground keep playing if utterance doesn't match our grammar
Hi, We've run into an interesting (to us) problem with SpeechBackground. Inside a AGI script, we're playing some extended audio?basically, like a podcast?and we want playback to stop if and only if the speech recognized matches something in our grammar. If there's speech that doesn't match, we just want to go right on playing. (We're using LumenVox as our speech recognition
2004 Nov 23
5
number of pairwise present data in matrix with missings
is there a smart way of determining the number of pairwise present data in a data matrix with missings (maybe as a by-product of some statistical function?) so far, i used several loops like: for (column1 in 1:99) { for (column2 in 2:100) { for (row in 1:500) { if (!is.na(matrix[row,column1]) & !is.na(matrix[row,column2])) { pairs[col1,col2] <- pairs[col1,col2]+1
2006 Aug 09
1
agc
Hi, I'm a new Speex list member, and so far I'm very impressed with Speex. BUT automatic gain control seems to me to be virtually unusable. If a recorded utterance begins with even a tiny noise, that noise is amplified to the maximum volume. (See, e.g. the initial utterance in the TIMIT corpus, "She kept your dark suit...") This seems like a bug to me. If list members agree, any idea on how to fix it? CB -------------- next part ------------...
2006 Oct 27
2
Echo Canceller trouble in 1.2beta1
...d of severe overflow. If I change the signal arguments (passing echo before ref) I get something like the wrong signal subtracted from the mix. I've created a pair of files for testing various echo cancellers. To simulate the "far end" speech, I have a clean close-mic recording of an utterance which I pass as the "echo" argument to testecho.c. To simulate the mixture coming from the mic, I delay that same signal by 10 ms, add a mild amount of artificial reverb, reduce the volume by several db, and then mix in a different clean utterance. That is passed as the "ref" ar...
2015 Oct 28
4
Internal DNS logging
We're using the Sernet Samba v4.2.4 with internal DNS and I can't find the DNS logs. Where does the Samba 4 internal DNS log queries? Thanks. regards, John
2016 Mar 11
3
CentOS 7 and display managers
<rant> Dear gnome developers - could you *possibly* be more anti-Unix? I mean, thanks *so* much for trying to turn Linux into Windows or Macs.... </rant> So, now that I've gotten that out, the KDE display manager, on the login screen, easily lets you choose window managers. Gnome utterly refuses to consider such an idea. I've just yum groupinstall "KDE Plasma
2010 Aug 20
3
[LLVMdev] using external functions from llvm
Alec Benzer <alecbenzer at gmail.com> writes: > Ok, so calling lle_X_FUNCTIONNAME instead of FUNCTIONNAME works (is there > any reason the post used the lle_X_ prefix other than convention? was it > once possible to call external functions as I was originally trying, or, why > did the blog post think it was possible?) AFAIK you can name the function as you please (with some
2006 Jan 19
4
DevLists :: Mailing lists made easy
I have tried various mail clients to read the Rails mailing list for the past 12 months. As the list volume grew, it became utterly impossible to browse through the new messages and very hard to locate the useful gems I had previously found. After subscribing to a few more lists, I realized that there had to be a better way. I could not find anything to meet my needs, so I designed
2005 Mar 08
5
removing message: [Previously saved workspace restored]
Dear All, I saved by mistake the environment I was working in after typing q(), and now I get the annoying message: [Previously saved workspace restored] I have already deleted all the objects in the environment, saving it as an empty environment, so it's just a matter of nitpicking I suppose. The message does not appear if I start R from any other place in the directory tree. I am
2005 Dec 16
4
Newbie Q: Controllers and lookup tables - when to initialise
Howdy Gang, in a major controller that has many methods using the same lookup tables for option choices and such, what is the life expectancy of the list instances. Is it useful to set these up in the controller initialize method - or is that utterly dumb? Cheers, Eric
2013 Jan 29
4
Alias for sending email messages from root
I have run into what can only be described as a farce but one that is outside my control and which I need fixed. I am informed that my cell phone service provider, Bell Canada, will not allow any email messages from a user id 'root' to pass through their email to sms text gateway. Now, I send alerts out from cron and other system monitoring software and these all go out as root at
2010 Aug 20
0
[LLVMdev] using external functions from llvm
> I'm afraid that you might be utterly confused about how to use LLVM. Er, I don't think so? I think I was mostly just confused about interfacing with external functions, since whoever wrote that blog post ( http://www.gearleaf.com/blog/post/44) didn't seem to know what he was talking about (or he was doing stuff that once worked but now doesn't? I don't know). If you
2015 Feb 03
4
Another Fedora decision
Warren Young wrote: > The new rules are: > > 1. At least 8 characters. > > 2. Nothing that violates the pwquality rules: > > http://linux.die.net/man/8/pam_pwquality The 7 rules listed in this URL seem utterly bizarre to me. The first is "Don't use a palindrome" which makes me wonder if the author knows the meaning of this word. I suspect he/she thinks
2006 Nov 24
4
[OT] I Finally Got an Atom Feed
Hi folks, I took a break from Mongrel today and instead whipped up an Atom feed generator for my site. People who love or utterly hate my essays will lover or utterly hate to subscribe to it. http://www.zedshaw.com/feed.atom Let me know if it isn''t working well in your favorite feed reader. -- Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu http://www.zedshaw.com/
2015 Nov 05
3
Internal DNS logging
On 11/4/2015 4:13 PM, John Gardeniers wrote: > Nobody? Surely somebody knows where Samba 4 logs its DNS queries, or > was this was a huge oversight and the internal DNS doesn't get logged > at all, as appears to be suggested by my utter failure to locate such > logs. > > On 28/10/15 14:28, John Gardeniers wrote: >> We're using the Sernet Samba v4.2.4 with