Search results for

Popping Sound

19,354 results found

Post

Replies

Boosts

Views

Activity

Reply to iPhone 6 sometimes not ringing with iOS9
Thanks for your Help, but nothing does help. So i erased all Content and Settings, i also installed iOS9 again, but nothing helps. The Call Audio Routing is configured to Automatic. I have no Bluetooth Devices connected to my iPhone, because in my Car is a Phone in the Audi MMI System integrated and i dont like Headsets.After trying your Tipps i reproduced the Problem without a Problem. I called myself over the fixed network 5 times the iPhone was ringing, after the 5th try it wont work until the 10th try, then it rings again.Maybe it is a Bug or a Feature?Sometimes it seems like that it is a Feature, if someone calls you again and again (maybe 5 times in one minute) and you do not answer, then it is like a Mute Function for 1 or 2 Minutes until it rings again. But i dont think, that it is a Feature, because the People who called me in the last Days where i experienced the Problem called me 5 -10 Minutes before the Problem happens.So sorry for my bad English.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15
How to get the silent mode after ios5
Hi All,I want to get the ring/silent switch's status.I search the information is play a silent audio file use the AudioServicesPlaySystemSound.then check a threshold value to check the silent is opened.But I find out the result is not right some times.How can I get it?Thanks very much.
1
0
301
Jul ’15
Reply to How to have the master of a split view controller on the right?
This app is not for public release. It's a tool to aid in the design of the actual app to be released so it shouldn't, necessarily, be subjected to the HIGs. The primary concern here is to make it more effective for people of different handedness, and - once again - the people I'm referring to are not the general public.It sounds like I'll have to drop the split controller then.
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’15
Moving from iTunes Match to iCloud Music
For years, our family shared music on Itunes Match using the same email address - everyone logged in as sample@gmail.comNow with apple music, and family sharing we made the switch and want to sign in with our personal emails.However, when you go to turn on icloud music, all the MPEG, AAC Audio, or AAC Matched files will turn to Apple Music AAC Audio. Which is a problem, since we'd have to maintain the apple music service to play any music we currently own.I am using Itunes 12.2.1FWIW, we tried creating an empty library and importing music files - no luck.thanks for any help.
0
0
261
Jul ’15
Webview Music in Background
Hello Apple Developer Community.I have a Webview with some code stuff init for push notifications etc. My Problem now is that when I run the APP in the Simulator I can lock the screen and also go to Home without interrupt the sound. On the iDevice it does not aork. When the phone goes to sleep or I press Home the Music stopps playing. I already checked background compatiblities in xcode and edited the plist.info file. However im trying to to this now since a week and can't get this fixed.
1
0
1.3k
Jul ’15
CMSampleBufferSetDataBufferFromAudioBufferList returning -12731
I am trying to take a video file read it in using AVAssetReader and pass the audio off to CoreAudio for processing (adding effects and stuff) before saving it back out to disk using AVAssetWriter. I would like to point out that if i set the componentSubType on AudioComponentDescription of my output node as RemoteIO, things play correctly though the speakers. This makes me confident that my AUGraph is properly setup as I can hear things working. I am setting the subType to GenericOutput though so I can do the rendering myself and get back the adjusted audio.I am reading in the audio and i pass the CMSampleBufferRef off to copyBuffer. This puts the audio into a circular buffer that will be read in later.- (void)copyBuffer:(CMSampleBufferRef)buf { if (_readyForMoreBytes == NO) { return; } AudioBufferList abl; CMBlockBufferRef blockBuffer; CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer(buf, NULL, &abl, sizeof(abl), NULL, NULL, kCMSampleBufferFlag_AudioBufferList_Assure16Byt
4
0
6.6k
Jul ’15
Reply to How to share or save Audio after Effects, like altering pitch or rate?
Thanks for the Reply!, its the third day i tried using the code from the link that you sent me, but there are two problems here, first off, the code on that link is written in OBJ-C, however, I have been successful in recording a playback to a new audio File, using:audioplayernode.taponBus() ,andnewaudiofile.writefrombufferfunctions, however, the problem is that plain audio is recorded to the new audio. The audio that playsback had altered pitch and rate but the recorded file has a plain audio without pitch or rate alterations:(This is the code that i am Using: audioPlayerNode.installTapOnBus(0, bufferSize: (AVAudioFrameCount(audioPlayer.duration)), format: mixerAudioFile.processingFormat) { (buffer: AVAudioPCMBuffer!, time: AVAudioTime!) in if (self.NEWAudioFile.length) < (self.audioFile.length){/ self.mixerAudioFile.writeFromBuffer(EffectsAudioFileBuffer, error: nil) }else{ audioPlayerNode.removeTapOnBus(0) println(REMOVED TAP ON BUS) }
Topic: Media Technologies SubTopic: Audio Tags:
Jul ’15
Reply to A Day With Swift
I believe you are mistaken with the operator increments bit. ++i happens before evaluation, i++ happens after.If it doesn't behave this way in Swift, it's a bug and a possibly serious bug at that. A simple use such as printing an integer won't really care but, a conditional loop may.For instance in a loop that you want to go through 10 times, if you start of with i=0 and comparei<10 then the loop will only run 10 times with ++i but will attempt to run 11 times with i++If you increase the scale of these values to 64 bit integers this could result in some seriousproblems. Especially if your code is directly mapping specific bits in memory as one mightin a kext or modifying an audio or video buffer.
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’15
Reply to What is required to register for CoreWLAN events?
To start, CoreWLAN is not available in the sandbox, something that we've actually documented in the Determine Whether Your App Is Suitable for Sandboxing section of the App Sandbox Design Guide.Outside of the sandbox CoreWLAN should work just fine. It sounds like you tried that and it failed. What exactly failed in that case?Share and Enjoy — Quinn The Eskimo! Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Jul ’15
Apple Watch: HANDOFF always on with ios9?
Hi all,I made a post in the Discussions forum. A person from the Apple Support thought it would be a nice idea to ask the same thing here so here it goes:This is the link to the original post in the other forum: https://discussions.apple.com/thread/7137639Hi all,when I'm making a call via my Watch then i get the CALLING screen and then directly the HANDED OFF one.The call is made, i can here the sounds on the watch's speaker etc BUT i have no control over the call.In order to get to the call and hang up I have to open the Phone app on the watch and there I just got the big red button, no volume settings.Is there somebody else getting that?Is that a sign for an automatic hand off? Why do i get the hand off?Versions:WatchOS 1.0.1 (Sport Edition)iOS 9 beta (iPhone 5s)I've tried to turn of the Hand Off setting on the iPhone app, no difference.Thankful for all help I can get from the Community/Micke
1
0
600
Jul ’15
[iOS 9] EXS24/AUSampler Low Polyphony - Cut Out/Muted Notes
In iOS 9 public beta, Sampler Audio Units (EXS24/AUSampler) don't behave the same as in iOS 8 and previous versions. Playing EXS24/AUSampler instruments always results in cutout notes/muted notes.Expected ResultsAll notes should be played by the AUSampler instrument.Actual ResultsOn iOS 9, several notes will not be played by the AUSampler instrument.On iOS 8 and prior, all notes play just fine.
0
0
319
Jul ’15
Reply to IOS 9.0
Sounds like a bug. Assuming you're on the Public Beta, it comes with a built-in Feedback Assistant app for filing bugs like these, which can be opened from the second page of the Home screen on your iPad Mini. You can also send your feedback directly to Apple with Feedback Assistant.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’15