1Notes on ctronome:
2   - Ctronome trusts timing on the sound card, by bulding and looping audio
3     samples with appropriate length. It *seems* to be accurate enough for
4     general practicing purposes.
5
6   - I assume that the soundcard driver blocks the program if the dsp buffer
7     is full. If it does not, please report me.
8
9   - The format of the program file is not strictly checked, however I do
10     not expect ctronome to segfault on a badly formed program.
11
12   - I do *not* thoroughly check the format of WAV files, only a portion of
13     the header (no. of channels, bits per sample, samplerate).
14
15   - There seem to be systems that do not support mono mode, or at least
16     ctronome is unable to set it up. According to a feedback which is very
17     appreciated, Intel Corp. 82801DB AC'97 Audio Controller (rev 2) with
18     kernel 2.4.26 "Intel ICH (i8xx), SiS 7012, NVidia nForce Audio or AMD
19     768/811x" driver, has this situation. If you experience something like
20     this, use the stereo wavs included.
21
22