Search results for

“Popping Sound”

20,025 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
475
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
What is the UTI for AAC audio?
I need to know what the Uniform Type Identifier is for an AAC audio file.Context: I'm building an audio player app that plays DRM'd AAC files using HLS. I want to support offline playback, but I don't want to use AVFoundation's offline stuff (via AVAssetDownloadTask) because it'll delete the files out from under me when it needs to reclaim disk space (according to this presentation at WWDC 2016). So I'm downloading the files myself and using AVAssetResourceLoaderDelegate (walkthrough here) to serve files from the disk instead of the network when I want to. But the player just buffers forever. I tried serving a plain, unecrypted AAC file with no HLS involvement, and it failed the same way. I tried a plain, unencrypted MP3 file, and it worked. I changed the UTI provided to loadingRequest.contentInformationRequest.contentType in resourceLoader:shouldWaitForLoadingOfRequestedResource: from the correct audio.mp3 to audio.aac and it failed the same way. From this I infer that what I need is the co
0
0
1.5k
Apr ’18
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
595
Nov ’24
How do you add a Audio Player to Xcode?
How can you add a live audio player to Xcode where they will have a interactive UI to control the audio and they will be able to exit out of the app and or turn their device off and it will keep playing? Is their a framework or API that will work for this? Thanks! Really need help with this…. 🤩 I have looked everywhere and haven’t found something that works….
0
0
1.4k
Mar ’22
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
270
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
403
Dec ’15
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
344
Nov ’19
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
475
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
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 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
616
Activity
Sep ’21
What is the UTI for AAC audio?
I need to know what the Uniform Type Identifier is for an AAC audio file.Context: I'm building an audio player app that plays DRM'd AAC files using HLS. I want to support offline playback, but I don't want to use AVFoundation's offline stuff (via AVAssetDownloadTask) because it'll delete the files out from under me when it needs to reclaim disk space (according to this presentation at WWDC 2016). So I'm downloading the files myself and using AVAssetResourceLoaderDelegate (walkthrough here) to serve files from the disk instead of the network when I want to. But the player just buffers forever. I tried serving a plain, unecrypted AAC file with no HLS involvement, and it failed the same way. I tried a plain, unencrypted MP3 file, and it worked. I changed the UTI provided to loadingRequest.contentInformationRequest.contentType in resourceLoader:shouldWaitForLoadingOfRequestedResource: from the correct audio.mp3 to audio.aac and it failed the same way. From this I infer that what I need is the co
Replies
0
Boosts
0
Views
1.5k
Activity
Apr ’18
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
595
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
365
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
463
Activity
Dec ’16
Change Password, pop up...
Thank you !!!! To whoever fixed/added this : ) C
Replies
0
Boosts
0
Views
238
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
495
Activity
Sep ’19
How do you add a Audio Player to Xcode?
How can you add a live audio player to Xcode where they will have a interactive UI to control the audio and they will be able to exit out of the app and or turn their device off and it will keep playing? Is their a framework or API that will work for this? Thanks! Really need help with this…. 🤩 I have looked everywhere and haven’t found something that works….
Replies
0
Boosts
0
Views
1.4k
Activity
Mar ’22
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
270
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
403
Activity
Dec ’15
Convert Video to Audio
I have a converted video file(.mp4) to audio file(.mp3). Where can I store it in my iphone and how can i do using Objective C/C++(primary)? Technologies used: FFMPEG OBJ-C Wrappers C++ Thanks for your help.
Replies
0
Boosts
0
Views
462
Activity
Apr ’21
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
344
Activity
Nov ’19