0
votes
2answers
154 views
Fundamental Frequency + Voice Detection in c#
I'm trying to detect voice throught input from the microphone in real-time.
I allready receive the input, execute FFT algorithm and have the result in dB. I have a frequency domain, a time domain and …
0
votes
4answers
82 views
How to detect page zoom level in all modern browsers?
How can I detect page zoom level in all modern browsers? While this thread tells how to do it in IE7 and IE8, I can't find good solution for FF, Safari and Chrome. For FF one of the suggested …
0
votes
0answers
16 views
How to detact the encoding using mb_detect_encoding correct?
I want to detect encoding correct, but i found mb_detect_encoding always get error result, And I added lots of encoding_list UTF8 ISO-8859-* ....
2
votes
3answers
450 views
Detecting and accessing a usb device from within a webbrowser -i.e using a plugin.
Is it possible through a plugin - activeX, Java or Flex to write a brower plugin that is able to detect an read a data stream from a USB device channel.
I have done some research but have not found …
0
votes
1answer
33 views
ANT: Force error on missing resource?
I've inherited an Ant build system that contains many resource
set definitions like this:
<files id="app1.lib.jars">
<include name="${java}/jre/lib/jsse.jar"/>
<include …
1
vote
4answers
122 views
detect us military email address
Hi -- does anybody know which domains to search for (other than ".mil") to look for military addresses posting to a web form?
Clarification -- we're offering a discount to our customers, and we …
1
vote
3answers
45 views
Detecting horizontal div overflow with JavaScript?
I have a DIV that has plenty of child DIVs inside of it. What I want is similar to Firefox's tabs, when you have too many tabs open or the main DIV width is too small, the interface will detect …
0
votes
2answers
205 views
Cocos2d iPhone Non-Rectangular Sprite Touch Detection
Have a project with a TRIANGLE shaped graphic in a sprite. I am arranging these sprites in a grid so that their rectangles are all overlapping. As sprites get touched their z-order is being changed …
2
votes
3answers
99 views
Recovering from stack overflow on Mac OS X
Hi all,
I am implementing a cross platform scripting language for our product. There is a requirement to detect and properly handle stack overflow condition in language VM. Before you jump in and say …
1
vote
1answer
40 views
Detecting login credentials abuse.
Greetings.
I am the webmaster for a small, growing industrial association. Soon, I will have to implement a restricted, members-only section for the website.
The problem is that our organization …
1
vote
3answers
249 views
Method to detect a parked page?
Anyone know of a way to programatically detect a parked web page? That is, those pages that you accidentally type in (or intentionally sometimes) and they are hosted by a domain parking service with …
0
votes
1answer
22 views
how do you detect a weak wireless signal from a windows mobile 6 app?
I am using a Windows Mobile 6 based hand held device.
I there a way to detect low or no wireless signal activity?
Since I cannot detect this, my application is getting exceptions and ultimately runs …
0
votes
2answers
43 views
how to detect that localhost web site is closed and then shout apache web server
Hello all
i need to find away to stop/terminate apache web server that is running on my local pc when i close the site that is running in my local pc (for example http://localhost:8080) or when i …
2
votes
1answer
160 views
How to make MFCC algorithm?
I wanna make the Mel-Frequency Cepstrum Algorithm but there are some things that I don't understand.
After FTT is done we need to "Map the powers of the spectrum obtained above onto the mel scale, …
1
vote
1answer
143 views
How do Mel Frequency Cepstrum Coefficients work?
I allready have FFT and pitch + absolute frequency calculated in real-time from input of microphone.
Now I want to calculate the timbre.
I saw Mel Frequency Cepstrum Coefficients - MFCCs but I didn't …
