Search results for

“Popping Sound”

20,613 results found

Post

Replies

Boosts

Views

Activity

NSNotification Custom Sound
Hi All,I'd like to use a custom sound for Notification Center, but cannot find much documentation on this. I know how to assign a sound to a notification, and I know how to copy new sound files to ~/Library/Sounds then use these new sounds. My app is sandboxed so I of course have to ask the user to confirm they want to install the new sounds, but am concerned about app store rejection based on:2.15Apps must be self-contained, single application installation bundles, and cannot install code or resources in shared locationsAnyways, is there a way to use a custom sound with an NSNotification without copying a resource to ~/Library/Sounds ?Thanks in advance,Will
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
696
Dec ’15
Background Audio Recording
I have an app that uses background audio recording. From what others say, I have enabled the audio background mode to keep the audio session active, and this worked. But when submitting the app to the app store, the app was rejected because the audio background mode is only supposed to be used for audio playback. How do I create this background mode while following Apple's guidelines?
4
0
618
Mar ’25
Can a tvOS app use system audio output as audio input?
I'd like to develop a music visualizer app for tvOS which has the ability to listen to whatever background audio is playing (like Spotify, Pandora, etc.). Does anyone know if this is even possible on iOS/tvOS? In other words, there would have to be some functionality that allows the system audio output to be treated like an audio input. I imagine that it would be the same functionality as doing a screen recording capture, at least the audio part. My goal is to be able to do this programatically (Objective-C) so that the user doesn't have to do anything, it just works out of the box, so to speak. Thanks
0
0
411
Apr ’22
App Review, Background Audio Modes and Playback of Silent Audio
Hello, We're developing a music streaming application. We ran into a problem where if the audio stream is interrupted while the app is in the background, the operating system will aggressively terminate the application within seconds. This means that if the user is listening to the audio stream, and the network connection gets interrupted, the app will terminate, unless we've managed to reestablish the network connection within <5 seconds. This is obviously a terrible user experience. To get around this problem we've opted to play a silent audio file in the background whenever the audio stream is interrupted. This extends the background running time of the app, which gives us extra time to reestablish the network connection, and resume audio playback. My question: does this run afoul of the App Store Guidelines? The relevant section of the App Store Guidelines reads (Section 2.5.4): Multitasking apps may only use background services for their intended purposes:
0
0
545
Jan ’21
Autorotate Disabled by UIViewControllerPreviewing (3D Touch Peek/Pop)
I have implemented peek and pop in most of my apps however sometimes after peeking or popping the window will no longer autorotate until the app is quit and reopened. Also, sometimes after peeking briefly the entire UI is non-interactable and the app must be quit. Does anyone have any possible idea what might be causing these issues? Is anyone else experiencing the same issues? I'm using Swift 2.0 on an iPhone 6s.
Topic: UI Frameworks SubTopic: UIKit Tags:
2
0
680
Oct ’15
Create Aggregate Audio Device Using Core Audio
Hi. I have been looking all over to find a good answer on how to create an aggregate audio device using Core Audio on iOS or OS X. According to the Core Audio documentation, it is possible, but the only tutorial I could find was outdated and written in Objective-C. I woud appreciate a good example of how I would go about doing this, preferably with bluetooth speakers, or even a good explanation of how it works. I would like to note that I have started a thread on Stackoverflow, but I haven't had any luck. I did also remove a few links so that this could be posted. Thanks in advance!
4
0
1.9k
Aug ’16
MSMessageTemplateLayout with audio
According to the documentation, you can set the mediaFileURL of a custom message to an audio file - which will play and display with a graphical waveform representation.As far as I can tell (based on other posts, testing, looking at code), this is not the case at all.What's really irritating is that if you use a video file, it works, but the video is perpetually muted - there appears to be no way for the end user or the developer to enable sound.
1
0
630
Sep ’16
Pass through the sound
I want to pass through the sound on real time.Input Bluetooth headset Mic ==== Output iPhone Line out(3.5mm jack or lightning adobpter)andInput iPhone Mic ==== Output Bluetooth headset speakerI found aurioTouch which works with the sound as I want, but I have no way to use this in my app.How can I make it possible?
0
0
805
Aug ’17
Cant able to open pop ups in WKWebview
In one of my iOS application I need to integrate a website, and I am successfully done that part, inside we have a option to deposit money to play the poker game for that we have two modes of payment 1. cashfree and 2. paytm. Though paytm mode I can able to do that part successfully, but through cashfree mode, I can't able to do it, out of my debugging I cam e to know that through the cashfree mode at the final stage, the website is trying to show a success or failure selection pop up in a new tab. From the WKWebView success or failure selection pop up is not loading. I followed couple of solutions which are exist over different articles and forums but no luck. below are my respective WKWebView references @IBOutlet weak var wkWebView: WKWebView! var popupWebView : WKWebView? func configureWebView(webViewName: WKWebView?, url: String) { if let webView = webViewName{ webView.isOpaque = false webView.uiDelegate = self webView.backgroundColor = colorLiteral(red: 0.1333333333, green: 0.1725490196
0
0
2.9k
Sep ’20
Background Audio Volume
Hi,I am working on a TVML App with a ProductBundleTemplate.<productBundleTemplate> <background> <audio> <asset src=path to mp3/> </audio> </background>I've added an Background Audio and it works fine, the only Issue is it is very loud.Is there a way to control the volume of the Background Audio in TVML? So that it only plays 50% of the volume or so?
1
0
438
Apr ’16
Small audio glitch
I am getting a small audio glitch on Apple TV 2 & 3 when playing back a stream with multiple audio bitrates only as alternate audio (not muxed in with the video) that is occuring just as the playback first switches between the audio streams.Does anyone have a way to generate a known good reference stream with multiple audio tracks that works with Fairplay on Apple TV gen 2 and gen 3?
0
0
343
Mar ’17
NSNotification Custom Sound
Hi All,I'd like to use a custom sound for Notification Center, but cannot find much documentation on this. I know how to assign a sound to a notification, and I know how to copy new sound files to ~/Library/Sounds then use these new sounds. My app is sandboxed so I of course have to ask the user to confirm they want to install the new sounds, but am concerned about app store rejection based on:2.15Apps must be self-contained, single application installation bundles, and cannot install code or resources in shared locationsAnyways, is there a way to use a custom sound with an NSNotification without copying a resource to ~/Library/Sounds ?Thanks in advance,Will
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
2
Boosts
0
Views
696
Activity
Dec ’15
Notification Sounds
On iOS 15 has anyone else noticed that sometimes notification sounds do not play? Works fine for a while and then nothing, returning again later ?
Replies
1
Boosts
0
Views
899
Activity
Sep ’21
Ironic: Apple Music Authorization Pop-up blocked on iPhone
As you know, calling this in Javascript:let auth = music.authorize();Opens the authorization menu in a pop-up (when the user has yet to grant permissions to the app).But the problem here is that Safari is blocking this action *because* of the pop-up. Anyone had any luck solving it?
Replies
7
Boosts
0
Views
4.4k
Activity
Aug ’18
Web Audio - Media element source - Audio is cracking.
When trying to play an element through Web Audio using createMediaElementSource, I hear cracking noises at the beginning of the audio. This issue is observed on different iOS versions for eg. 13.0 and above. Kindly help us to resolve this issue for our web application.
Replies
0
Boosts
0
Views
453
Activity
Nov ’20
Background Audio Recording
I have an app that uses background audio recording. From what others say, I have enabled the audio background mode to keep the audio session active, and this worked. But when submitting the app to the app store, the app was rejected because the audio background mode is only supposed to be used for audio playback. How do I create this background mode while following Apple's guidelines?
Replies
4
Boosts
0
Views
618
Activity
Mar ’25
Can a tvOS app use system audio output as audio input?
I'd like to develop a music visualizer app for tvOS which has the ability to listen to whatever background audio is playing (like Spotify, Pandora, etc.). Does anyone know if this is even possible on iOS/tvOS? In other words, there would have to be some functionality that allows the system audio output to be treated like an audio input. I imagine that it would be the same functionality as doing a screen recording capture, at least the audio part. My goal is to be able to do this programatically (Objective-C) so that the user doesn't have to do anything, it just works out of the box, so to speak. Thanks
Replies
0
Boosts
0
Views
411
Activity
Apr ’22
App Review, Background Audio Modes and Playback of Silent Audio
Hello, We're developing a music streaming application. We ran into a problem where if the audio stream is interrupted while the app is in the background, the operating system will aggressively terminate the application within seconds. This means that if the user is listening to the audio stream, and the network connection gets interrupted, the app will terminate, unless we've managed to reestablish the network connection within <5 seconds. This is obviously a terrible user experience. To get around this problem we've opted to play a silent audio file in the background whenever the audio stream is interrupted. This extends the background running time of the app, which gives us extra time to reestablish the network connection, and resume audio playback. My question: does this run afoul of the App Store Guidelines? The relevant section of the App Store Guidelines reads (Section 2.5.4): Multitasking apps may only use background services for their intended purposes:
Replies
0
Boosts
0
Views
545
Activity
Jan ’21
Autorotate Disabled by UIViewControllerPreviewing (3D Touch Peek/Pop)
I have implemented peek and pop in most of my apps however sometimes after peeking or popping the window will no longer autorotate until the app is quit and reopened. Also, sometimes after peeking briefly the entire UI is non-interactable and the app must be quit. Does anyone have any possible idea what might be causing these issues? Is anyone else experiencing the same issues? I'm using Swift 2.0 on an iPhone 6s.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
2
Boosts
0
Views
680
Activity
Oct ’15
Create Aggregate Audio Device Using Core Audio
Hi. I have been looking all over to find a good answer on how to create an aggregate audio device using Core Audio on iOS or OS X. According to the Core Audio documentation, it is possible, but the only tutorial I could find was outdated and written in Objective-C. I woud appreciate a good example of how I would go about doing this, preferably with bluetooth speakers, or even a good explanation of how it works. I would like to note that I have started a thread on Stackoverflow, but I haven't had any luck. I did also remove a few links so that this could be posted. Thanks in advance!
Replies
4
Boosts
0
Views
1.9k
Activity
Aug ’16
MSMessageTemplateLayout with audio
According to the documentation, you can set the mediaFileURL of a custom message to an audio file - which will play and display with a graphical waveform representation.As far as I can tell (based on other posts, testing, looking at code), this is not the case at all.What's really irritating is that if you use a video file, it works, but the video is perpetually muted - there appears to be no way for the end user or the developer to enable sound.
Replies
1
Boosts
0
Views
630
Activity
Sep ’16
Pass through the sound
I want to pass through the sound on real time.Input Bluetooth headset Mic ==== Output iPhone Line out(3.5mm jack or lightning adobpter)andInput iPhone Mic ==== Output Bluetooth headset speakerI found aurioTouch which works with the sound as I want, but I have no way to use this in my app.How can I make it possible?
Replies
0
Boosts
0
Views
805
Activity
Aug ’17
Cant able to open pop ups in WKWebview
In one of my iOS application I need to integrate a website, and I am successfully done that part, inside we have a option to deposit money to play the poker game for that we have two modes of payment 1. cashfree and 2. paytm. Though paytm mode I can able to do that part successfully, but through cashfree mode, I can't able to do it, out of my debugging I cam e to know that through the cashfree mode at the final stage, the website is trying to show a success or failure selection pop up in a new tab. From the WKWebView success or failure selection pop up is not loading. I followed couple of solutions which are exist over different articles and forums but no luck. below are my respective WKWebView references @IBOutlet weak var wkWebView: WKWebView! var popupWebView : WKWebView? func configureWebView(webViewName: WKWebView?, url: String) { if let webView = webViewName{ webView.isOpaque = false webView.uiDelegate = self webView.backgroundColor = colorLiteral(red: 0.1333333333, green: 0.1725490196
Replies
0
Boosts
0
Views
2.9k
Activity
Sep ’20
Background Audio Volume
Hi,I am working on a TVML App with a ProductBundleTemplate.<productBundleTemplate> <background> <audio> <asset src=path to mp3/> </audio> </background>I've added an Background Audio and it works fine, the only Issue is it is very loud.Is there a way to control the volume of the Background Audio in TVML? So that it only plays 50% of the volume or so?
Replies
1
Boosts
0
Views
438
Activity
Apr ’16
Small audio glitch
I am getting a small audio glitch on Apple TV 2 & 3 when playing back a stream with multiple audio bitrates only as alternate audio (not muxed in with the video) that is occuring just as the playback first switches between the audio streams.Does anyone have a way to generate a known good reference stream with multiple audio tracks that works with Fairplay on Apple TV gen 2 and gen 3?
Replies
0
Boosts
0
Views
343
Activity
Mar ’17