Search results for

“Popping Sound”

20,023 results found

Post

Replies

Boosts

Views

Activity

Audio Workgroup Availability
Just saw the Audio Workgroup WWDC20 video. Thanks for bringing this up as it reduces uncertainty for most real-time audio Apps. I am wondering about the availability of Workgroups. The speaker mentions Fall 2020. Is this already part of iOS 14? Is this only iOS 14+ feature or is there backward compatibility? thanks in advance, Arshia Cont
2
0
986
Jun ’20
Sound emission during an XCUITest
Greetings everyone, part of my XCUITest includes noise recognition and running voice commands. However, I noticed that during my XCUITests on my real device, the sound emission is completely blocked, means that I can't hear or produce any sound while testing. I haven't tested it on any simulator yet, but would need a solution to this issue for my real device testing anyway. Any takes on this? Thanks in advance
0
0
462
May ’23
How to disable AirPods connection sound
When playing a video in AVPlayer, when I put the AirPods in my ears, my player stops playing sound (but doesn't stop playing video), and the device is playing the system AirPods connection sound. And only after this sound ends, my player starts to play video's sound to the AirPods.How to disable that AirPods' system sound and change output route to the AirPods immediately, like in the Podcasts and YouTube iOS apps?
0
0
1.4k
Apr ’19
Best Approach for Reliable Background Audio Playback with Audio Ducking on Command from Server
I am developing an iOS app that needs to play spoken audio on demand from a server, while ducking the audio of background music from another app (e.g., SoundtrackYourBrand or Apple Music). This must work even when the app is in the background, and the server dictates when and what audio is played. Ideally, the message should be played within a minute of the server requesting it. Current Attempt & Observations I initially tried using Firebase Cloud Messaging (FCM) silent notifications to send a URL to an audio file, which the app would then play using AVPlayer. This works consistently when the app is active, but in the background, it only works about 60% of the time. In cases where it fails, iOS ducks the background music (e.g., from SoundtrackYourBrand) but never plays the spoken audio. Interestingly, when I play the audio without enabling audio ducking, it seems to work 100% of the time from my limited testing, even in the background. The app
0
0
435
Feb ’25
Reply to MacOS Big Sur Beta 10 - Youtube in Safari
I have the same problem on Big Sur however the problem has also popped up for me on Catalina and Mojave from time to time over the last few years. I tried disabling vp9 encoding as suggested but it didn't work for me. The solution I have used in the past that worked and seems to always work is to kill the coreaudiod process via Activity Monitor, allow it to automatically relaunch and wait a few minutes. If you kill coreaudiod and then loose all system sound you just need to wait longer and it will return.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20
Detect if audio is playing on macOS
I would like my app to pause currently playing audio (from other applications) for a certain amount of time, and then resume it. I'm able to simulate the pause/play media key, but the problem is if the system is not playing audio, and then I simulate the key press, it starts playing audio, which is a big no no. So I need to detect if there is audio playing. Some things I have explored: kAudioDevicePropertyDeviceIsRunningSomewhere will detect whether is a device running that can play audio, but that doesn't mean it actually is playing audio. AVAudioSession.isOtherAudioPlaying is exactly what I'm looking for, but I'm not working on a Catalyst app, so it's not available to me. I came across this command, but it is not very accurate. If I pause music, it still returns true for the next 30 seconds or so: if [[ $(pmset -g | grep ' sleep') == *coreaudiod* ]]; then echo audio is playing; else echo no audio playing; fi Any ideas?
3
0
1.9k
Apr ’21
Audio Workgroup Availability
Just saw the Audio Workgroup WWDC20 video. Thanks for bringing this up as it reduces uncertainty for most real-time audio Apps. I am wondering about the availability of Workgroups. The speaker mentions Fall 2020. Is this already part of iOS 14? Is this only iOS 14+ feature or is there backward compatibility? thanks in advance, Arshia Cont
Replies
2
Boosts
0
Views
986
Activity
Jun ’20
Sound emission during an XCUITest
Greetings everyone, part of my XCUITest includes noise recognition and running voice commands. However, I noticed that during my XCUITests on my real device, the sound emission is completely blocked, means that I can't hear or produce any sound while testing. I haven't tested it on any simulator yet, but would need a solution to this issue for my real device testing anyway. Any takes on this? Thanks in advance
Replies
0
Boosts
0
Views
462
Activity
May ’23
Alarm does not sound
I noticed this morning that the alarm went off without sound or haptic vibration. Watch was connected to power with mute enabled.
Replies
1
Boosts
0
Views
692
Activity
Jul ’15
Direction audio is coming from
Is it possible to determine from what side of the device (front, back, left, right) the audio is coming from?
Replies
5
Boosts
0
Views
1.9k
Activity
Jun ’20
Presenting ATT Auth pop-up under iOS 14.5
After ios 14.5 release, should lower version also present ATT Auth pop-up? (for example, iOS 14.2.. etc)
Replies
0
Boosts
0
Views
1.3k
Activity
Apr ’21
Audio MIDI Setup.app
I have submitted a bug report. Since installing Beta 3 the Audio MIDI Setup.app hangs upon opening.
Replies
3
Boosts
0
Views
474
Activity
Jul ’15
How to disable AirPods connection sound
When playing a video in AVPlayer, when I put the AirPods in my ears, my player stops playing sound (but doesn't stop playing video), and the device is playing the system AirPods connection sound. And only after this sound ends, my player starts to play video's sound to the AirPods.How to disable that AirPods' system sound and change output route to the AirPods immediately, like in the Podcasts and YouTube iOS apps?
Replies
0
Boosts
0
Views
1.4k
Activity
Apr ’19
How to make windows pop-up to remind users of test time of this app?
How to make windows pop-up to remind users of test time of this app? For exemple,pop-up windows to remind users when there are only 5 days left in the test time. Please help me!
Replies
0
Boosts
0
Views
323
Activity
Jul ’20
Best Approach for Reliable Background Audio Playback with Audio Ducking on Command from Server
I am developing an iOS app that needs to play spoken audio on demand from a server, while ducking the audio of background music from another app (e.g., SoundtrackYourBrand or Apple Music). This must work even when the app is in the background, and the server dictates when and what audio is played. Ideally, the message should be played within a minute of the server requesting it. Current Attempt & Observations I initially tried using Firebase Cloud Messaging (FCM) silent notifications to send a URL to an audio file, which the app would then play using AVPlayer. This works consistently when the app is active, but in the background, it only works about 60% of the time. In cases where it fails, iOS ducks the background music (e.g., from SoundtrackYourBrand) but never plays the spoken audio. Interestingly, when I play the audio without enabling audio ducking, it seems to work 100% of the time from my limited testing, even in the background. The app
Replies
0
Boosts
0
Views
435
Activity
Feb ’25
Sound only incall
speakers sound works only for call them incoming not for sms or mail vidéo music...
Replies
0
Boosts
0
Views
85
Activity
Aug ’16
RPScreenRecorder audio session
Can't record audio properly. What should be the mode, category, and category option shall my app be (btw app is a conference call)
Replies
0
Boosts
0
Views
501
Activity
Nov ’20
Reply to MacOS Big Sur Beta 10 - Youtube in Safari
I have the same problem on Big Sur however the problem has also popped up for me on Catalina and Mojave from time to time over the last few years. I tried disabling vp9 encoding as suggested but it didn't work for me. The solution I have used in the past that worked and seems to always work is to kill the coreaudiod process via Activity Monitor, allow it to automatically relaunch and wait a few minutes. If you kill coreaudiod and then loose all system sound you just need to wait longer and it will return.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’20
CMAudioClock for audio input on iOS
On iOS, I don't see a way to create a CMClock that is synchronised to Audio input source currently in use by RemoteIO unit, API is only for Audio output. Is there a way to access the audio clock for RemoteIO unit?
Replies
0
Boosts
0
Views
292
Activity
Jun ’20
Detect if audio is playing on macOS
I would like my app to pause currently playing audio (from other applications) for a certain amount of time, and then resume it. I'm able to simulate the pause/play media key, but the problem is if the system is not playing audio, and then I simulate the key press, it starts playing audio, which is a big no no. So I need to detect if there is audio playing. Some things I have explored: kAudioDevicePropertyDeviceIsRunningSomewhere will detect whether is a device running that can play audio, but that doesn't mean it actually is playing audio. AVAudioSession.isOtherAudioPlaying is exactly what I'm looking for, but I'm not working on a Catalyst app, so it's not available to me. I came across this command, but it is not very accurate. If I pause music, it still returns true for the next 30 seconds or so: if [[ $(pmset -g | grep ' sleep') == *coreaudiod* ]]; then echo audio is playing; else echo no audio playing; fi Any ideas?
Replies
3
Boosts
0
Views
1.9k
Activity
Apr ’21
AlarmKit Sound Fade in Possibility?
I'm trying to fade in the sound used in my alarm app but currently there's no way to achieve this since the alarm sound loops and if i add a fade-in at the beginning of my audio, every time the audio loops the fadein happens.
Replies
0
Boosts
0
Views
83
Activity
Oct ’25