Search results for

“Popping Sound”

20,041 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
Setting Audio Input node for AVAudioEngine causes outside audio to stop
I'm building an app that will allow users to record voice notes. The functionality of all that is working great; I'm trying to now implement changes to the AudioSession to manage possible audio streams from other apps. I want it so that if there is audio playing from a different app, and the user opens my app; the audio keep playing. When we start recording, any third party app audio should stop, and can then can resume again when we stop recording. This is my main audio setup code: private var audioEngine: AVAudioEngine! private var inputNode: AVAudioInputNode! func setupAudioEngine() { audioEngine = AVAudioEngine() inputNode = audioEngine.inputNode audioPlayerNode = AVAudioPlayerNode() audioEngine.attach(audioPlayerNode) let format = AVAudioFormat(standardFormatWithSampleRate: AUDIO_SESSION_SAMPLE_RATE, channels: 1) audioEngine.connect(audioPlayerNode, to: audioEngine.mainMixerNode, format: format) } private func setupAudioSession() { let audioSession = AVAudioSe
0
0
757
Jul ’24
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
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
741
Aug ’19
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
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
637
Sep ’15
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.5k
Oct ’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
217
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
559
Sep ’24
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
221
Mar ’25
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
1.1k
Dec ’20
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
Setting Audio Input node for AVAudioEngine causes outside audio to stop
I'm building an app that will allow users to record voice notes. The functionality of all that is working great; I'm trying to now implement changes to the AudioSession to manage possible audio streams from other apps. I want it so that if there is audio playing from a different app, and the user opens my app; the audio keep playing. When we start recording, any third party app audio should stop, and can then can resume again when we stop recording. This is my main audio setup code: private var audioEngine: AVAudioEngine! private var inputNode: AVAudioInputNode! func setupAudioEngine() { audioEngine = AVAudioEngine() inputNode = audioEngine.inputNode audioPlayerNode = AVAudioPlayerNode() audioEngine.attach(audioPlayerNode) let format = AVAudioFormat(standardFormatWithSampleRate: AUDIO_SESSION_SAMPLE_RATE, channels: 1) audioEngine.connect(audioPlayerNode, to: audioEngine.mainMixerNode, format: format) } private func setupAudioSession() { let audioSession = AVAudioSe
Replies
0
Boosts
0
Views
757
Activity
Jul ’24
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
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
741
Activity
Aug ’19
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
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
732
Activity
Oct ’21
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
637
Activity
Sep ’15
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.5k
Activity
Oct ’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
217
Activity
Feb ’17
how can i hear Audio, during dictataion
is it possible, to enable backround audio while using dictat?
Replies
0
Boosts
0
Views
235
Activity
Jan ’22
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
559
Activity
Sep ’24
how to hide audio tab if there is no multi audio in AVPlayerView Controller for TVOS app
I want to hide audio tab/panel when there is no multi audio in AVPlayerView Controller for tvos app. Is it possible to hide audio tab?
Replies
0
Boosts
0
Views
363
Activity
Jun ’20
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
221
Activity
Mar ’25
Route Audio of UILocalNotification
Hi,Is there a way to determine the output speaker for the sound of a UILocalNotification? For example provide an option for the user to choose wether the sound will be played through a bluetooth connected device or the phone's speakers?Thanks
Replies
0
Boosts
0
Views
303
Activity
Apr ’16
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:
Replies
1
Boosts
0
Views
1.1k
Activity
Dec ’20