Beep ( frequency, duration)

2014-12-28 Thread Raglan T. Tiger
Is it possible with Cocoa to generate a tone of a specified frequency and duration to play synchronously? -rags ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: Beep ( frequency, duration)

2014-12-28 Thread Jens Alfke
On Dec 28, 2014, at 12:05 PM, Raglan T. Tiger r...@crusaderrabbit.net wrote: Is it possible with Cocoa to generate a tone of a specified frequency and duration to play synchronously? You might be able to do this with AVFoundation, or you may need to descend to the C-based CoreAudio APIs.

Re: Beep ( frequency, duration)

2014-12-28 Thread Paul Scott
On Dec 28, 2014, at 12:05 PM, Raglan T. Tiger r...@crusaderrabbit.net wrote: Is it possible with Cocoa to generate a tone of a specified frequency and duration to play synchronously? -rags You can use Audio Unit Framework from Objective-C or Swift to generate sound on the fly. For