Search results for

Popping Sound

19,600 results found

Post

Replies

Boosts

Views

Activity

How to play audio file?
I have the following audio file:https://www.dropbox.com/s/996crway3omvx75/sample.m4a?dl=0Format : AACFormat / Info : Advanced Audio CodecFormatprofile : LCCodec-ID : 67Now I have no idea what the codec-id says but if I receive an audio file from my server content provider with a codec-id of 40. It all works, but if I receive the above audio file I can not play it in regular audio software like QuickTime in HTML5 Audio. (It does play in VLC)Is there anyone that can shine some light on this matter and how am I able to convert this data into an audio format that is playable. Using swift?
0
0
453
Nov ’15
How to sync video and audio?
Background I use AVAssetWriterInput.append to append sample buffer to the writer. Sometimes, I switch off the audio input(if user wants to temporarily disable audio input), so the append method will not be executed while the append method in video input will always be executed. Problem If user pause the audio and resume it later. The audio after resuming will immediately begin when user pause it (in the final video). Example '=' refers to CMSampleBuffer. '|' means user paused the audio input. Video: ---------------================================= Audio(expected): ----=======|----------------============= Audio(I got): ---------=======|=============---------------- I have printed the presentationTime from the audio sample buffer, it turns out it's correct. Maybe my understanding to the AVAssetWriterInput.append is wrong? My current solution is to always append the buffer, but when user wants to pause, I simply append an empty SampleBuffer
1
0
1.2k
Oct ’22
Low sound
On my iPad Mini 3 the sound that is coming out of the speakers is very low. The volume level is set to max and limit volume is off. Can hardly hear the lock sound when locking. Music is quiet and so are videos in Safari. All was fine in iOS 8.3. Only started when installed the beta. I also have the beta in my iPhone 6 and that is fine. Only effecting iPad Mini 3.
3
0
896
Jun ’15
[NavigationStack] No animation on push after programmatically pop view
Hello! As written in the post title, when I try to pop view programmatically, the next push transition doesn't have animations. Specifically, I pop view programmatically by removing the last element or all the elements from the path array. If I pop the view by tapping the system back button, the animations on push transitions work correctly. Here an example of the code I am using with the navigationStack: struct ContentView: View { @Binding var navigationPath: [Int] var body: some View { NavigationStack(path: $navigationPath) { DetailView(level: 0) .navigationDestination(for: Int.self, destination: DetailView.init) } } } Furthermore, I have noticed that if I embed the DetailView of my example in a List, the push animations works always in the correct way using the programmatically pop view. Is there any workaround which could solve the problem? Thank you in advance!
1
0
1.2k
Jul ’23
Reply to Fixing Cracking and Popping Sound on my Mac
I had the same issue and Apple replaces my Mac. Worked fine and now started again. the only app I use that uses Intel is the Epson printer drivers and apps. None of my other Macs (intel and M1) have this issue! only the 14 M1 Pro. The popping and cracking sound happens during online meeting (just talk) and any music app especially Apple Music. I guess Apple are moving their resources to the iPhone division -).
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’22
Reply to Carplay not working after ios 18 update
Have a 2025 Honda CR-V hybrid touring with the Bose speaker system…iPhone 15 running iOS 18.1. Messages won’t pop up anymore on the infotainment screen when another app is running, like Sirius. The messages and all Siri things only play through the front speaker in the dash behind the infotainment screen, and Siri causes all other audio to stop abruptly while listening/speaking.
Nov ’24
Audio Delay
Hi, I am facing a really strange issue.I have a wordpress website in which I have used html 5 audio tag .Whenever I play audio it delays it takes 2-3 sec to start on Safari. On other browsers it is working fine.I have done lot's of research and tried many things JS scripts but nothing worked.Can you please check and let me know any solution for this. page link : dev.one-button.de/create-your-song-with-name/ Thanks
2
0
814
Aug ’20
sound effect
HiThere are a couple of integrated system sounds -- is it possible to access to those for playback in an own watchkit 1 app?I know in watchos 2 this will become possible, but what about 1?ThanksMarco
0
0
249
Jun ’15
Reply to How to Fix Cracking and Popping Sound ?
Yes. I have the same problem. MacBook Pro (16-inch, 2021) Monterey 12.2.1. Until recently I've been using my Focusrite audio interface for everything but I noticed when I unplugged it that all Apple-created audio [so Apple TV, QuickTime videos etc] has terrible crackling and popping on when using the native audio engine. If I play the same QuickTime videos through VLC they're fine – so it's not a hardware problem. As far as I can see I can't reinstall Quicktime without reinstalling the whole OS which I am absolutely not going to do. I guess the only thing to do is wait until Apple release a new software update which will hopefully overwrite the broken component. Assuming they notice it's broken of course. Has anyone at Apple ever responded to any of these threads?
Topic: Community SubTopic: Apple Developers Tags:
Mar ’22
Bluetooth sound collection Blocking audio playback?on macOS
I use openal to record and use openal to play ; use QT demo to do the communication. When I put on the Bluetooth headset, as long as I turn on the audio record by BT, the audio playback will be blocked, unable to consume data. And the trumpet is black-color at this time; But when the trumpet is gray, the record will not block the playback,i can play and record . It's a random event。 I wonder if there is a program that can detect or change this blocking?
0
0
998
Mar ’21
Suppress focus sound?
Is there a way to suppress the focus sound when using the remote to swipe across multiple buttons?I'm writing a music app and want the buttons to play their own sounds (rather than the tvOS system sound) when scrolling over the buttons.
1
0
416
Oct ’15