The E-Learning Curve Blog has moved!

You will be automatically redirected to the new address in 10 seconds. If that does not occur for some reason, visit
http://michaelhanley.ie/elearningcurve/
and update your bookmarks.

Tuesday, September 8, 2009

Podcasting for E-Learning: Setting Audacity Preferences

Setting Audacity Preferences on Your Computer

Before beginning a recording project in Audacity, it's necessary to configure your version of Audacity’s preferences in the Edit Preferences dialog box. This ensures that the sound source and playback options are set correctly as well as bit-rate, quality indicators and so on. Follow this step-by-step procedure to configure Audacity for your computer and operating system.

Configuring Audacity

You Try

  1. Launch Audacity
  2. Check the Preferences.
    Checking the Audacity preferences is very important step and should be done before you begin editing any audio. You can locate the Preferences Dialog box by going to Edit Preferences, or the shortcut key combination CTRL+P.
  3. Set Audio Input & Outputs.
    Select the Audio I/O tab from the choices across the top of the Preferences Dialog box. I/O is short for Input Output and is where you’ll tell it to record your sound from and where to play it back.
  4. Set Playback Output.

    Audacty_Pref_pb
    From the Playback Device: drop-down menu, select the output device that you would like to route the sound through. In this case, I’m sending the signal via my internal PC sound card.
  5. Set Recording Input.

    Audacty_Pref_IO

    From the Recording Device drop-down list, select the sound source you want to record from. In this case, I’m selecting the SigmaTel sound card, which takes input from the microphone that I’m going to use to record some voiceover narration.

    audacity_pref_chk
    If you’re recording music, select the Record in Stereo check box. If you’re just recording voice-over narration, leave it unchecked. Similarly, uncheck the "Play other tracks while recording new one” option (unless you’re Les Paul or Mary Ford).
  6. Sound Quality Tab.

    audacity_prefs_qual
    The Quality tab is where you’ll set the quality of your audio. The higher the sample rate, the better quality your audio, but the larger the file size will be. For CD quality sound, record at 44,100 Hz. You’ll typically leave the other settings at their factory defaults.

More…

Friday, September 4, 2009

Podcasting for E-Learning – Tour of Audacity’s User Interface

In my previous post, I discussed interface metaphors, and showed a video example of the process behind the analog tape-editing metaphor used by most media editing tools - including Audacity. Today, I will describe how this approach to editing is replicated virtually, via your computer's user interface. Figure 1 shows the primary menu options and functions of Audacity.

audacity_UI

Figure 1 The Audacity UI
[Click to Enlarge]

The menu bar contains all of the functions for Audacity.

audacity_menu Figure 2 The Audacity Menu bar
[Click to Enlarge]

You’ll see some familiar features – Open, Import, Copy, Cut, Paste, and so on. There are also a range of audio-specific functions including the facility to analyze the audio signal, generate white noise, a pure note tone, or a click track, as well as a range of audio effects including:

  • Noise reduction (NR) to remove background noise
  • Normalization (increasing or decreasing the amplitude of an entire audio signal so that the peak amplitude matches a desired target. Typically, normalization increases the amplitude of the audio waveform to the maximum level that does not introduce any new distortion – this “makes the audio louder”
  • Equalization (EQ) - changing the characteristics of the audio – i.e. add bass or treble, cut or enhance certain frequencies

The features of the Audacity timeline (see Figure 3) are common across all audio editors.

audacity_timeline

Figure 3 The Audacity Timeline
[Click to enlarge]

  1. The label track enables you to insert information about events on the timeline. Here, I have indicated the point where the intro music begins, and the point where the first voice-over should start.
  2. Most important is the audio waveform itself. The waveform is a graph showing the amplitude (loudness) of the audio signal over time.
  3. The track controls allow you to control the characteristics of an individual track on the timeline.

There are two types of audio file in Figure 3: a stereo file which is typically used for music, and a mono file, which we use for narration. There is little point recording voice-overs in stereo – you only have one voice (or audio source), after all. If you record a voice-over in stereo, you only double the file size, for no gain in quality.

Using Audacity

These are the Rules of Audacity (according to SourceForge.net)

  • One audio clip per track.
    An audio clip is simply a piece of audio material, imported, recorded, split or duplicated from another track, one track can only carry one piece of audio at a time. You can extend it by pasting material or inserting silence in to it, or cut a piece away, but it will always be one continuous piece of audio.
  • Audacity always records to a new track.
    This new track is opened at the lowest free track. You'll can zoom out and then resize the track view of the lowermost-most track to see what is recorded. You can actually use the window sliders at the bottom and right to do this after starting to record, but this way no performance will be lost to the windowing system.
    Pressing CTRL+F displays all the tracks in your entire project. Note: this function only affects the horizontal zoom (left-right zoom); you must use the mouse and the magnifying glass icon to zoom out .
  • Edit/Duplicate will not create a new audio file.
    This may not seem important, but it is useful to know this if you're editing a large recording. Audacity is a non-destructive editor (unlike the analog editing process): it works by referencing the original (or master) audio material: edits and other change you make affect the referenced file, not your master file.

    One of the positive consequences of non-destructive editing is that you can undo/redo edits as many times as you need to even after you have saved your project, which is pretty cool.

Next Time: Setting Audacity Preferences

--

Thursday, September 3, 2009

Podcasting for E-Learning: Audio Editing + Audacity

Previously in this series of E-Learning Curve Blog posts about Podcasting for E-Learning, I discussed downloading and installing the open source audio editor called Audacity. I chose Audacity because it’s free (as in speech), it’s available for Linux/Unix, Mac OS and various Windows operating systems, and most importantly, it’s a very impressive media editing tool.

If you’ve taken the time to install and run the app you should see something similar to Figure 1: this is the Audacity audio editor user interface (UI) in Windows XP.

image Figure 1. The Audacity User Interface
[Click to enlarge]

If you’re not familiar with digital media production, this type of UI can seem quite daunting, and even alien. Today, I’m going to begin normalizing this new environment for you.

Now read on…

I’ll begin by taking a step back for a moment: let’s discuss interface metaphors.

An interface metaphor is a set of unifying concepts used by a computer graphical user interface to help users more easily interact with the computer. The interface metaphor treats the monitor of a computer as if it is the user's desktop, upon which objects such as documents and folders of documents can be placed. A document can be opened into a window, which represents a paper copy of the document placed on the desktop. Since it was first developed at Xerox PARC in 1970, the desktop metaphor has been extended and stretched, so that items not found on a 'real' desktop (like a trash can) are now displayed onscreen.

In this context, we can say that pretty much all digital editors have an interface metaphor based on analog tape editing procedures: the waveform (see Figure 2) represents the magnetic tape, and the transport bar (Play, Pause, Stop buttons, and so on) represents an analog tape recorder's transport controls, for example. Similarly, there are Cut, Splice and digital sound effect features and functionality that replicate these processes in the analog world.

audacity_waveform

Figure 2. Some Audacity features and functions
[Click to enlarge]

In my view, the most effective way to demonstrate these concepts is through an example. In this YouTube video, Rod Summers demonstrates how to edit a piece of analog magnetic tape.

The Scenario:

The source audio is a short piece of recorded voice-over of the presenter counting from one through ten. He has transposed "six" and "five" in his narration. This demonstration outlines the process for correcting the error.

Here are the steps in the process:

  1. The editor cues up the tape by using a technique called "scrubbing"
  2. He marks the In- and Out points for the edit...
  3. And he marks the insertion point for the edit
  4. Next, he makes the edit by physically cutting the tape and splicing the join...
  5. Before inserting the cut piece of tape into it's new position
  6. Finally, the edited tape is played back to test the verify the edit


Next time: I will look at editing in a digital environment ...and don't worry, this is a much easier undertaking when using a tool like Audacity!

--

Tuesday, September 1, 2009

Podcasting for E-Learning: Editing and Producing Podcasts

So far in this series of posts about Podcasting for E-Learning from the E-Learning Curve Blog, I've covered a lot of material, including:

Now, it's time to look in some depth at editing and producing podcast content.

As I discussed last time, non-linear editing applications are media editing tools which can randomly access the source material - and that’s it. You don’t have to edit audio in a beginning-middle-end sequence. You can also drop in new files, split audio, modify the volume (or amplitude), “top and tail” the recording, and add effects, before generating a rendered file which contains all of the modifications you made to your audio.

Non-linear editing enables the editor to access any frame in an audio clip. It can be viewed as the audio equivalent of word processing, which is why the process is often called desktop editing. Typically, audio is either recorded directly to a PC hard drive, or is imported from another source, in the same way as that text is either authored within the a word processor application, or a file is imported from another location.

In non-linear editing, the original source files are not lost or modified during editing. This means that you can easily make changes and cuts, experiment with the audio, and undo previous decisions secure in the knowledge that you are not interfering with the original - or master - files. Loss of quality is also avoided as you don't have to repeatedly re-encode the audio when different effects are applied. Audacity-logo-r_50pct

While there are many excellent commercial, free-to-use, and open source audio editing applications applications available, the editor I will talk about during this series is called Audacity.

Audacity is an open source, easy-to-use multi-track audio editor and recorder for Windows, Mac OS X, GNU/Linux and other operating systems. You can use Audacity to:

  • Record live audio.
  • Convert tapes and records into digital recordings or CDs.
  • Edit Ogg Vorbis, MP3, WAV or AIFF sound files.
  • Cut, copy, splice or mix sounds together.
  • Change the speed or pitch of a recording.

So, let's download and install Audacity.

You Try:

  1. Navigate to the Audacity download page and select the download for your operating system.

    audacity_download
  2. Click on the appropriate link. This will take you to the SourceForge download page - don't "save link as.." or "save target as..".
  3. The SourceForge download should start automatically. If it does not, click the links in the black panel marked "direct link" or "mirror". Only these links and the automatic download are authorized versions of Audacity. Disable any automatic download managers if the download is incorrect.

I also recommend that you download these optional files:

  • LADSPA plugins 0.4.15 installer (.exe file, 1.5 MB) – nearly 100 audio digital effects plug-ins
  • LAME MP3 encoder - Allows Audacity to export MP3 files

System Requirements: Windows-based Systems

The values in the "Recommended RAM/processor speed" column below are for tasks like recording for an hour, or editing three 20 minute tracks simultaneously. The values in the "Minimum RAM/processor speed" column will be fine for smaller/shorter tasks, especially if unused programs are closed.

Windows version

Recommended RAM/processor speed

Minimum RAM/processor speed

Windows 98, ME

128 MB / 500 MHz

64 MB / 300 MHz

Windows 2000, XP

512 MB/1 GHz

128 MB/300 MHz

Windows Vista Home Basic

2 GB / 1 GHz

512 MB / 1 GHz

Windows Vista Home Premium/Business/Ultimate

4 GB / 2 GHz

1 GB / 1 GHz

Audacity works best on computers meeting more than the minimum requirements in the table above. Where Audacity is to be used for lengthy multi-track projects, Audacity's developers recommend using Windows 2000, XP or Vista running on machines of substantially higher specification than the minimum specs outlined above.

Apple Macintosh

Installation instructions (MacOS 9 and OS X):

  1. Inside your Applications folder, create a folder called "Audacity"
  2. Double-click the downloaded .dmg to mount it
  3. Option-drag the whole of the .dmg contents (not the .dmg itself) into the "Audacity" folder you created
  4. Double-click Audacity.app inside the Applications folder to launch it

Mac OS X version

Audacity Version

Recommended RAM/processor speed

Mac OS X 10.1

Audacity 1.2

64 MB / 300 MHz

Mac OS 9.0

Audacity 1.0

64 MB / 300 MHz


Linux/Unix

Audacity's developers recommend using the latest version of Linux/Unix from your distribution that is compatible with your hardware specifications. Audacity will run best with at least 64 MB RAM and a 300 MHz processor.

Installation packages for Audacity on GNU/Linux and other Unix-like systems are often provided by individual distributions:

  • Alt Linux
  • Debian
  • Fedora Core
  • Fedora Project
  • Mandriva i586
  • OpenSUSE
  • Red Hat
  • SuSE and packman (suse)
  • Ubuntu: packages.ubuntu and rpm.seek

This list is not comprehensive. If you don't see an up-to-date package for your distribution, search your distribution's web site for the latest information. Alternatively, you can compile Audacity from source code.

More…

New E-Learning Curve’s Other Podcast new episode release:

Transatlantic: The Flying Boats of Foynes. The Complete Podcast Documentary. 314_podcastcover1

It's the 70th anniversary of the first scheduled trans-Atlantic air passenger service, which opened in July 1939. Told against a backdrop of the momentous events of World War II, this podcast documentary tells the story of the town of Foynes on the River Shannon in Ireland, which served as the western European base for the majestic flying boats of Pan Am, Imperial Airways and other airlines in the Golden Age of Aviation.

From their proving flights in the late 1930's through World War II and into the post-war period, Chief of Launch Operations at Foynes recalls his time working for Imperial Airways, and the effect of this glamorous mode of travel on a small Irish port. Even today, airplanes like the Catalina, the Short Empire class, and the majestic Boeing B-314 Clippers speak of a time now long gone.

Click on the link to celebrate the memory of the age, and the life and times of those who lived it.

Click here to listen to the podcast (MP3, 28MB).

Click here to listen to the podcast on iTunes.

Click here to view the transcript of this podcast (PDF, 585K).

--