sdk

How to lower sound on the iphone's sdk Audioqueue?

梦想与她 提交于 2019-12-22 10:57:59
问题 I'm using Aran Mulhollan' RemoteIOPlayer, using audioqueues in the SDK iphone. I can without problems: - adding two signals to mix sounds - increasing sound volume by multiplying the UInt32 I get from the wav files BUT every other operation gives me warped and distorted sound, and in particular I can't divide the signal. I can't seem to figure out what I'm doing wrong, the actual result of the division seems fine; some aspect of sound / signal processing must obviously be eluding me :) Any

parameter targetplatformversion cannot be null - visual studio 2015

浪尽此生 提交于 2019-12-22 10:36:32
问题 I have windows 10 installed laptop with visual studio 2015 on it. I am trying to create a new project of universal Windows phone application. I always get the error Prameter targetplatformVersion cannot be null. Follwing are the screen shot of my machine I have tried installation and re-installing the windows 10 sdk as well but no luck. Loading an existing project where I can see targetPlatformVersion already is also not loading and throwing same error. Any idea how I can track down this

“Application tried to present modally an active controller” Error in iOS5

徘徊边缘 提交于 2019-12-22 10:04:40
问题 I have an error which is causing my app to crash under iOS5 only on the iPad. The below code is called when the user taps on an item in a uibarbutton item : - (void)optionSelected:(NSString *)option { [self.optionPickerPopover dismissPopoverAnimated:YES]; if ([option compare:@"Map View"] == NSOrderedSame) { NSLog(@"Map View"); MapView * map = [[MapView alloc] initWithNibName:@"MapView" bundle:nil]; UINavigationController *navigationController = [[UINavigationController alloc]

Custom MKAnnotationView - How to capture touches and NOT dismiss the callout?

孤人 提交于 2019-12-22 09:49:26
问题 I have a custom MKAnnotationView subclass. It is showing the view exactly as I want it to. In that view, I have a button. I want to capture events on the button to perform an action. This works just fine. However, I do NOT want the callout to be dismissed or disappear. Basically, touching the button in the callout will start playing a sound, but I want to leave the annotation up so the user can press stop if they want to, without having to touch the map pin again to bring the annotation back

Windows Phone 8.1 & Admob SDK for WP8

半世苍凉 提交于 2019-12-22 08:59:56
问题 i wanted to ask if it's just me not getting any adds (NoFill error) or the admob sdk should actually be update to wp8.1? <GoogleAds:AdView AdUnitID="ca-app-pub-XXXXXXXX/YYYYYYYY" Format="Banner" FailedToReceiveAd="OnFailedToReceiveAd" VerticalAlignment="Bottom" Margin="0,0,-23,86" /> What might be alternative ad platform solutions that do work on wp 8.1 ? 回答1: Maybe you can use Microsoft Advertising SDK for Windows Phone (Updated 09/05/2014) http://visualstudiogallery.msdn.microsoft.com

Building iOS custom universal framework, which includes other frameworks

女生的网名这么多〃 提交于 2019-12-22 08:30:15
问题 I'm trying to build a framework for social media integration (so that developers can just import this framework, make calls to APIs in this framework and have social media actions in their app, instead of having to import and deal with multiple SDKs and their code), following this wonderfully written tutorial by jverkoey. Everything seems to be going right except this little thing. I'd like to add SDKs such as Facebook and Google Plus to my framework, so that the developer who uses my

How do I use the ios 4.2 base sdk using Xcode 4.2?

北城以北 提交于 2019-12-22 06:45:00
问题 How do I use the ios 4.2 base sdk using Xcode 4.2? I own a iPhone 4s and an iTouch which has has ios 4.2 on it. After upgrading Xcode to 4.2 to work with my iPhone 4s, I can't use Xcode with my iTouch anymore. How do I setup Xcode to work my iTouch on 4.2 and my iPhone on ios5? Also I tried setting the base sdk by selecting other but there is nothing else in the list, all I get is a dialog window that I can manually type in. Do I need to add an option there? Thanks. 回答1: Xcode 4.2 comes with

Android Facebook SDK - How To Query Facebook Notifications

旧街凉风 提交于 2019-12-22 05:24:16
问题 I have the Facebook SDK for Android working in my app. I can't seem to find any examples or documentation on how to use the SDK code to get Notifications. I have the permission "manage_notifications" set and I am assuming that I need to use the .request() method, but the graphPath parameter eludes me. Does anyone have an example of how to get the Facebook notifications using the Facebook SDK for Android? 回答1: While the other answers are helpfull, what I was looking for was an example of the

How can I make Android apps that work with Apple Airplay?

百般思念 提交于 2019-12-22 05:18:19
问题 I've read an article about Apple Airplay, and I've searched some apps like Air bubble, but still I have some questions: Is it OK to make Airplay apps for non-iOS? Is there a license problem? Does Apple's MFI program (or developer license) cover Android/Windows OS? Is there some Airplay SDK for Android? If not, what should I study to make Airplay receiver/sender application? 来源: https://stackoverflow.com/questions/13472238/how-can-i-make-android-apps-that-work-with-apple-airplay

How to zoom Kinect camera?

独自空忆成欢 提交于 2019-12-22 04:59:15
问题 I am now starting my own voyage into the realms of the kinect development. Is there any support for zooming the camera using the c# sdk? Thank you, 回答1: According to this thread there is no support for zoom other than digital zoom You could have a look at the, not officially endorsed, hardware add-on for Kinect by Nyko: Zoom 来源: https://stackoverflow.com/questions/8284284/how-to-zoom-kinect-camera