Search results for

“Popping Sound”

20,615 results found

Post

Replies

Boosts

Views

Activity

Reply to How to Fix Cracking and Popping Sound ?
Obviously the problem isn't fixed yet by Apple... I have bought a Mac Pro (Early 2009) now running macOS 10.14.6 (18G5033) and added RAM and Graphic card to suit my needs. Then I realized that using Safari (100% of the time), or Spotify (85% of the time) the audio will crackle and pop every seconds creating a distortion. I am super disappointed that this problem is seen by hundreds of people and still isn't heard / listened too. At least I can use Chrome and the sound is perfect.. Can you explain wt* does this means? Apple?.... I guess not. Deep problems in the Core Audio Kernel of Mojave and Catalina in my opinion... Just because you know, Apple... They want you to buy the LATEST all the time and upgrade to the latest software all the time. I hope we will see an engineer create a revolution and releasing publicly the fix XD (Maybe even a movie hahah) :/
Topic: Community SubTopic: Apple Developers Tags:
Jul ’20
Universal Links w/ 3D touch Peek and Pop
Our emails contain buttons w/ universal links behind them. Doing a preview (peek) shows the results of sending the link to Mobile Safari. Normally when the button is pressed (or pressing further into the peek--that is, doing a pop) the link is sent to our app.The page rendered by Mobile Safari may/will look different than what the app shows. So the transition from the peek to the pop can be very confusing to the user. This doesn't seem like correct behavior, although I don't know how the peek preview could be handled otherwise.Filed as bug #22870643.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
243
Sep ’15
Record sounds from a speaker
Hi, everybody.I am doing a record audio function.(not jailbreak)I have a problem, I only recorded sound from microphone and can't recorded sounds from a speaker.do you have anyway to record the both?if apple rule don't allow record sounds from a speaker. please send for me document rule(because I want report this problem for my company)Please help me sovle it.Thanks so much.
1
0
396
Nov ’16
Audio level is fade in when audio recording using iPhone12
I recorded some fan noise using my record app. My audio recording app uses AVAudioRecorder. Recently, I found that audio level is fade in for the first few seconds especially in iPhone 12 series. I tested it using voice memos app too. I checked the same issue. I'm attaching 2 screen shots. One is from iPhone12 and the other is from iPhone11 pro max. Could you explain why this happen? And is there any solution to prevent this?
0
0
717
Sep ’21
Sound decibel recognition
Hi Community Members, We tried to find the particular sound through the microphone. We used PKCCheck to detect the sound decibel. we detect the sound based on the number of dB values per second we receive and add some logic over it to get the result, but when we have continuous sound like an alarm we can't detect it as the gap between the sound is very less. Any suggestion on libraries to achieve this. Also whether we can achieve this thru Frequency & Amplitude method. Please advise.
0
0
1.2k
Oct ’22
Playing Sounds
Hello, I’ve been trying to play system sounds in my app, but this hasn’t really been working. I am frequently switching between speech recognition (Speech framework) and sounds, so perhaps that’s where the issue lies. However, despite my best efforts, I haven't been able to solve the issue. I've been resetting the AVAudioSession category before playing a sound or starting speech recognition (as depicted in the code snippet below), to no avail. Has this happened to anyone else? Does anybody know how to fix the issue? recognizer = nil try? AVAudioSession.sharedInstance().setCategory(.playback, mode: .default, options: []) try? AVAudioSession.sharedInstance().setActive(true) AudioServicesPlaySystemSound(1113) try? AVAudioSession.sharedInstance().setCategory(.record, mode: .spokenAudio, options: []) try? AVAudioSession.sharedInstance().setActive(true) recognizer = SpeechRecognition(word: wordSheet) recognizer!.startRecognition() Thank you.
1
0
810
Feb ’24
Voice control keeps popping up for no reason
I cant seem to find anywhere else to submit this so hopefully I can get an answer here. For some reason, voice control has been randomly popping up over the past few months for seemingly no reason. I recently got so fed up with it, I spent a while researching how to get this to stop and I found a few sources that said I could disable voice control by going into my accessibility settings etc... AND IT STILL DOES IT. I even went in a disabled every toggle I could find. What do I need to do to prevent voice control from popping up on my phone randomly.
1
0
781
Apr ’22
USB Sound Issues
HiAnyone experiencing USB Sound problems, sounds like there is some sort of syncronization issue after some playing the sound gets destorted?I have been using this Electrocompaniet USB DA converter and this is the first time i have these issues with any of the betasBest regardsGvbrod
2
0
315
Jun ’15
I keep getting notification sound without message
It's been a month now, everyday i keep getting notification sound without displaying the notification pop-up message from above. I've checked all my apps notification and none of them are sound only. I also checked Screen Time and all of the apps that are showing there are ok with notifications. I feel like this is either a glitch or a virus. I hope i was clear, any further help would he really appreciated.
1
0
339
Aug ’22
PlaygroundQuickLook Sound
I'm trying to implement the CustomPlaygroundQuickLookable protocol for a custom type I defined. Looking at the `PlaygroundQuickLook` enum definition it seems that you're able to preview Sound and Sprites, but I could not find out what I should be returning in those 2 casese.Any hint?
0
0
336
Dec ’15
Play Spatial Audio
I want to play RealityKitContent USDA model's Spatial Audio, I use this code: RealityView{ content in do { let entity = try await Entity(named: isWateringBasin, in: RealityKitContent.realityKitContentBundle) let audio = entity.spatialAudio entity.playAudio(audio) content.add(entity) } catch { print(Entity encountered an error while loading the model.) return } } entity.playAudio(audio) this code need add a 'AudioResource' back of audio, Excuse me, what should AudioResource be?
0
0
583
Dec ’23
Stop System Audio
I'm developing a Sleep Timer App. As soon as the timer is done, I want to stop the audio on the device. Is there any way to stop the system Sound or do I have to play a silent audio file?
1
0
247
Nov ’22
Reply to How to Fix Cracking and Popping Sound ?
Obviously the problem isn't fixed yet by Apple... I have bought a Mac Pro (Early 2009) now running macOS 10.14.6 (18G5033) and added RAM and Graphic card to suit my needs. Then I realized that using Safari (100% of the time), or Spotify (85% of the time) the audio will crackle and pop every seconds creating a distortion. I am super disappointed that this problem is seen by hundreds of people and still isn't heard / listened too. At least I can use Chrome and the sound is perfect.. Can you explain wt* does this means? Apple?.... I guess not. Deep problems in the Core Audio Kernel of Mojave and Catalina in my opinion... Just because you know, Apple... They want you to buy the LATEST all the time and upgrade to the latest software all the time. I hope we will see an engineer create a revolution and releasing publicly the fix XD (Maybe even a movie hahah) :/
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jul ’20
Universal Links w/ 3D touch Peek and Pop
Our emails contain buttons w/ universal links behind them. Doing a preview (peek) shows the results of sending the link to Mobile Safari. Normally when the button is pressed (or pressing further into the peek--that is, doing a pop) the link is sent to our app.The page rendered by Mobile Safari may/will look different than what the app shows. So the transition from the peek to the pop can be very confusing to the user. This doesn't seem like correct behavior, although I don't know how the peek preview could be handled otherwise.Filed as bug #22870643.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
243
Activity
Sep ’15
Record sounds from a speaker
Hi, everybody.I am doing a record audio function.(not jailbreak)I have a problem, I only recorded sound from microphone and can't recorded sounds from a speaker.do you have anyway to record the both?if apple rule don't allow record sounds from a speaker. please send for me document rule(because I want report this problem for my company)Please help me sovle it.Thanks so much.
Replies
1
Boosts
0
Views
396
Activity
Nov ’16
Audio level is fade in when audio recording using iPhone12
I recorded some fan noise using my record app. My audio recording app uses AVAudioRecorder. Recently, I found that audio level is fade in for the first few seconds especially in iPhone 12 series. I tested it using voice memos app too. I checked the same issue. I'm attaching 2 screen shots. One is from iPhone12 and the other is from iPhone11 pro max. Could you explain why this happen? And is there any solution to prevent this?
Replies
0
Boosts
0
Views
717
Activity
Sep ’21
Sound decibel recognition
Hi Community Members, We tried to find the particular sound through the microphone. We used PKCCheck to detect the sound decibel. we detect the sound based on the number of dB values per second we receive and add some logic over it to get the result, but when we have continuous sound like an alarm we can't detect it as the gap between the sound is very less. Any suggestion on libraries to achieve this. Also whether we can achieve this thru Frequency & Amplitude method. Please advise.
Replies
0
Boosts
0
Views
1.2k
Activity
Oct ’22
Playing Sounds
Hello, I’ve been trying to play system sounds in my app, but this hasn’t really been working. I am frequently switching between speech recognition (Speech framework) and sounds, so perhaps that’s where the issue lies. However, despite my best efforts, I haven't been able to solve the issue. I've been resetting the AVAudioSession category before playing a sound or starting speech recognition (as depicted in the code snippet below), to no avail. Has this happened to anyone else? Does anybody know how to fix the issue? recognizer = nil try? AVAudioSession.sharedInstance().setCategory(.playback, mode: .default, options: []) try? AVAudioSession.sharedInstance().setActive(true) AudioServicesPlaySystemSound(1113) try? AVAudioSession.sharedInstance().setCategory(.record, mode: .spokenAudio, options: []) try? AVAudioSession.sharedInstance().setActive(true) recognizer = SpeechRecognition(word: wordSheet) recognizer!.startRecognition() Thank you.
Replies
1
Boosts
0
Views
810
Activity
Feb ’24
Voice control keeps popping up for no reason
I cant seem to find anywhere else to submit this so hopefully I can get an answer here. For some reason, voice control has been randomly popping up over the past few months for seemingly no reason. I recently got so fed up with it, I spent a while researching how to get this to stop and I found a few sources that said I could disable voice control by going into my accessibility settings etc... AND IT STILL DOES IT. I even went in a disabled every toggle I could find. What do I need to do to prevent voice control from popping up on my phone randomly.
Replies
1
Boosts
0
Views
781
Activity
Apr ’22
USB Sound Issues
HiAnyone experiencing USB Sound problems, sounds like there is some sort of syncronization issue after some playing the sound gets destorted?I have been using this Electrocompaniet USB DA converter and this is the first time i have these issues with any of the betasBest regardsGvbrod
Replies
2
Boosts
0
Views
315
Activity
Jun ’15
I keep getting notification sound without message
It's been a month now, everyday i keep getting notification sound without displaying the notification pop-up message from above. I've checked all my apps notification and none of them are sound only. I also checked Screen Time and all of the apps that are showing there are ok with notifications. I feel like this is either a glitch or a virus. I hope i was clear, any further help would he really appreciated.
Replies
1
Boosts
0
Views
339
Activity
Aug ’22
PlaygroundQuickLook Sound
I'm trying to implement the CustomPlaygroundQuickLookable protocol for a custom type I defined. Looking at the `PlaygroundQuickLook` enum definition it seems that you're able to preview Sound and Sprites, but I could not find out what I should be returning in those 2 casese.Any hint?
Replies
0
Boosts
0
Views
336
Activity
Dec ’15
Shazam audio from HLS
Hi There, What would be the best approach to Shazam audio coming from an HLS asset? Is it possible to process the audio in real-time or would be better to download an audio segment and generate the Shazam signature from it? Especially on Apple TV where the mic is not an option. Thanks!!
Replies
1
Boosts
0
Views
846
Activity
Jun ’21
Play Spatial Audio
I want to play RealityKitContent USDA model's Spatial Audio, I use this code: RealityView{ content in do { let entity = try await Entity(named: isWateringBasin, in: RealityKitContent.realityKitContentBundle) let audio = entity.spatialAudio entity.playAudio(audio) content.add(entity) } catch { print(Entity encountered an error while loading the model.) return } } entity.playAudio(audio) this code need add a 'AudioResource' back of audio, Excuse me, what should AudioResource be?
Replies
0
Boosts
0
Views
583
Activity
Dec ’23
What of Audio Books?
All the talk of splitting iTunes, but what happens to audiobooks in one's iTunes library. TV has its app, music has its app, podcasts has its app. Have they moved audio books into books with this split?Thanks!-Aaron
Replies
5
Boosts
0
Views
769
Activity
Jun ’19
Sound Analisis
Hello, I can see many apps that analyzes sound from microphone in real time. Is there another library like Audiokit or all of them are made with Audiokit?? Thanks
Replies
1
Boosts
0
Views
817
Activity
Mar ’24
Stop System Audio
I'm developing a Sleep Timer App. As soon as the timer is done, I want to stop the audio on the device. Is there any way to stop the system Sound or do I have to play a silent audio file?
Replies
1
Boosts
0
Views
247
Activity
Nov ’22