Monitoring Tools for Audio

topic posted Tue, April 3, 2007 - 8:58 AM by  macs
There's a weird, unknown program making a random noise at a specific time. I could probably find the program through trial and error and watching acti ve processes. But it got me thinking, If I wanted to find out when a specific output such as audio out or a printer port were utilized, what tools could I use?

Any resources would be appreciated or tool ideas. Thanks in advance.

--Macs
posted by:
macs
Florida
  • Re: Monitoring Tools for Audio

    Sat, June 23, 2007 - 10:08 PM
    Its being at a specific time would seem to be a hint. Is there a cron job running at that time? Lsof might work, but there is no /dev/audio to point it to... at least on my mac.

    You could run activity monitor (in your /Applications/Utilities folder) and sort by %CPU. Shut down as many programs as you can prior to the time the sound occurs. Activity monitor itself is likely to be the top user of CPU time. Then watch its main window when the sound occurs and see what program is using CPU time.

    You can do about the same thing using the 'top' program in Terminal; however, Activity Monitor is a nicer display in my opinion. Be sure to select "All Processes" in the "Show" menu at the top.

Recent topics in "OS X Development"

Topic Author Replies Last Post
component kind Beau 1 January 20, 2008
grr -- having much difficulty building even the simplest plugi... 0 January 10, 2008
struct proc and sysctl(3) hoco 3 December 12, 2007
Xcode 3.0 0 November 28, 2007
New mac dev help needed 0 July 6, 2007