I have the OS X Yosemite Version 10,11 Beta installed on my Macbook Pro. While working on something unrelated, Finder suddenly popped up a new window with a sysdiagnose file. It's in Macintosh HD / private / var / tmp, and is dated from right now.Why is this popping up? Should I be taking any action?Rajat Datta
Search results for
Popping Sound
19,349 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Just try to restart your watch. It worked for me. After upgrading to watchOS 2 sound and taptic were dead. But ater restating the watch both worked again.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello!!I need to play a sound when succes and an other when error. It's something like thisif succes { //Play sound for succes!!!! } else { //Play sound for error }I know that I can use the AudioServicesPlayAlertSound function but .... how?Thank you for your help!!!(and.... sorry for my English...)
I did it this way. func playInputClick(success: Bool) { var filePath: String? if success { filePath = NSBundle.mainBundle().pathForResource(ButtonTap, ofType: wav) // select the sound you want } else { filePath = NSBundle.mainBundle().pathForResource(SecondBeep, ofType: wav) // select the sound you want } let fileURL = NSURL(fileURLWithPath: filePath!) var soundID:SystemSoundID = 0 AudioServicesCreateSystemSoundID(fileURL, &soundID) AudioServicesPlaySystemSound(soundID) }Call as you need.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Why would you want to do this ? The name choice is blatantly confusing to your customers, assuming that the game is truely unrelate.While I'm not well versed in the legal aspects it certainly makes it sound like you may be inviting charges of fraud and trademark infringement for implying that you are doing a offical continuation of Flappy Bird.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
The option to use Display Audio on an older Cinema Display disappeared. The display is now listed as an unknown apple USB device ! But that cannot be selected for long, before it switches to another output. In the meantime, lots of distortion, clicks, pops. reported as well.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I have been having a **** of a time with OSX10.11 and a Macbook Pro (circa 2014) waking from sleep. About 90% of the time, if it goes to sleep when the lid is closed, when it wakes one of two things will happen. 1) most often, the login screen will appear, cursor blinking, sounds, etc, but the mouse and keyboard, either internal or external, are frozen. Only the power button will work to force a shutdown. 2) occasionally, the screen will appear as though I'm looking at a second monitor at the login screen (I see only frosted background, no login prompt). If I blindly type the password, it will log in, but I can't swipe to switch screens or bring the mouse over to the screen. I can use command key combinations to force a restart. I've scoured the logs. It looks like a lot of crap is happening on wake, but nothing obvious. I've also had to reset the NVRAM a couple of times because I only get a black screen on boot, no sound. Is any one else having similar issues?
I'm trying to get a wav file to outside API from iOS. I've managed to do the file and post it from iPhone but the service doesn't take it (API errors are not helpful either). I've managed to track down the difference between a file I manage to send to the service and the file save with iPhone to audio data file offset parameter. afinfo command gives the working file value 44 and iOS saved audiofile has 4096. Is there any way to change this to 44 also on iOS?My current settings for AVAudioRecorder:let recordSettings = [ AVNumberOfChannelsKey: 1, AVSampleRateKey: 16000.0, AVFormatIDKey: kAudioFormatLinearPCM, AVLinearPCMBitDepthKey: 8, AVLinearPCMIsBigEndianKey: false, AVLinearPCMIsFloatKey: false, AVLinearPCMIsNonInterleaved: false ]
I've done this several times. It works for a bit, but then goes right back to no sound or taps.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello,I have problem with new recording APIs presented at WWDC.I'm using presentAudioRecordingController, it works, i am able to record something, but in completion block, when i'm trying to read this file - it doesn't exist.http://pastebin.com/Q4ZuwpMFThis is the code i'm using. didSave is true, and error is nil. Have you got any ideas? Maybe i'm trying to write to the wrong directory?Thank you very much,
anybody have issues with playing quicktime sound through the browser? any workaround woud be grateful thanks
OK. This sounds like a different issue. Can you please file a bug report? If possible, please attach the log file mentioned in the error message.
Topic:
Developer Tools & Services
SubTopic:
General
Tags:
System Preferences > Sound > Output used to list available AirPlay devices for redirection. They are not visible under El Capitan. However, iTunes lists them with no issue, so this appears to be isolated to the Sound control panel?
No, it came from various sources that I don't remember, including several threads in the dev forums. A bug report on this sounds like an excellent idea.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
The iOS security sandbox does not allow access to the audio output data produced by other apps unless they first explicitly export such data (for instance, by using the inter-app-audio API).
Topic:
Media Technologies
SubTopic:
Audio
Tags: