Frequently Asked Questions
Why do I have to import an audio file instead of just playing it from my hard drive or CD-ROM drive?
Since MetaMix has to play multiple streams of audio at the same time, it needs to be able to have quick access to uncompressed audio data.
Audio CDs provide uncompressed data easily to MetaMix, but not quickly enough. (Imagine your computer trying to play 6 different parts of a CD at the same time!) Hard disks provide the data quickly enough, but most of the audio files on your hard drive are probably compressed (e.g. MP3s). To decode several of these compression schemes on the fly at the same time would overwhelm most computers.
Thus, MetaMix imports your audio track into a temporary file on your hard drive in a uncompressed format (AIFF). You may have to wait patiently while it imports, but MetaMix's performance is much better and more reliable as a result.
Where does MetaMix store imported audio files?
The imported audio files are stored in a temporary directory specified by your Java Runtime Environment. On Mac OS X, this is usually /tmp. On Windows, it varies, but is usually something like C:\TEMP\ or C:\WINDOWS\TEMP\. The file names always start with the word "MetaMix" and have a "mov" or "aif" extension. They are automatically deleted when you quit MetaMix. If MetaMix crashes or if you force quit it, you should manually delete these files.
Why can't I import directly from CD on
Windows
Two layers started at different times and overlap. For instance: Assume the chunk length is 5 seconds and there are 2 simultaneous layers. MetaMix triggers chunk 0 to start, and 5 seconds later it triggers chunk 1. At this moment, chunk 0 has made it up to 0:05 and still has 5 seconds more to play, and chunk 1 is starting at 0:05 and has 10 seconds to play. So for 5 seconds, the two layers will be identical.
It is not possible to do this from within MetaMix, but there are many third-party utilities which will do the job. On Mac, try Rogue Amoeba Software's excellent Audio Hijack or Ambrosia Software's Detour. On Windows, try Tongsoft's 3D MP3 Sound Recorder.
What if I have a question that wasn't answered by this document?
E-mail your question to metamix@jasonfreeman.net.