Recording Sound on a Mac

AudacityLast night I needed to (quickly) find a way to record sound on my Powerbook.

With Google by my side, I quickly found Audacity:

Audacity is a free, easy-to-use audio editor and recorder for Windows, Mac OS X, GNU/Linux, and other operating systems.

Once it was downloaded and installed, it was as easy as hitting the big red record button to begin recording sound.

Check out some screenshots, features or go download Audacity.

Technorati Tags: ,

Similar Posts:

I Like This Tip!


9 Responses to “Recording Sound on a Mac”

  1. 4Avatars
    hal
    Or you could use any of the free apps that come with your computer like garage band or sound studio. They're much easier for the novice and are 'quicker' since they require no searching at all. :)

  2. 4Avatars
    Bill
    Audacity will also edit MP3s....if, for some reason you needed to do such a thing. I know people who edit MP3s to use as their cellphone ringtones. Audacity is a nice, easy (and free) way to accomplish that.

  3. 4Avatars
    Jason.Jordan
    this script (below stars) will record for 32 minutes bbc radio 4
    just change the 32 and URL to whatever you want :)
    uses Audacity (free) and SoundFlowerbed (free)
    **********************************************
    tell application "Finder"
    set volume 10
    end tell
    say "Audacity script is about to record radio!"
    tell application "Finder"
    set volume 5
    end tell
    tell application "Soundflowerbed" to activate
    delay 2
    tell application "System Preferences" to activate
    tell application "System Events"
    get properties
    tell process "System Preferences"
    delay 2
    click menu item "Sound" of menu "View" of menu bar 1
    delay 2
    set theRows to every row of table 1 of scroll area 1 of ¬
    tab group 1 of window "sound"
    set theOutputs to {} as list
    repeat with aRow in theRows
    if (value of text field 1 of aRow as text) ¬
    is equal to "Soundflower (16ch)" then
    set selected of aRow to true
    exit repeat
    end if
    end repeat
    end tell
    end tell
    delay 2
    tell application "System Preferences" to quit

    tell application "Safari"
    set URL of document 1 to "http://www.bbc.co.uk/radio/aod/mainframe.shtml?http://www.bbc.co.uk/radio/aod/radio4.shtml?fm"
    end tell
    delay 10
    tell application "System Events"
    set visible of process "Safari" to false
    end tell

    property the_wait : 32 * 60 -- seconds to wait before starting fade
    tell application "Audacity" to activate
    tell application "System Events"
    tell process "Audacity"
    keystroke "r"
    end tell
    end tell
    delay 10
    tell application "System Events"
    set visible of process "Audacity" to false
    end tell

    delay the_wait

    tell application "System Events"
    set visible of process "Audacity" to true
    end tell
    tell application "Audacity" to activate
    delay 1
    tell application "System Events"
    tell process "Audacity"
    keystroke "s"
    end tell
    end tell
    delay 1
    tell application "Safari" to quit

    tell application "System Preferences" to activate
    tell application "System Events"
    get properties
    tell process "System Preferences"
    delay 2
    click menu item "Sound" of menu "View" of menu bar 1
    delay 2
    set theRows to every row of table 1 of scroll area 1 of ¬
    tab group 1 of window "sound"
    set theOutputs to {} as list
    repeat with aRow in theRows
    if (value of text field 1 of aRow as text) ¬
    is equal to "Headphones" then
    set selected of aRow to true
    exit repeat
    end if
    end repeat
    end tell
    end tell
    delay 2
    tell application "System Preferences" to quit
    tell application "Soundflowerbed" to quit

  4. Whoa! That's really cool! Couldn't something more simple be done with Automator?

  5. 4Avatars
    James Koo
    Installed Audacity on my MacBook with OS X (Tiger). Found can only record from the built-in mike - speaker combination for recording sound from web (like the BBC broadcasting mentioned here). Is there a way to record from the sound card directly to preserve the quality. Many thanks in advance.

  6. James are you using a Mac microphone? A PC mic will not work on a Mac, you'll need a converter such as iMic (http://www.griffintechnology.com/products/imic).

    Personal note, I understand why Mac does this (for higher quality sound) but still find it extremely irritating.

  7. 4Avatars
    James Koo
    Brad, thanks. I am using the built in mike taking the sound from built in speaker. Audacity only allows inputs from the built-in mike or (external) Line input (assume the iMic here). However found WireTap can get the input directly from the built in sound card. The program is quite expensive. Is there a Freeware can do the same?

  8. 4Avatars
    Peter Weatherby
    James - I've worked out a way to do it, using Audacity which is freeware.
    1. In system preferences, change input and output audio devices to Soundflower2 or 16 (both must be the same).
    2 In Audacity, go into preferences and set input to Soundflower2 or 16 or (the same as you have chosen) leave the output in Audacity to the speakers (which will let you hear what you are recording).
    3. Set your soundcard input running - streaming audio etc
    4. Record!

  9. 4Avatars
    jason
    this is like the hardest thing to install in the world!! not recomended!!

Post a comment to "Recording Sound on a Mac"



MacTips Newsletter


Twitter MacTips

  • Stay up to date with the latest Mac tips, tricks and news by following us on twitter: MacintoshTips.

AppleGazette Headlines

Most Popular Tips (30 Days)

Most Commented (30 Days)

Good Tips

Recent Discussions

MacTips Poll

What level of tips would you like to see?

View Results

Loading ... Loading ...

Friends of MacTips

Subscribe to MacTips

Site Links