Your voice, forever etched in electrons. (Cooking with Linux)

by Marcel Gagné

You want to record a simple voice message on your Linux system. It seems like a easy enough thing. Until you need a special audio format, require complex edits, special effects, and other audio tweaks. At which point, it’s still pretty easy.

That must be the thirtieth time I’ve heard you repeat that phrase, François. What are you doing? Trying to record a new voice message for our Asterisk Linux-based answering machine? But you keep repeating yourself. Don’t you like any of the recordings you’ve made so far? Quoi? None of them have worked? Ah, here is the problem . . . the microphone isn’t on. Wait! I see a second, similar, problem. Your mixer gain is set all the way down. Now try it. Much better, non? Finish this later, François, I can see that our guests are already arriving and we must be ready. Look sharp.

Welcome, mes amis, to Restaurant Chez Marcel, where the best in Linux and open source software is paired with superb wine from around the globe. Makes yourselves comfortable and I will send my faithful waiter to fetch tonight’s wine selection. François, we have a few bottles left of that Niagara Region 1998 Reif Estates Vidal Ice Wine. Please fetch the remaining bottles from the cellar and bring them back up for our guests.

On tonight’s menu, mes amis, we will examine sound recording tools for your Linux system. Recording audio is actually pretty simple, thought you must remember to turn up the microphone on your desktop’s mixer applet (see Figure 1). Some systems, notebook computers for instance, will have multiple inputs. In addition to the internal, built-in microphone, you may also have a jack to plug in a headset which has its own microphone. Make sure you select the appropriate source.

Figure 1: Remember to set your microphone gain before you record.

Getting a sound sample is easy enough and doesn’t require fancy software. Command line tools that are very likely already included in your system will do the job nicely. For instance, look for a command called arecord (which comes with a companion program called aplay). Simple put, arecord is a sound recorder for the ALSA (Advanced Linux Sound Architecture) subsystem. Here it is in its simplest form.

     arecord -d 10 myrecording.wav

The result is a WAV format file named “myrecording.wav” that is ten seconds in length. The WAV format is the default so if I hadn’t given my file an extention, the result would still have been a WAV file. Other file formats (au, voc, or raw) can be specified on the command line with the “[cw]-f[ecw]” command. There are plenty of flags that let you change the sample rate, number of channels, and so on. Run the command with a “[cw]-h[ecw]” or check the man page and you’ll get a list of available options. Here’s another example.

     arecord -d 15 -f cd secondrecording.wav

The really interesting flag here is “[cw]-f cd[ecw]”, a shortcut for “[cw]-f S16_LE -c2 -r44100[ecw]”, which effectively means 16 bit little endian, 2 channel sound, and a 44100 HZ sample rate. You can then, if you want, play that clip using the [cw]aplay[ecw] command.

Ah, François, you have returned. Please, set out some dessert wine glasses and pour for our guests. I trust, mes amis, that you will enjoy this ice wine. Sweet, but only so much, and full-bodied with a deep golden color. Enjoy!

There are, of course, some limitations with such a simple program. For instance, what if you wanted another audio format? Perhaps you wanted to do some kind of special effect using that clip. This is where another great little command line program comes into play. It’s called [cw]sox[ecw], the SOund eXchange universal sound sample translator.

Let’s say you wanted to convert an MP3 file to OGG. Sox makes it easy.

     sox audiofile.mp3 audiofile.ogg

Simple, non? The sox program also has a set of effects that can be applied to your sound clip. For instance, let’s do a 2 second fade in for a voice clip.

   sox voicefile.ogg newfile.ogg fade 2

As you can see, it’s not difficult. To get a handle on the various effects, type “sox --help-effects=all.

There are, of course, graphical tools for recording sound. For instance, the KDE desktop’s multimedia suite includes a program called KRec (see Figure 2), a very capable sound recorder that takes advantage of KDE’s aRts sound system. Because of this aRts integration, make sure your aRts daemon is set to use full-duplex mode — you can enable this in the KDE control panel, kcontrol, under the Multimedia section.

Figure 2: KDE’s KRec tool is surprisingly complex under the surface, but makes a great tool for simple, audio recordings.

To record a sound with KRec, start by clicking the New icon on the top left (you can also click File on the menu bar and select New). Then, click the red record button and begin speaking into your microphone. Recording and playback levels are displayed, as is positional information on the raw data being recorded. At the bottom, there is a series of dials that let you adjust the aRts compressor settings. When you have finished recording, press the stop button, then rewind, then play to listen to your clip. When you are ready to save it, you can choose to keep the raw data, or export it to a more familiar format like WAV, OGG, or MP3. Click File on the menu bar and select Export.

For the GNOME desktop users, we have the GNOME sound recorder (see Figure 3), is available from the Multimedia menu. Using the program, you can select your input source (internal or external microphone, etc), and the audio file format from the “Record as” drop down box. To start recording, click the red record button and start talking, singing, or reciting Shakespearean poetry; whatever turns you on. When you are done, click the stop button (the gray square at the end of the icon bar). Then, click the Save button.

Figure 3: The GNOME desktop provides an easy to use tool for simple recordings.

These are all easy ways to record sound, but editing is limited. You only have so much control over recording quality and anything other than the simplest of edits can be difficult or impossible. That’s where a program like Audacity comes into play.

Audacity is a wonderful, easy-to-use, audio editing program. With it, you can record audio from a variety of sources including a microphone—podcasts, anyone? You can use it to convert audio files into other audio formats. Take your old records or tapes, clean up the noise, and convert them to digital audio so you can burn them to CD. Edit, cut, copy, mix, add special effects, and splice sound sources to create new sounds. Audacity is a multitrack real-time audio editing system that can handle 16, 24, and 32-bit samples. Audacity is also just plain fun. You can get a copy of audacity from your favorite Linux distribution’s repositories (or install disks) or you can visit audacity.sourceforge.net for the latest source. In the following examples, I am using a version 1.3.3 beta.

Audacity starts with a blank slate by default (see Figure 4). Along the top of Audacity’s main window, you find a pretty standard menu bar with access to various categories of tools in Audacity’s toolbox. Directly below the menu bar and toward the center, a number of buttons reflect Audacity’s audio editing nature. These buttons are Pause, Play, Stop, Skip to Start, Skip to End, and Record. I mention these first because they are so familiar.

Figure 4: Audacity presents a blank slate for your creative urges.

To the right of those buttons is a compact toolbox with six small icons representing some common tools used in Audacity. The vertical bar icon, which looks like a capital I, is the Selection tool, and it is selected by default. Let’s Record Something

Make sure your microphone is plugged in, and then click the Record button to start. Be creative. Sing a short tune, recite a line or two of poetry, or just speak whatever nonsense pops into your head.

As you record, keep your eye on the microphone icon near the top on the far right. If you pause your mouse cursor over it, the tooltip reads, “Input level monitor – click to monitor input.” When using a stereo input source, you’ll see both the left and right channel levels being displayed as in Figure 5. Of course, if you are using a single channel microphone, you only see the right channel.

Figure 5: While you are recording, keep your eye on the input level meter on the top right.

As you record, you see the appearance of an audio track with details about the quality of the recording, whether it’s a mono or stereo recording, and so on. When you are finished recording, click the Stop button. The full audio track remains with timing marks above (see Figure 6).

Figure 6: With a voice sample recorded, Audacity now displays one audio track.

As you can see from the preceding sample, I recorded just over six seconds of speech. To listen to the recorded track, click the Play button (see Figure 7).

Figure 7: When playing back the sound clip, look at the meter directly to the right of the Record button.

At the bottom of the screen, there are additional details on the recorded track, the project audio rate (more on that shortly), as well as positional information.

Now that you have a sound clip to work with, this is a good time to save your work, and a good time for François to refill everyone’s glass. While he does so, let me tell you about just what you are saving. At this stage, you do not have a finished product, but a work in progress. Audacity calls these projects. To save your project, click File on the menu bar and select Save Project As. A file navigation dialog appears where you can select the folder that will house your project. Give your project a name (I’ll call mine justplaying), and then click Save.

When you save a project, everything having to do with your project is saved, as it is at that moment. The only thing to remember is that Audacity project files (with an .aup extension) cannot be opened by other packages. The AUP file is accompanied by another folder of the same name, but with a “_data” extension. Now that your project is safe and sound, let’s do some edits that file.

Basic audio editing consists of identifying a section of track, selecting that section, and performing some action on that section. Notice the first second or so of my recorded sample in the close-up in Figure 8. Yes, it’s the dreaded dead air, the mini-uhm we tend to have sneak in at the beginning of these things. I got lucky with that small pause but it can often be a lot worse. Click the beginning of the sample at the zero mark and drag the mouse pointer to select that pause.

Figure 8: The first second of dead air in my recording is selected in preparation for trimming.

After you’ve selected the section of audio that contains the dead air, click the Play button to make sure that you haven’t selected a portion of your speech. If necessary, adjust the selected area by positioning your mouse cursor over the beginning or end of the selected area and dragging to the left or right. The cursor changes to a hand with a pointing finger. If you are satisfied with your selection, click Edit on the menu bar and select Cut (you can also just press the Delete key). Now, click the Play button again to listen to your file without that little bit of dead air. If you made a mistake, you can undo the changes by pressing Ctrl+Z.

With Audacity, you can let your creativity run wild with tons of included effects. Let’s say, for example, that you want to fade out the last few seconds of your recording. Select that section of the audio track, playing it first to confirm you have what you want, and then click Effect and select Fade Out.

Perhaps you need to emphasize a few words. Again, select the section of audio that you want, click Effects, and select Amplify. In the dialog that appears (see Figure 9), amplify your selection by using the slider for a decibel increase. For finer control, just type the number into the Amplification (dB) field. I should point out that despite the name, Amplify, you can enter a negative amplification to reduce the volume. Click the Preview button to sample the effect before you click OK.

Figure 9: Despite the name, Amplify, this dialog can be used to decrease the volume as well.

Sometimes, repetition is the best way to get your point across. Make your selection, click Effects on the menu bar, and select Repeat. The default is to repeat the selected audio 10 times, but you can override that in the dialog (see Figure 10). This repeat can be a lot of fun if you select a very short segment (or a single word) and set it to repeat for several beats.

Figure 10: The Repeat effect identifies the length of the segment and then asks how many times you want that segment repeated.

I highly recommend that you spend time playing with Effects and there are plenty of them. Aside from being a great way to waste some time, you’ll be impressed with the arsenal of effects at your disposal. Change your pitch (without changing tempo), change the tempo, equalize soft and loud portions of your audio, add tremolo, remove noise, and more. The latest version of Audacity also has tons of additional plugins (under the Effects menu) to keep you entertained.

Okay, I want to cover one last effect which I’ll call “Nostalgia time at Chez Marcel.” One of my favorite effects is something those of us who can still remember vinyl albums will appreciate. On the occasional album, there were sections of a recording where you could play the sound backward to reveal a secret message. Granted, some of these so-called hidden messages were imagined and playing your album backward did nothing but add wear and tear to your needle, but others were really there. Well, you can create your own hidden message by using the Reverse effect.

So, where do you go from here? You’ve created some cool sound samples, played with them, cut and trimmed them, amplified here, reverbed there, changed pitch and tempo, and otherwise created something totally new from what started out as a simple voice clip. What else is there? One option is to create your own podcasts and I mention this mostly to bring up this point. When you are finished with your masterpiece, you want to save that file in a format that your listeners can use and that might be MP3, OGG, WAV, or something else. Remember, up to this point, you are dealing with Audacity project files only. Click File on the menu bar and select Export. The export file dialog will appear (see Figure 11) from which you can select a file name, location, and type.

Figure 11 You can export (or save) your audio creation in a variety of formats, including MP3.

Mon Dieu! That clock on the wall cannot be right! Can it already be closing time? Ah, mes amis, I fear that it may indeed be correct. Perhaps we can convince François to refill everyone’s glass one final time before we must all head out into the open night. Raise your glasses, mes amis, and let us all drink to one another’s health.

A votre santé! Bon appétit!

Note: This column originally appeared in the October 2007 Linux Journal

Resources

Audacity Website

GNOME Website

KDE Website

Facebook Comments Box

Leave a Reply

Your email address will not be published. Required fields are marked *