Search results for

“Popping Sound”

20,025 results found

Post

Replies

Boosts

Views

Activity

AVAudioUnitComponentManager only returning Apple Audio Units when used from within an Audio Unit
I'm trying to build an audio unit that can load another one. The first step, listing and getting the components only works in the example code if and when the audio unit is loaded by its accompanying main app. But when loaded inside Logic Pro for example, the listed components will be limited to Apple-manufactured ones. On another forum, although not for an AppEx, someone indicated that the solution was to enable Inter-App Audio, which is now deprecated. Tried all three methods of AVAudioUnitComponentManager to get the component list. Please advise. Many thanks, Zoltan
1
0
969
Sep ’23
Audio Extension without UI
Hi there, I'd like to create and expose an Audio Unit Extension for iOS, but there are no parameters that a user can set. Is it possible to expose an Audio Unit Extension without a storyboard? If I leave the storyboard-entry empty in the plist, the extension will crash ...
1
0
497
Oct ’15
Scene kit and positional audio
I am trying to play audio from a scnnode in SceneKit. I have looked at the sample code and have tried to build my own code using an ARimageanchor. I'm not sure how to proceed. ARkit recognizes the images. I just need help with the next steps for playing the audio.
1
0
453
Jul ’20
iOS 14.5 RC breaks push/pop transition animations on iPhone
App with 3 split view using Navigation view. This on an iPhone automatically becomes stacked navigation style. so drilling down into detail views ... will have the normal transition animations of pushing and popping views. But these transitions are not working on iOS 14.5 RC /Xcode 12.5RC . Now tapping on a master...the detail appears without the push transition animation :( Same code works just fine on stable versions of iOS 14.4 and Xcode with the push/pop transition animations. Not sure what changed but any workarounds to restore these transitions on iPhone?
0
0
647
Apr ’21
Audio interruption end notifications
The audio session programming guide says there's no guarantee an interruption begin notification will have a corresponding end notification, and that in its absence you should determine (presumably using some other means) whether your app should reactivate the audio session. There are some other things in the programming guide that are deprecated or outdated, so I'm wondering if maybe this is out of date as well.Is it still the case that interruption end notifications can be missing? If so, what does the documentation mean by 'determine' that your app can restart audio? How would you do that exactly?
0
0
354
Jan ’17
Core audio for apple silicon
I just saw my activity monitor and noticed that there was something named core audio with intel architecture in my apple silicon mac which came pre loaded. Analysis of sampling com.apple.audio.Core-Audio-Driver-Service (pid 11196) every 1 millisecond Process: com.apple.audio.Core-Audio-Driver-Service [11196] Path: /System/Library/Frameworks/CoreAudio.framework/Versions/A/XPCServices/com.apple.audio.Core-Audio-Driver-Service.xpc/Contents/MacOS/com.apple.audio.Core-Audio-Driver-Service Load Address: 0x10023d000 Identifier: com.apple.audio.Core-Audio-Driver-Service Version: 1.0 (1) Code Type: X86-64 (translated) Platform: macOS Parent Process: launchd [1] Date/Time: 2021-03-31 01:30:39.233 +0530 Launch Time: 2021-03-31 01:20:44.850 +0530 OS Version: macOS 11.2.3 (20D91) Report Version: 7 Analysis Tool: /usr/bin/sample I wish I could get an answer for this why it is still in intel architecture and is not yet ported to apple silicon yet.
2
0
2.1k
Mar ’21
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
Custom iOS Notification Sounds?
Hi, What are the requirements / restrictions for a custom iOS Notification sound? Is this widely available to new apps on the App Store? I know BBC News & Tinder have custom sounds. Thanks
Replies
2
Boosts
0
Views
3.2k
Activity
Aug ’20
Surround sound for apps?
I assumethat dolby digital passthrough will work for HLS, but is there any other way to do surround sound without using AV player? Does the Apple TV support multichannel PCM through HDMI?
Replies
12
Boosts
0
Views
6.5k
Activity
Sep ’15
AVAudioUnitComponentManager only returning Apple Audio Units when used from within an Audio Unit
I'm trying to build an audio unit that can load another one. The first step, listing and getting the components only works in the example code if and when the audio unit is loaded by its accompanying main app. But when loaded inside Logic Pro for example, the listed components will be limited to Apple-manufactured ones. On another forum, although not for an AppEx, someone indicated that the solution was to enable Inter-App Audio, which is now deprecated. Tried all three methods of AVAudioUnitComponentManager to get the component list. Please advise. Many thanks, Zoltan
Replies
1
Boosts
0
Views
969
Activity
Sep ’23
Audio Extension without UI
Hi there, I'd like to create and expose an Audio Unit Extension for iOS, but there are no parameters that a user can set. Is it possible to expose an Audio Unit Extension without a storyboard? If I leave the storyboard-entry empty in the plist, the extension will crash ...
Replies
1
Boosts
0
Views
497
Activity
Oct ’15
Scene kit and positional audio
I am trying to play audio from a scnnode in SceneKit. I have looked at the sample code and have tried to build my own code using an ARimageanchor. I'm not sure how to proceed. ARkit recognizes the images. I just need help with the next steps for playing the audio.
Replies
1
Boosts
0
Views
453
Activity
Jul ’20
iOS 14.5 RC breaks push/pop transition animations on iPhone
App with 3 split view using Navigation view. This on an iPhone automatically becomes stacked navigation style. so drilling down into detail views ... will have the normal transition animations of pushing and popping views. But these transitions are not working on iOS 14.5 RC /Xcode 12.5RC . Now tapping on a master...the detail appears without the push transition animation :( Same code works just fine on stable versions of iOS 14.4 and Xcode with the push/pop transition animations. Not sure what changed but any workarounds to restore these transitions on iPhone?
Replies
0
Boosts
0
Views
647
Activity
Apr ’21
Audio interruption end notifications
The audio session programming guide says there's no guarantee an interruption begin notification will have a corresponding end notification, and that in its absence you should determine (presumably using some other means) whether your app should reactivate the audio session. There are some other things in the programming guide that are deprecated or outdated, so I'm wondering if maybe this is out of date as well.Is it still the case that interruption end notifications can be missing? If so, what does the documentation mean by 'determine' that your app can restart audio? How would you do that exactly?
Replies
0
Boosts
0
Views
354
Activity
Jan ’17
pop-up option control
I'm looking for the control that allows the user to select from a list that pops up when the user clicks the control. I need to know the name of the control so that I can find it in the Object Library.
Replies
1
Boosts
0
Views
180
Activity
Jul ’16
How to disable this pop-up alert?
I'm just noodling around with Xcode and this alert appears every time I run my app in Xcode. Seems to be new with 15.0. I didn't see anything in Settings.
Replies
0
Boosts
0
Views
373
Activity
Oct ’23
Swift Playground alert pop
Hello, I’m encountering an issue where an alert dialog keeps appearing repeatedly in my swift playground project. I pressed Allow button but it keeps appearing again. Does anyone can help me about it?
Replies
1
Boosts
0
Views
207
Activity
Dec ’25
Core audio for apple silicon
I just saw my activity monitor and noticed that there was something named core audio with intel architecture in my apple silicon mac which came pre loaded. Analysis of sampling com.apple.audio.Core-Audio-Driver-Service (pid 11196) every 1 millisecond Process: com.apple.audio.Core-Audio-Driver-Service [11196] Path: /System/Library/Frameworks/CoreAudio.framework/Versions/A/XPCServices/com.apple.audio.Core-Audio-Driver-Service.xpc/Contents/MacOS/com.apple.audio.Core-Audio-Driver-Service Load Address: 0x10023d000 Identifier: com.apple.audio.Core-Audio-Driver-Service Version: 1.0 (1) Code Type: X86-64 (translated) Platform: macOS Parent Process: launchd [1] Date/Time: 2021-03-31 01:30:39.233 +0530 Launch Time: 2021-03-31 01:20:44.850 +0530 OS Version: macOS 11.2.3 (20D91) Report Version: 7 Analysis Tool: /usr/bin/sample I wish I could get an answer for this why it is still in intel architecture and is not yet ported to apple silicon yet.
Replies
2
Boosts
0
Views
2.1k
Activity
Mar ’21
Text to audio file convert
Hello,I want to convert text to audio mp3 file. Is there any framework or third party API we can use it to conver text into Audio file?
Replies
1
Boosts
0
Views
1.9k
Activity
May ’18
SceneKit for audio interfaces
I'm currently working with AudioKit for an audio app and would like to get 3d buttons in there. Is SceneKit the right approach for that? If yes how would i limit eg rotation of elements and handle user interactions of eg knobs? Any direction would be welcome :)
Replies
0
Boosts
0
Views
426
Activity
Nov ’20
Custom sound in Pushnotification.
Hi Developer Team, I am using firebase push notification, added custom sound for pay load but i am receiving,I am always receiving default sound.So let me know any new change's in aps format Thanks, M.Murali
Replies
0
Boosts
0
Views
771
Activity
Aug ’20
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