Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I write programs using Apple's Siri Shortcuts, and I am looking for an API or any way that can be used to identify a song playing in the background.
Is there any software that can do this? If not, is there a way to write a Shortcut that IDs a song?
Thank you!
Check out Gracenote:
"
Gracenote (which is owned by Sony) has opened up it's SDKs and APIs and has a proper dev portal.
You can check out the app "Track ID" on Play Store which I am sure will give you better results than Shazam or Soundhound. Track ID uses the Gracenote services. Having access to the huge Sony Music collection, Gracenote does a much better job of ACR than Shazam (especially, me being Indian, I find Gracenote recognising a lot of Hindi, Bengali, Tamil songs, which Shazam or Soundhound only are able to recognise English ones)."
Gracenote.com
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I have some program that I want to do face verification by previously stored people faces in app data, and use the device's camera to get the current person standing in front of it, to make the program log the user in.
I have found some code but I don't know how to use it, it uses OpenCVSharp.
Can anyone tell me how to do this verification in Xamarin Forms?
P.S:- I've found some resources that Aren't Free, such as EmguCV, I want something that is free.
You can use Azure Cognitive service
https://azure.microsoft.com/en-gb/services/cognitive-services/computer-vision/
It has a free tier(more than enough if you have less than 100 users I'd say) to use.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Now I'm going to create audio player app on my Iphone
So, I was looking for some information about building music app with Swift.
There were many information but, I could not find one thing it is how can I show song lyrics on my phone.
Although already there are many music app that supported to show lyrics but I need customized app only for me. So I have to build music app only for me.
I just want to play and pause song and show playlist and show lyrics.
Maybe are there reference? If there are reference. Please inform me.
#D Why, It's hard to tell what aspect of development you might be asking about specifically. I've been there before myself--wanting to hash out some high level ideas-- so I'd like to help out.
I'd say start with finding a song lyrics database; something like mldb.org. The programmableweb.com contains APIs that may already exist for what you have in mind. Next, check out the dev communities (ObjC, RubyMotion, etc.) for audiobooks, etc. Here's an example out of Code Project that's pretty old already, but it will give you an idea.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am currently working on a project that uses an iPad as the interface for the the product we are making. There is an external accessory feeding the iPad sensor data and the iPad will need to be on the business that buys our product's wifi.
The concern I have is that this doesn't really seem to fit under Apple's enterprise solution since it will not be under our own employees. Does this rule out MDM?
Apple configurator seems to be a good way of deploying these iPads and has the added benefit of preprograming stuff like the wifi of the business we are selling the product to. However, it would be preferable if the iPad was remotely configurable.
Anyways if anybody has had any experience creating such a system/workflow I would love to hear your thoughts.
Cheers!
The B2B program is what you are looking for. https://developer.apple.com/programs/volume/b2b/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I know this is not a technical question but I don't know where to ask elsewhere.
I use the very cool toolkit called trigger.io to develop apps for both android and ios. Now I would like to use something like a database to display data in my app.
Firstly I found a realtime backend called firebase: http://www.firebase.com/
Nice but it takes a while until one gets access to it since it is still in beta.
Then I found a cloud service called Kinvey: http://www.kinvey.com/ Also interesting, but it is free as long as only 200 users download the app.
So do you know any alternatives to store data and use it for my app?
That would be very helpful,
thanks enne
Sure. Parse is an easy option. Basic plan to get start is $0 a month.
Also, there is nothing stopping you from bundling (or download and saving and caching) a json file for use in your trigger.io app.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm working on an iOS application where I'd like to be able to display stores with their respective logos. I've spent a while looking for an API that does this and I can't find anything besides XigniteLogos. Unfortunately this is outside of my budget - is there a free solution available?
This is a very interesting question.
My first thought was that you could try doing a Google Image search. I know Google has a service called Goggles which can recognize logos, so searching the other way must be possible using Google.
I did a sample search on Google Images for "General Mills logo" (I guess I am hungry for breakfast right now) and the first result that was returned was from SeekLogo.com
I am not sure what SeekLogo is, or if they have an API, but they may be exactly what you're looking for. If not, you could try a Google images search and use the first result... (Google does have an image search AIP but... it's been deprecated? The announcement of that says that the documentation / community may have solutions which are still supported...)