It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would like to start studying the .wav specimen by comparing two files. like returning a result of duration, accent, pronunciation in percentage. etc. or any code that comparing/analyzing the .wav.
What do you think about using Fourier transform? http://www.lohninger.com/fourier.html
For analyzing, processing or appling effects to sound files SOX - Sound eXchange is wonderful.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Today i am developing one IEEE paper. In that paper mentioned about run time memory. How to calculate run time memory of a program in Matlab?
profile on
SOME CODE
profile off
profile_info = profview %HTML string of the memory profile
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i'm developing a software where i need to capture specific orders by the user and determine it from a list of predefined orders.
is there anyway i can get this feature to work with support of the Arabic language?
Thanks :)
Sure, you can try pocketsphinx to accomplish this task, see:
http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/
Arabic acoustic model is available here;
http://sourceforge.net/projects/arabisc/
To learn more about CMUSphinx read the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorial
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to write an augmented reality application on iOS 5.
But I have one problem. I can't find simple implementation code of augmented reality.
I anyone can share the link, please do this.
http://www.musicalgeometry.com/?p=1273
There is one example of using the camera overlay. However I'm not exactly sure what you're expecting, the question is kind of vague.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Just what the title states - What does Buffer Underrun mean?
It's when a buffer that's being read from (and should preferably always have data available) runs empty.
An audio output device is a good example. An audio device will read its buffer at a constant rate, and unless you keep supplying it data at a fast enough rate, the buffer will run out. And it'll sound nasty.