Search results for

Popping Sound

19,350 results found

Post

Replies

Boosts

Views

Activity

Looping an audio file
Hi. I have a .m4a file stored in my app that I'd like to do looping playback with. I'm looking at all of the audio frameworks and the only way I see right now is to use the Audio Toolbox APIs to load the file and then feed chunks of it into a queue via callbacks. This seems like a painfully low-level API for my needs.Is there a way to just set up a playlist with the file that loops? The MediaPlayer framework has this, but it only seems to work with items that are in the user's media library. Not for regular audio files on disk.
2
0
1.5k
Sep ’15
Voice Over Sound
Hello, When I listen to title in my app with VoiceOver, it makes a strange sound. This characters make with Korean+number+Alphabet. Is this combination makes some strange sound with voice over? I would like to ask if Apple can fix this issue. Thank you.
1
0
189
Mar ’25
Carplay Audio on Android
Hi, I am looking forward to Integrate Carplay audio to android headunit speakers. Uing Mfi document we were able to implement Carplay and we see carplay app working on the headunit but we dont see the audio working on headunit speakers i.e we are trying to play the audio on the headunit speakers rather than on iphone speakers when connected to Now playing app in carplay and it seems to not work, we dont see any availbale document or sample that talk about this setup. Can you please help us with the support to integrate carplay audio to headunit .
2
0
719
Aug ’19
Native Audio Player?
We are an audio only app looking to create a version for tvOS. Using TVML it is possible to create a Player object and to add audio items to it. We can then present a very nice UI for audio playback. This is the same UI that is used for Apple Music.The problem is, to conform to our licencing we have to report all of our played audio data. Because our audio is often long-form, we need to keep track of exactly where the user has listened in the audio. We have functioning code for this in iOS, which is built on top of AVPlayer. We would like to put this code into the nice player presented through javascript. Ideally we would like to replace the underlying AVPlayer with our own wrapped version. I have seen there is a native AVPlayerViewController component, but this only seems to lay itself out for video. Not like Apple Music does, or the JS Player. Is there a way of making AVPlayerViewController look like the one in Apple Music? Is there a native way of doing
0
0
627
Sep ’15
Reply to Avoid showing of VPN pop up window while activating transparent proxy
Could you please give some light on any use case and when it can be used? SFAuthorization - https://developer.apple.com/documentation/securityfoundation/sfauthorization?language=objc is an API used to authorize and preauthorize services. This API is also used to access privileged operations. This sounds like what you are looking for, and just to double check, I did set an AuthorizationRef and it did not have any affect. I am exploring any option to hide the second VPN pop up, if any way to work around. This is an Enhancement Request. I should note that many developers ask for a way to preauthorize this pop-up and, without MDM services for a Web Content Filter, this is an Enhancement Request. I will also note that you should want to keep this prompt available as a way to let your users know that your application is filtering their network traffic. Matt Eaton DTS Engineering, CoreOS meaton3@apple.com
Topic: App & System Services SubTopic: Drivers Tags:
Sep ’20
ios sound recognition: to what extent can developers access apple's built-in sound recognition?
hi, i am currently developing an app that has core functionalities reliant on detecting user laughter in the background. in our early stages we noticed apple's built-in sound recognition functionality. at the core, i am guessing that sound recognition requires permission from the user to access the microphone 24/7. currently, using the conventional avenue of background audio recording, a yellow indicator will be present on the top of the iphone screen indicating recording. this is not the case for sound recognition; instead. if all sound processing/recognition is kept on-device, is there any way to avoid the yellow dot and achieve sound laughter in a way that is similar to how apple's sound recognition does it? from the settings interface for sound recognition accessible to the user in the settings app, the only detectable people sounds are baby crying, coughing, and shouting. is it also possible to add laughter to this list some
2
0
874
Aug ’24
Strange UINavigationController Push/Pop Glitch with interactive gesture
I was able to replicate a bug recently (which seems to have been around for quite a while but I have never been able to replicate), and I don't understand how to fix it. The steps to replicate it are: On the main screen make an edge swipe gesture as if you wanted to make the interactive pop. Tap on an element that invokes the push of a screen. The UI seems to freeze, but if you try to do an edge swipe gesture, the screen that was supposed to open appears slowly, and then closes.
Topic: UI Frameworks SubTopic: UIKit Tags:
1
0
1k
Dec ’20
Play sound on watch
I tried to play sound, putting the files in WatchKit app, then: let soundURL = NSURL.fileURLWithPath(NSBundle.mainBundle().pathForResource(ShipBullet, ofType:wav)!) let asset = WKAudioFileAsset(URL:soundURL) let sound = WKAudioFilePlayerItem(asset:asset) let audioPlayer = WKAudioFilePlayer(playerItem:sound) audioPlayer!.play()And the app crashed. Am I doing something wrong?
13
0
6k
Jun ’15
Reply to Local network access disabled after macOS restart
The downloads page for my app is here: https://minimserver.com/downloads.html Under MinimServer downloads, select the Intel and Apple Silicon link in the macOS row. This shows a pop-up window. In this window, select I accept these terms and conditions and click the Download button. Now install Java 21. There are instructions for downloading and installing Java on this page: https://minimserver.com/install-java-macos.html Open the downloaded .dmg file and drag the green MinimServer icon to the Applications folder. Launch the MinimServer app and confirm that you want to open an application downloaded from the internet. If you see a pop-up saying that MinimServer wants access to control SystemUIServer, click Allow. If you see a pop-up saying that MinimServer notifications may include alerts, sounds and icon badges, click X to close the pop-up. You should now see a pop-up asking if you want to allow MinimServer to find devices on local networks. Click Allow. M
Dec ’24
sounds set to default
I have updated my Ipad air 2 to Ios 9 Beta4 and now all sounds except ringtones have been set to default.And If I try to change the tone for any of the other sounds, the list of different tones comes up but clicking on any of the tones returns me to the home screen and does not change the tone to that selection.
4
0
558
Jul ’15