
| Audio Interfaces
If you are just playing around with this idea, you can get by with the built-in headphone output of a computer. You will need to get some audio adaptors (radio shack will do) to convert your instrument cable. The ASIO 4 All driver is an absolute necessity to do this. The built in sound handling of Windows is very slow and you will have up to a 1 second delay from when you hit a note to when you hear it. FYI: The "asio drivers" included with Cubase and Nuendo will not help the situation much because they don't actually interface your hardware. ASIO Drivers and Latency
So why is it such a big deal, why dont ASIO drivers just come at their fastest setting? Because the smaller the latency, the more it uses your processor. If your computer is thinking too hard there will be clicks, pops, or gaps in the output when it loses the pace. For this reason it is important not to have a bunch of programs running and have as fast a computer as you can afford. Don't freak out, slower computers can do a lot, and a high quality audio interface helps. So you are faced with this game: reduce the buffer size of your ASIO driver until your output clicks, then raise it back one setting. You may need to raise it again after you start using more plugins since they are sharing the processor with the driver. If you are playing guitar 128 samples is probably the highest you will want to go (about 6ms). For keyboards I can deal with 256 because the sound is only going out, not coming in so the latency is cut in half. What is a buffer? As the computer brings in the audio it is sliced into thousands of samples (Usually 44,100 samples per second). It needs to get the sound back out as fast as possible so it scrapes off a tiny part at a time, processes it, and spits it out. That tiny part is a buffer. The smaller the buffer size, the less time that passes between the input and output. Think about it this way: If the computer collected one whole second worth of samples it would have wait one whole second to do it. This process happens with ANY modern digital gear - there is usually a buffer size of 16 samples in hardware units like the Line 6 DL4 or Lexicon Jam Man. |