Search results for

“Popping Sound”

20,421 results found

Post

Replies

Boosts

Views

Activity

Sound issues .
Hi everyone, I’m running an iPhone X on the latest beta of iOS , Is anyone experiencing and sound issues with Apple Airpods ? Connecting fine however all music and podcasts are playing at a very low volume when connected . Thanks C
0
0
668
Apr ’18
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
System Sound Path
I have a system sound( eg: Voicemail.caf) to play through AVAudioPlayer.It has different location in iPhone and iPad /System/Library/Audio.Is there a interface to get path of system sound directly rather than browsing through system directories.If not, could we include this sound file in our app bundle(eg. Resources). Are there chances of App rejection/licensing part if we do so?
2
0
2.6k
Jan ’18
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
Background audio processing
Hello,We are currently evaluating the possibility to port our Android app “SoniControl” to iOS. SoniControl is an ultrasonic firewall. It records audio in the background and looks for ultrasonic messages (e.g. Google Nearby messages) in the audio signal in the frequency range from 17-22kHz. Frequencies below 17kHz are removed by a bandpass filter. In case a message is detected, the app offers the user the option to block it. The main goal is to raise awareness and inform users about apps that use “data-over-sound” technologies like Google Nearby or Lisnr. These technologies use the microphone and loudspeaker of a smartphone to receive or send data over audio. Our current users let the app run in the background all day long, we show a notification in the status bar to remind them that it is running and is using battery (on iOS the status bar would turni red as when you use the Voice Memo app in the background).Before implementing the firewall for iOS we want to ask the follo
5
0
2.6k
Oct ’19
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
231
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
757
Aug ’19
AnimatedImage displayed something wrong when slide to pop.
1. create an animated image with nature method `+ (UIImage *)animatedImageWithImages: duration:`2. add an imageview to VC1, playing an animated image created in step13. push VC24. slide to pop VC2, using nature method tooAnd u will see that the imageview didn't display correctly, but if we tap `back` button on the navigation bar, the animated image displayed correctly.anyone got the same problem with me?since I don't known how to submit my simple demo, if someone get interested in the issue, contact me and i'll show you the demo.E-mail: welsonxl@163.com
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
229
Feb ’17
Passkey QR code pop up Question
We are using performRequestsWithOptions to enable passkey on ios app. [authController performRequestsWithOptions:ASAuthorizationControllerRequestOptionPreferImmediatelyAvailableCredentials]; Based on apple doc, this will Tells the authorization controller to prefer credentials that are immediately available on the local device., and fail silently if there are no credentials available. However, in recent testing, we identified that on one device, we are seeing QR code popping up even though there's no credential on the device. Question is this a bug on the OS system? If this is a bug, what are the causes that will trigger this condition? Is there a recommendation to mitigate the issue? Should we move to the new api? Thank you.
1
0
574
Sep ’24
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
642
Sep ’15
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
6.1k
Jun ’15
Sound issues .
Hi everyone, I’m running an iPhone X on the latest beta of iOS , Is anyone experiencing and sound issues with Apple Airpods ? Connecting fine however all music and podcasts are playing at a very low volume when connected . Thanks C
Replies
0
Boosts
0
Views
668
Activity
Apr ’18
Why is Peek and Pop(Apple's sample code) not working?
https://developer.apple.com/documentation/uikit/deprecated_symbols/implementing_peek_and_pop I got a sample code on the apple's website to test things about peek and pop. But it's not working. I couldn't find anything wrong with the sample code. Any idea?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
1
Boosts
0
Views
285
Activity
Apr ’23
Custom sound and haptic
Hi, what is the best approach of customising the sound (notification) and haptic feedback on apple watch 6 and later? I wonder if I can play a sound/haptic feedback when receiving a remote (can be silent?) notification to apple watch? Thanks
Replies
1
Boosts
0
Views
746
Activity
Oct ’21
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:
Replies
Boosts
Views
Activity
Sep ’20
System Sound Path
I have a system sound( eg: Voicemail.caf) to play through AVAudioPlayer.It has different location in iPhone and iPad /System/Library/Audio.Is there a interface to get path of system sound directly rather than browsing through system directories.If not, could we include this sound file in our app bundle(eg. Resources). Are there chances of App rejection/licensing part if we do so?
Replies
2
Boosts
0
Views
2.6k
Activity
Jan ’18
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
Replies
Boosts
Views
Activity
Dec ’24
Background audio processing
Hello,We are currently evaluating the possibility to port our Android app “SoniControl” to iOS. SoniControl is an ultrasonic firewall. It records audio in the background and looks for ultrasonic messages (e.g. Google Nearby messages) in the audio signal in the frequency range from 17-22kHz. Frequencies below 17kHz are removed by a bandpass filter. In case a message is detected, the app offers the user the option to block it. The main goal is to raise awareness and inform users about apps that use “data-over-sound” technologies like Google Nearby or Lisnr. These technologies use the microphone and loudspeaker of a smartphone to receive or send data over audio. Our current users let the app run in the background all day long, we show a notification in the status bar to remind them that it is running and is using battery (on iOS the status bar would turni red as when you use the Voice Memo app in the background).Before implementing the firewall for iOS we want to ask the follo
Replies
5
Boosts
0
Views
2.6k
Activity
Oct ’19
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.
Replies
2
Boosts
0
Views
1.5k
Activity
Sep ’15
how can i hear Audio, during dictataion
is it possible, to enable backround audio while using dictat?
Replies
0
Boosts
0
Views
244
Activity
Jan ’22
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.
Replies
1
Boosts
0
Views
231
Activity
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 .
Replies
2
Boosts
0
Views
757
Activity
Aug ’19
AnimatedImage displayed something wrong when slide to pop.
1. create an animated image with nature method `+ (UIImage *)animatedImageWithImages: duration:`2. add an imageview to VC1, playing an animated image created in step13. push VC24. slide to pop VC2, using nature method tooAnd u will see that the imageview didn't display correctly, but if we tap `back` button on the navigation bar, the animated image displayed correctly.anyone got the same problem with me?since I don't known how to submit my simple demo, if someone get interested in the issue, contact me and i'll show you the demo.E-mail: welsonxl@163.com
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
229
Activity
Feb ’17
Passkey QR code pop up Question
We are using performRequestsWithOptions to enable passkey on ios app. [authController performRequestsWithOptions:ASAuthorizationControllerRequestOptionPreferImmediatelyAvailableCredentials]; Based on apple doc, this will Tells the authorization controller to prefer credentials that are immediately available on the local device., and fail silently if there are no credentials available. However, in recent testing, we identified that on one device, we are seeing QR code popping up even though there's no credential on the device. Question is this a bug on the OS system? If this is a bug, what are the causes that will trigger this condition? Is there a recommendation to mitigate the issue? Should we move to the new api? Thank you.
Replies
1
Boosts
0
Views
574
Activity
Sep ’24
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
Replies
0
Boosts
0
Views
642
Activity
Sep ’15
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?
Replies
13
Boosts
0
Views
6.1k
Activity
Jun ’15