Search results for

Popping Sound

19,349 results found

Post

Replies

Boosts

Views

Activity

Is 3D Touch Peek & Pop removed?
I have code that I have not changed for quite some time.Repos history verfies that.It used to provide peek & pop on a tableview until very recently.Now it does nothing.Has this functionality disappeared from iOS?If so, can you please advise a link to that effect?Thank you!
Topic: UI Frameworks SubTopic: UIKit Tags:
7
0
1.4k
May ’18
No Sound
I recently just updated my macbook to the latest beta and i figured out that there suddenly no sound being played (output). I had to check change the sound output to check if it works. I tried to solve all the problems that could cause this problem to occur but still, nothing happened. After waiting for a while, there was suddenly sound being played from my macbook. This is a problem that shoud have not taken place after so many betas version out there. Please help to solve this problem this problem for once and for all.Thank you,Arhaan Khaku
1
0
390
Oct ’18
how can I use kAudioUnitSubType_VoiceProcessingIO capture audio get same sound as kAudioUnitSubType_RemoteIO
how can I use kAudioUnitSubType_VoiceProcessingIO capture audio get same sound as kAudioUnitSubType_RemoteIOios deprecated kAUVoiceIOProperty_DuckNonVoiceAudio the option after __IPHONE_7_0but I want to get the same sound volume use kAudioUnitSubType_VoiceProcessingIO input like kAudioUnitSubType_RemoteIO
0
0
662
Apr ’16
Copyright Issues for Pop-Culture Apps
Hi,Would anyone be able to clarify the copyright laws for applications regarding pop-culture? (eg: Musician Fan Pages, Trivia Quizes, Celebrity Fact-of-the-Day, etc). I see many on the app store, unfortunately mine was rejected due to copyright infringement, but very few details were presented. My app is a lyrics trivia app where the user is presented with small snippets of lyrics (of a certain singer/songwriter) and have to guess the correct song.Is there anyway to make this app approved for the App Store?Any help would be much appreciated, thanks.Mel
2
0
787
Jun ’17
Audio not sounding on some iPad generations.
Our new app, MusicJOT has a couple of customers who can't hear our audio playback. The app is for music notation which supports natural handwriting. I am using the usual AUGraph, AUNode, etc. setup which has worked fine on other iPad devices we have. Does anybody have expertise in this area or know of any graph setups which must be adhered to that I might have overlooked?
0
0
267
Mar ’17
Play alarm sound from online audio file
Hi Guys,I am in the process of building an alarm clock app with the idea that I can add audio files on Amazon Web Services (AWS) so every time the alarm goes on, the user will hear a new tone rather than the preloaded ones they hear every morning.However, the problem I am having is that whenever the app is not ON throughout the night and the user turns the screen off, the alarm will go back to the standard ringtone which I have set as it will not load up the audio file from AWS. Is there a way around this? Could anyone help?Much appreciated.Thanks.
0
0
448
Apr ’17
Reply to How to Fix Cracking and Popping Sound ?
I totally agree with BNJVisuals. This is an obvious issue with Safari. My version 14.1 (14611.1.21.161.7) on Mojave 10.14.6. By comparison Chrome version 90.0.4430.212 (Official Build) (x86_64) (on the same computer and Mojave version) do not have any problems with popping or cracking sound. Apple engineers, please get off your ***** and finally fix these code bugs! Little update: Killing coreaudiod works for me as well. The question is: for how long..?
Topic: Community SubTopic: Apple Developers Tags:
May ’21
Swift sound in game
Good afternoon.Poser: have a background track, there are sound effects.If you make a sound through AVAudioPlayer, the observed lags.If done through SKAction.playSoundFileNamed, the following happens - every time you call play a sound (short), the sound level is different.Someone tell me how to play background track and sound effects.Thank you
0
0
229
Jun ’16
Playing Audio
Hiya, I am using objective c on Xcode, is there away i can link my button which is on a different view controller, to link it to my prevous viewcontroller. I'm bassically trying to have a button for around 15 pages/ viewcontrollers, the button would play audio and change page, then when the next button is pressed for the next page it would stop the current mp3 audio from playing. Just wondered what the best way to do this would be?
5
0
1.1k
Jun ’17
No sound
I created a UISwitch. And wants it to control sound. But not work.@interface SoundViewController () { AVPlayer *_audioPlayer; } @end @implementation SoundViewController -(IBAction)soundSwitch:(id)sender{ if (_soundSwitch.on) { CFBundleRef mainBundle = CFBundleGetMainBundle(); CFURLRef soundFileURLRef; soundFileURLRef = CFBundleCopyResourceURL(mainBundle, (CFStringRef) @soundN ame), NULL); UInt32 soundID; AudioServicesCreateSystemSoundID(soundFileURLRef, &soundID); AudioServicesPlaySystemSound(soundID); }else { / } }No sound is playing. Please help. Thanks
8
0
744
Mar ’17
Spatial audio
So I updated to ios14 I wanted to try spatial audio with my AirPods Pro. It works 50/50 like when I move my head it picks it up and changes where the audio comes from but when I move my phone it doesn’t pick it up I’m on a 7 plus both devices are on the latest firmware. Do let me know now what I can do. Btw I don’t use Apple TV I was watching the Apple event on the Apple TV app.
1
0
764
Sep ’20