Search results for

“Popping Sound”

20,151 results found

Post

Replies

Boosts

Views

Activity

Spatial Audio in iPhone 6s
Hello Apple, Is there a possiblity that iPhone 6s will be able to support Spatial Audio in the future iOs updates? I really enjoy listening to music and I cannot afford yet to upgrade my iPhone to experience Spatial Audio using my AirPods 2. Thank you for considering this request.
0
0
486
Oct ’21
Reply to POP Implementations with multiple files
I don’t think there’s a Silver Bullet™ solution for you here; it sounds like you are aware of your current options and you just have to decide on which of them best suits your needs.You might want to pop over to swift-evolution, where there is currently much debate about the future of access control and Swift submodules, both of which might give you better options in the future.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’17
iOS Audio Crackling issue when send audio data to UDP server and Play
I am experiencing an issue while recording audio using AVAudioEngine with the installTap method. I convert the AVAudioPCMBuffer to Data and send it to a UDP server. However, when I receive the Data and play it back, there is continuous crackling noise during playback. I am sending audio data using this library https://github.com/mindAndroid/swift-rtp by creating packet and send it. Please help me resolve this issue. I have attached the code reference that I am currently using. Thank you. ViewController.swift
0
0
604
Nov ’24
Prevent audio from flowing through speakers
I need to prevent audio from flowing through the speakers, however I do want audio to flow through the headphones if they are plugged in.Basically I need to turn off the speakers while my app is running.I have searched high and low, but all I can find is how to prevent headphones from being used, which is the opposite of what I need.
0
0
350
Nov ’19
Clicking sound at the start of every Audio play (Safari iOS 14 beta 4)
We have web apps that read text on the screen and ever since we upgraded to beta iOS 14 while running on safari; there is a clicking sound at the beginning of each audio play. This has never happened on any previous versions of iOS. Does anyone have an idea about what's been changed in iOS 14's Safari as far as it's audio playing component goes?
0
0
278
Aug ’20
AVAudioSessionCategorySoloAmbient and no audio on Bluetooth
I am playing audio using category AVAudioSessionCategorySoloAmbient in order to play some alerts that I don't to be played when the silent switch is on.However I would like when the silent switch is not activated , that the audio is played on device and not on the bluetooth device that may be connected.) With AVAudioSessionCategorySoloAmbient, it is not possible to override audio output to speaker (AVAudioSessionPortOverrideSpeaker) or set default mode to speaker.It is possible to choose the output route and follow the silent switch ?
0
0
411
Dec ’15
UITextField and UITextView abnormally popped up the network permission application interface
in iOS26.4, after installing the app for the first time, opening the app and clicking on the UITextField input box will trigger the system to pop up the network permission application interface. This issue did not exist before iOS 26.3, only in iOS 26.4. This is a fatal bug where the network permission request box should not pop up when the developer has not called the network related API.
4
0
433
Apr ’26
Swift Playground alert pop
Hello, I’m encountering an issue where an alert dialog keeps appearing repeatedly in my swift playground project. I pressed Allow button but it keeps appearing again. Does anyone can help me about it?
Replies
1
Boosts
0
Views
285
Activity
Dec ’25
iOS 15 Background Sound
Will there be more background sounds that will be added? I have a few more suggestions such as: Rain with Thunder Light & Heavy Rain Fall Restaurant Customers talking Forest Surroundings I feel like those will be great additions towards the Background sounds and how to improve it well!
Replies
0
Boosts
0
Views
624
Activity
Sep ’21
Spatial Audio in iPhone 6s
Hello Apple, Is there a possiblity that iPhone 6s will be able to support Spatial Audio in the future iOs updates? I really enjoy listening to music and I cannot afford yet to upgrade my iPhone to experience Spatial Audio using my AirPods 2. Thank you for considering this request.
Replies
0
Boosts
0
Views
486
Activity
Oct ’21
TestFlight Users have no Audio
Hi All: My app is working great on all of my devices, but all of my test flight users are saying there is no audio when tapping on videos. The videos are being streamed from my server. Any thoughts on why only the test flight users get no audio at all?
Replies
1
Boosts
0
Views
1.3k
Activity
Feb ’23
Notifications doesn’t sound
Is anyone else experiencing notifications appearing on iPhone but no sounds? I’ve checked all settings and they seem to be correct. This just started a day ago . I reset the notifications reset the apps .
Replies
1
Boosts
0
Views
500
Activity
Mar ’23
Reply to POP Implementations with multiple files
I don’t think there’s a Silver Bullet™ solution for you here; it sounds like you are aware of your current options and you just have to decide on which of them best suits your needs.You might want to pop over to swift-evolution, where there is currently much debate about the future of access control and Swift submodules, both of which might give you better options in the future.Share and Enjoy — Quinn “The Eskimo!” Apple Developer Relations, Developer Technical Support, Core OS/Hardware let myEmail = eskimo + 1 + @apple.com
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’17
iOS Audio Crackling issue when send audio data to UDP server and Play
I am experiencing an issue while recording audio using AVAudioEngine with the installTap method. I convert the AVAudioPCMBuffer to Data and send it to a UDP server. However, when I receive the Data and play it back, there is continuous crackling noise during playback. I am sending audio data using this library https://github.com/mindAndroid/swift-rtp by creating packet and send it. Please help me resolve this issue. I have attached the code reference that I am currently using. Thank you. ViewController.swift
Replies
0
Boosts
0
Views
604
Activity
Nov ’24
AUAudioUnitV2Bridge for Audio Unit Extension
I have an Audio Unit which I'd like to expose as an Audio Unit Extension. Seems that I have to build something around AUAudioUnitV2Bridge, but I cannot figure out how. Could somebody help me out with a sample or a short description?
Replies
0
Boosts
0
Views
369
Activity
Oct ’15
Objective-C sound effect
hello everybody ,I want to add a sound effect when a collision happens, for instance : when the bird.frame touch the topcolumn , bottomcolumn or the ground.frame , I want to add a sound effect (It's a mp3 file during 1 sec)
Replies
3
Boosts
0
Views
472
Activity
Dec ’16
Prevent audio from flowing through speakers
I need to prevent audio from flowing through the speakers, however I do want audio to flow through the headphones if they are plugged in.Basically I need to turn off the speakers while my app is running.I have searched high and low, but all I can find is how to prevent headphones from being used, which is the opposite of what I need.
Replies
0
Boosts
0
Views
350
Activity
Nov ’19
Change Password, pop up...
Thank you !!!! To whoever fixed/added this : ) C
Replies
0
Boosts
0
Views
248
Activity
Aug ’15
Programmatically pop to specific View
Hi,I'm developing an app with SWIFTUIand I can't navigate back to a specific view.(the same in UIKit of popToViewController)Can you help me?
Replies
0
Boosts
0
Views
502
Activity
Sep ’19
Clicking sound at the start of every Audio play (Safari iOS 14 beta 4)
We have web apps that read text on the screen and ever since we upgraded to beta iOS 14 while running on safari; there is a clicking sound at the beginning of each audio play. This has never happened on any previous versions of iOS. Does anyone have an idea about what's been changed in iOS 14's Safari as far as it's audio playing component goes?
Replies
0
Boosts
0
Views
278
Activity
Aug ’20
AVAudioSessionCategorySoloAmbient and no audio on Bluetooth
I am playing audio using category AVAudioSessionCategorySoloAmbient in order to play some alerts that I don't to be played when the silent switch is on.However I would like when the silent switch is not activated , that the audio is played on device and not on the bluetooth device that may be connected.) With AVAudioSessionCategorySoloAmbient, it is not possible to override audio output to speaker (AVAudioSessionPortOverrideSpeaker) or set default mode to speaker.It is possible to choose the output route and follow the silent switch ?
Replies
0
Boosts
0
Views
411
Activity
Dec ’15
UITextField and UITextView abnormally popped up the network permission application interface
in iOS26.4, after installing the app for the first time, opening the app and clicking on the UITextField input box will trigger the system to pop up the network permission application interface. This issue did not exist before iOS 26.3, only in iOS 26.4. This is a fatal bug where the network permission request box should not pop up when the developer has not called the network related API.
Replies
4
Boosts
0
Views
433
Activity
Apr ’26