Search results for

Popping Sound

19,345 results found

Post

Replies

Boosts

Views

Activity

Can the camera and microphone permission pop-up windows of wkwebview only pop up once when using wkwebview in the app?
When using wkwebview to load a web page for audio and video calls in iPhone and Mac apps, the permission box will pop up every time after reconstruction of wkwebview, affecting the user's use, is there any way to make the permission pop-up box only pop up for the first time, like app permision pop-up window,instead of popping up every time. If you have previously authorized the permission, even after the app is restarted, do not pop up the permission prompt box in the webview.
0
0
537
Aug ’24
var pop not recognized; Xcode recognizes function pop()
In mij project I use a var pop = [[String]] with popmusic radiostations. The var is declared in a separate file. var pop2 = [dobbelsteen, spice, achttienHits, tweefm, axl, dolfijnfmtop40, glowFM, haarlem105, heteHits, jey, megahitFM, nonstoptop40, radio3, qmusicnl, qmusicnltop40, radio538, radio538Top50, skyradiolive, todaysHitradio, wildFM] Using that var in iOS code works ... lijstGeselecteerd = pop but using it in watchOS gives the following error: Cannot assign value of type '() -> Void' to type '[[String]]'. Xcode thinks I refer to the function pop(). But I want to refer to de var pop. Is it possible to refer explicitly to the var?
1
0
652
Jul ’22
Reply to Xcode 11 Object LIbrary button missing
Hey uncletr, You should be able to access the object library two ways: 1. Click the view tab located on the top in the toolbar, then click libraries. 2. Command-shift-L. This should pop up the object library. You can also do command-shift-M to pop up the audio/music library. Let me know if you need additional help!
Sep ’19
Reply to AirPods Problem on Big Sur
Got the same issue.. frankly the whole auto switching between devices is 50% disaster for me. If I've got something like a Slack call going and pop in my AirPods Pro the right comes on but the Mircophone stays set (in Slack) to my MBP microphone. Change that to AirPods and it livens up both AirPods. No call going on.. or music. Pop in my AirPods and play music, only get audio in the right. Open sound Preferences and the balance slider is over to the right, move it to centre and it's fine. Happens every single time. Had a look a the audio MIDI setup, can see the balance issue replicated in there, but doesn't seem to change anything. Pre-Big Sur I had to switch manually but it worked.
Topic: Media Technologies SubTopic: Audio Tags:
Dec ’20
Push notifications pop up
HiI'm am making an app that uses both local and external (not sure what is the correct term) push notifications.The notifications only appear on the notifications drawer (and doesn't even make a sound if the app is currently running on the foreground), which makes them pretty unnoticeable for the user.How can I customize a push notification layout? Can I get it as a pop-up instead of in the Notification Bar? (similar to how a new message pops on the screen when received).Please tell me what shell I do.Thanks ahead for your attention and time.Yair
1
0
1.3k
Feb ’16
Reply to How to Fix Cracking and Popping Sound ?
This sound popping issues started happening with Xcode 12 and it has been months with no fix. Problem is that simulators (SwiftUi views are using them also) and the fact that phones do not have the same sound hardware a.k.k simulators actually change the output of the sound you hear in on your Mac (because they simulate it to show what the phone would do). Unfortunately this causes many many issues on the Mac sound hardware but is 100% fixable by the Xcode team, we cant do anything ourselves its a problem if the simulators highjacking the systems sounds and outputting it via a hardware that is not supposed to output this way. This is mind boggling that it is still not fixed.
Topic: Community SubTopic: Apple Developers Tags:
Dec ’20
Reply to iOS 14 bluetooth problem
I have BT problems on iPhone 6 Plus since 14. I’m on 14.2 and when BT device shuts down sometimes the connection stays on and the sound is diverted to switched off device. Now happened to both my BT headphones and BT speakers. Never had this happening with the same devices before. Turning down volume all the way doesn’t seem to silence audio completely any more after the update, quite annoying. I have pop ups showing and lowering sound because apparently it is not healthy to listen with 3/4 volume, pop up says I’m using headphones, but i’m listening in BT speakers. I have never expected such poor update from Apple, always updated with confidence until now.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
Reply to How to Fix Cracking and Popping Sound ?
Please report this issue in feedback, this is one of the few that Apple has reached back out to me on. If they do, they will provide a method to log with ktrace and a few other things so they can look into it. Based on this it is definitely a known issue. If you want a guaranteed way to trigger the crackling and popping, run a VM on the system. Especially a mac VM using the apple virtualization since that is 100% apple, but any should suffice. Or obviously a high cpu/gpu load for a while. Then exit the VM, just running it will start the problem and make it highly likely any cpu use will cause lots of popping, until you reboot. My guess is it is a driver that causes a buffer to go nuts, as killing everything related to sound at a user level does not work, so it has to be something kernel level or something similar. Pay attention to the popping, many times it will be audio going out of sync and back into sync in time. Very obvious with youtube videos where it will gl
Topic: Community SubTopic: Apple Developers Tags:
Jul ’22
pop-over segue
I control dragged from a table view cell to a view controller to create a segue. I created a pop-over segue. When I try to run the project, I got a compile error saying it couldn't compile the connection. What exactly is a pop-over? I would like to see how it works.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
162
Nov ’16
Reply to How to Fix Cracking and Popping Sound ?
I found matching the audio format and bit rate on all of my audio devices to help the random pops/clips occurring during audio playback. This can be done in the Audio Midi Setup menu. By default, OSX had some audio devises set to 44.1k and others on 48k, some at 16 bit, others at 24 bit. When I had matched the format and bit rate on all connected audio devices to 48k and 24 bit, the pops and clips were reduced dramatically. I would also note my device did not operate well at 44.1k. I would also recommend disabling bluetooth devices, as this has been known to cause issues as well. Hope this helps my fellow audio lovers experiencing these clip/pop playback issues.
Topic: Community SubTopic: Apple Developers Tags:
Jan ’22