User:PeterSampson/Tutorial: Overdubbing using software methods
Ed 1Feb12: checked for spelling, grammar, consistency.
Introduction
I'm going to describe software methods of creating a multiple sound track overdubbing session; that is, you record one track then play it and add a second track against it -- drums, guitar, voice etc. -- repeat as needed.
This process can be challenging because, unlike the hardware solutions, special software drivers and packages must be prepared and they're different for Linux, Mac, and Windows. They can be different for each computer, and they're never perfect.
It's certainly possible to do a credible overdubbing job without specialty hardware but it can take very serious programming effort and some knowledge of how your computer works. If compiling binary libraries is too challenging for you and the hardware devices are inappropriate, you might consider buying a commercial sound mixing program.
Professionals
It's very difficult to control the sound pathways in a sound card, particularly since most sound card makers don't try. Most people are pleased with straight recording and playback on their computer and a vast majority don't care about recording at all -- play MP3s, iTunes® and YouTube® and they're happy.
Almost all Digital Audio Workstations DAWs) have purpose-built hardware. Even ProTools® (until recently) only came with a hardware breakout system that they could control instead of a sound card.
There is a way to force consumer grade sound cards to work by carefully minimizing sound errors and latency/delays. High end audio programs like Adobe Audition® and the newer Avid ProTools use special software drivers to make the computer take the shortest possible pathway with the least latency for each task. It's never perfect, but it's usually "good enough for jazz".
Audacity
Several posters on the Audacity Help Forum noticed that, when they stopped using an expensive audio program and started using Audacity, the sound -- even on the same computer -- was very different and sometimes so badly off rhythm, echoing or damaged that they couldn't do music production any more.
ASIO® software is one way to minimize latency, echoes and delays. Audacity cannot be delivered with ASIO latency support because Audacity is freely licensed and ASIO is not. You can make a new Audacity with ASIO support built-in, but it requires you to compile Audacity from the source code including ASIO libraries. Every time a new Audacity version comes out, you'll need to do it again.
See this external page for instructions on how to compile Audacity on Windows. Be warned it is not the faint of heart!
You are warned that if you do manage to make it through compiling the program, your new Audacity is a personal copy for your own use only and may not be distributed, made available to anybody else nor posted anywhere public, ever.
Links
|< Tutorial User:PeterSampson/Tutorial Recording Multi-track Overdubs