Voice output on navigation [closed] - voice

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.
Any ideas on how to incorporate a voice output into the map to give a turn by turn direction on a smartphone. We are using Mapkit and Cloudmade

Well, this has very little to share with indoor or outdoor positioning and navigation. It is mainly a matter of converting the text output of a pathfinding/routing application/server to voice using a text-to-speech (TTS) system.
For example, you could use the Open Source Routing Machine (OSRM) or OpenTripPlanner to generate a list of turn-by-turn indications and the text to speech library of Android > 2.2 to convert them into voice. Have a look to the TTS Android documentation:
An introduction to Text-To-Speech in Android
TextToSpeech
Of course, MapKit and/or CloudMade may have their own routing system (I do not use them and I do not know it). In this case, you just have to read their documentation.

Related

source code for games that are web based [closed]

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.
I am looking into making a game using source code from a web based game. I am looking to make a game based upon moto rush 2 and other games with the same dynamics. The game can be found at addictinggames or a quick Google search should reveal it. Is there any standard way to go about this? Are there any rules I must follow when using source code?
That is a shockwave flash game http://games.playhub.com/swf/moto-rush-2.swf - so the source is not easily available. You could do something like this; How do you decompile a swf file but it is questionable, and the kind of thing you would not want to release to the public.
There are open source games, and you might be better starting with those. Look here for lots of suggestions: Suggest a good Free & Open Source HTML5+JS gaming framework/engine?

WP8 Image processing with pixel shader [closed]

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.
Is there a way to perform this in XAML app?
It's a complicated answer and it depends on which platform your WP8 app is written for and what specifically you're trying to accomplish.
No, you can't use XAML with HLSL pixel shaders on WP8 like you could on Silverlight. That's not supported for WP7/WP8.
Yes, you can use HLSL pixel shaders on D3D WP8 apps. They do have to be compiled at prior to marketplace submission and not at run-time. See full details on this see MSDN # http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj714072(v=vs.105).aspx
Also, you can write your own custom C++ image processing code as a Windows Phone Runtime component that gets called from C#. You can also optimize that code to work really fast with WP8 by working with the SIMD\Neon instruction set. We're actively working on an end-to-end Wp8 sample of that in Nokia that demos image processing for camera input. In the meanwhile there's a working demo that shows how to invoke SIMD\NEON optimized C++ code from C#.

Calender with events from sqlite for adobe air application [closed]

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 am creating an adobe air application for a shop,I want to display a calender with events which has been picked from sqlite database(like a To Do list).I have searched lot but got nothing.Please help me if you have any samples???or is it possible?
The following is a tutorial for creating a event calendar:
http://www.thetechlabs.com/interfaces/create-a-dynamic-event-calendar-in-flex-builder-3-with-actionscript-30/
Wish it is helpful to you.
Have you checked out the Flextras Calendar? Flextras is a commercial venture, but the products are free for production use; you'll have to pay if you want the source or if you want help.
There are other commercial Calendar components out there too; but for selfish reasons I prefer ours.

Open Source Interactive Map [closed]

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.
Looking for an open source mapping tool.
I need to create an interactive map that'd I'd be able to highlight certain highways, buildings, and areas. The map would have to allow visitors to navigate around the area and click any of the highlighted objects for more information to appear.
I'm guessing something like this might be possible with google maps, I just didn't know if there's a better or easier tool I could use.
This seems like it will end up working - http://www.gethifi.com/blog/a-jquery-plugin-for-zoomable-interactive-maps

organisation chart in flex [closed]

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.
how to create organisation chart in flex using xml
The guys over at yWorks offer some good looking visulisation charts that might be just what you're looking for. These components can be easily used with Flex so that you can do other manipulations with the data.
Here's one I found that fits in with an Organisation Chart flow:
http://www.yworks.com/en/products_yfilesflex_about.html?gclid=CLT5wriG750CFeZr4wodz1OoMg
and here's a demo from their site of a company chart being fed by an XML document:
http://live.yworks.com/yfiles-flex/demo/orgchartdemo/
Take a look at the Visualizer component from KapLab (http://lab.kapit.fr/display/visualizer/Visualizer). Checkout their demos. An Awesome components with a lot of Graph Layouts (including Organization charts layout) and with high flexibility level, and Freeeeeeeeeeee. Hope it helps.

Resources