How to get the audio graph for sound file in wave form? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
I want to implement a functionality in which I want to get the audio graph in the form of image for the audio file I am passing.
I searched everywhere but didn't get the useful stuff.
Can anybody tell me the technique or way to get this or some source code or library to get this work done.
The output that I want for the audio file is can de described from the image.
Here are few links that I found in my research ....
1) http://timbolstad.com/2010/03/14/core-audio-getting-started/
2) http://timbolstad.com/2010/03/16/core-audio-getting-started-pt2/
3) representing sound graphically as wave

Related

iPhone iOS is there an open source annotated line graph example? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've looked at a variety of iPhone graphs, and while a lot of them work for line graphs, I have not been able to find anything that does graph annotations like the image below. Are there any graphs for iOS that support graph annotations?
There are many comparison article of the different iOS Graphing Libraries. See these comparisons for an in depth analysis of their differing features:
http://www.scottlogic.com/blog/2012/05/21/comparison-of-the-available-ios-charting-libraries.html
https://blog.serverdensity.com/how-to-build-stunning-custom-ios-graphs-on-iphone-and-ipad/
Not many of them support built in annotations. You may have to add that yourself. Core-Plot sounds like your best option: https://code.google.com/p/core-plot/

Iphone File Transfer using xmpp [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
I am trying to implement file transfer using Xmpp. i need to send images from one user to another. i have seen some questions on stack overflow but no one seems to have succesfully implemented using XEP 65. is it even possible to tranfer files using xep 65 on iphone. if not what is the alternative to achieve it. some tutorials would be really grateful
Thnks a lot in advance

Zend_Form as database filter [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
In mij admin i have a list of posts but this list is really really big. I want to make a send form that i can use to active an database filter (so the form gets translated to where / and / or filters). Is there some good example code that i could read or maybe a tutorial ?. Any advise ?
A nice & short previous answer on that.
The reference Matthew Weier O'Phinney's page on Zend_Form used in the Model layer
And just another one if you want
Search on goole with 'Zend_Form' and 'Model Layer' will certainly gives you some others.

Face detection in iphone [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Improve this question
Thanks in advance.
I have a requirement is that , to find only the face from selected image, and need to crop it from the original image.Is there any face detection api for it in iphone using objective c . If any one know please tell to me.
The easiest way would be to use a RESTful web service API if Internet connection is possible. You can checkout http://skybiometry.com/ for free face detection & recognition API.

Is there an example project that contains Core Plot? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I wonder if anyone ever posted an example project that uses Core Plot?
I would suggest the best website for iOS development tutorial.
Here is the simplest core data example what you are looking for, with great explanation and source code.
http://www.raywenderlich.com/13269/how-to-draw-graphs-with-core-plot-part-1
http://www.raywenderlich.com/13271/how-to-draw-graphs-with-core-plot-part-2
Hope this helps.