I'm trying to integrate the current playing song by Spotify in a program I am making I know Spotify itself doesn't have an API but windows shows the playing song when you pause the music with F7 or lower/upper your volume is there any way to get that song in c++?
Related
I am creating a poker card game website with javascript, I was wondering if it is possible to make it a multiplayer game and run it live with django as backend (django is the only backend frame work i know, i made many projects but never worked with sockets or channels this is my first project )
I'm trying to build a chat bot using wit.ai, which will recognize the speech and convert into text in chat bot.
Is it possible with the GUI of wit.ai to make such kind of chat bot?
I actually converted the voice into text, but facing difficulty to integrate the voice input with chat bot. How to do this?
since the new release of messenger, you can convert speech into text, so if you are developing for messenger or another app with a good voice-to-text, you can rely on the app instead of trying doing it by yourself. In the end you're gonna have just text inputs, but people would be able to convert it's speech into text.
I got xbox system update push recently on dev mode. My program winrtcpp program stops working, while other c++/cx program does still run on the xbox. In the meantime, I did not change my code or relevant dependencies. And the program is running correctly on PC.
Is there a general strategy for solving this kind of windows app activation problem.
Error message:
"unable to activate Windows.Store.app...The process started, but the activation request failed with error 'The app didn't start.'"
https://learn.microsoft.com/en-us/windows/uwp/xbox-apps/frequently-asked-questions
Why aren't my games and apps working?
If your games and apps aren't working, or if you don't have access to the store or to Live services, you are probably running in Developer Mode. To figure out which mode you're currently in, press the Home button on your controller. If this takes you to Dev Home instead of the retail Home experience, you're in Developer Mode. If you want to play games, you can open Dev Home and switch back to Retail Mode by using the Leave developer mode button.
I'm searching a way to develop an app to show iOS/android screen on the google glass, but I did'nt find anything,
as we are already able to display glass screen by using screencast on phone with MyGlass app, why the reverse would'nt be possible?
AFAIK, 3rd party apps cannot capture a phone screen on both iOS and Android. On Android, you need READ_FRAME_BUFFER permission which is "signature|system" protection level. On iOS, you need to use some private framework/api to capture the screen. That means Apple will not allow the app to be listed on the app store.
I'm developing app for google glass. I don't have glass, so i used to install file to android device. I referred this document Installing Google Glass in an Android Phone . But when i install and open my own custom voice trigger app, it won't open. I didn't see my app in list of voice command.
There are a few things to keep in mind.
First of all, those instructions were for a much older release of the Glass system. There have been many changes in how to launch a GDK app since then, and the most recent have been outlined in Why is my voice command missing from the ok glass menu in XE16?
Second, it is really difficult to appreciate the differences between Glass and more traditional Android devices. While you can probably get a basic understanding of development for Glass, you may have trouble understanding the UX differences. It is like trying to write for a mobile phone only by using a desktop computer.