Search results for

Popping Sound

19,350 results found

Post

Replies

Boosts

Views

Activity

Reply to What is a "radar?"
Ouoting from the 'net, rather than linking, since moderation to allow seems hit/missApple's Radar system is also open to registered developers who can use it to file bugs or enhancement requests with Apple. Although Radar is reputedly very good when used inside of Apple, this is not generally apparent to users outside of the company. The frequent request to file a radar often sounds more or less like forget it, buddy, because issues frequently go weeks or even years without so much as an acknowledgement or indeed any indication at all that anyone has even read the issue. This leads to the perception of the Radar system as being something of a black hole.External users have no way to know if an issue has been reported, so it's common to file an issue and then be informed that it's a duplicate of a previous issue. That seems reasonable at first, but in practice it means that you'll never get notified if the issue is resolved.And yes, it's the same as 'Report Bugs'
Jul ’15
Reply to AUMIDISynth - Anybody know how to load instruments into it?
Here's a basic example of the mentioned kMusicDeviceProperty_SoundBankURL property in use from the PlaySequence sample:CFURLRef soundBankURL = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, (const UInt8 *)soundBankPath, strlen(soundBankPath), false); printf (Setting Sound Bank:%sn, soundBankPath); OSStatus result = AudioUnitSetProperty(theMIDISynth, kMusicDeviceProperty_SoundBankURL, kAudioUnitScope_Global, 0, &soundBankURL, sizeof(soundBankURL)); if (soundBankURL) CFRelease(soundBankURL); if (result) printf(AudioUnitSetProperty failed %dn, result);
Topic: Media Technologies SubTopic: Audio Tags:
Jul ’15
Reply to El capitan Beta 2
I'm afraid that you have to get DP1 installed as it is the only full OS.Beta 2 and Beta 3 only contain changes - also there is no way to integrate the betas into DP1, there simply isn't.So, have you tried deleting the DP1 installer you have (because it sounds like it may be corrupted) and redownloading it from the Purchases tab of the App Store?Also, please repeat the error message you get, you said you mentioned it earlier, but I can't seem to see it. Thanks.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
"Rich Results" for local items?
Is it possible to get rich Spotlight results for local items? I want to show the play button for an audio file locally stored on the device in the search results.The Spotlight session from the WWDC lists<div itemscope itemtype=
 http://schema.org/AudioObject>
 <meta itemprop=contentUrl content=http://abc.com/x.m4a /> </div>or<meta property=og:audio content=http://example.com/music.m4a>for this. How would I use this? Am I supposed to be able to add that (using the appropriate local file URL) to the HTMLContentData attribute? (Hint: that didn't work for me)
7
0
1.1k
Jul ’15
Apple Watch Handoff issue
I am using handoff to communicate between glance and watchkit app in order to get called when tapping on glance; however, I have an issue as following. Watchkit app will dismiss or pop back all viewControllers that I have presented or pushed automatically, so it keeps showing the first (Main) viewController all the time when calling updateUserActivity:userInfo:webpageURL.Previously, I can manage to stay on the previous page, but it seems impossible now.
0
0
210
Jul ’15
Pairing request when using BLE
(Image upload is not working well. Sorry for inconvenience. If you want the image, click http://cl.ly/ciLt)Hello everyone!I'm developing the new feature of my app that uses BLE. If my devices (iOS7 or iOS8) communicate with the device (iOS9 b3), suddenly pairing request alert is popped up on the display of both central and peripheral. This apparently looks one of new bugs because I don't need pairing when using BLE, and I haven't found this kind of alert till iOS9 b2. Is anybody having similar problems? Anyway, I'll report this asap.added @ Aug. 28The alert is still visible in iOS9b5 with the same condition above.
11
0
4k
Jul ’15
Beta 3 wireless headset issues
I have been experiening issues using wireless blue tooth headsets with the ios 9 beta's and was wondering if anyone else has noiced this issue. The headset is confirmed as connected however the audio continues to play through the phones speakers. I was wondering whether this was an issue with the Beta or whether it was an issue on my end as I have never experience this issue before with previouse ios builds. Cheers.
1
0
256
Jul ’15
Reply to Any major issues in WatchOS 2 Beta 3
Apple Pay and Haptics not working in B3, but that said, Maps works again as approperiate.I am finding if I turn sounds up all the way they sometimes do not play. Going into the Watch App and setting at 50% appears to correct.Release notes:https://developer.apple.com/library/prerelease/watchos/releasenotes/General/RN-watchOSSDK-2.0/index.html#//apple_ref/doc/uid/TP40016205
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Beta3 on Mac Pro (Late 2013) broken as in Beta2
I did not recover from TimeMashine.The process could be that you wait until you hear the boot chime and hit immediate after that Option/Cmd/ R and wait umtil it boots and pop ups the window with the choice to Reinstal OS Restore from TimeMachine ... .I would launch the tool from that window end erase the installation completely or if possible to partition the drive to the default, The partition would help to delete the ElCapitan recovery.At this point you can select Restore from Time Machine-Horen
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
Reply to Can I force the update ?
I would recomments installing the config file to both the phone and watch. that popped my install instantly.Regarding development, check the beta notes here there are some things that are not functioning for development:https://developer.apple.com/library/prerelease/watchos/releasenotes/General/RN-watchOSSDK-2.0/index.html#//apple_ref/doc/uid/TP40016205
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15