"Jon B" <30plxf602(a)sneakemail.com>om>:
Is there a way to get timemachine to
"always" output wav files? It's
Put
alias timemachine='timemachine -f wav'
in ~/.bashrc but note that timemachine's wav output is
WAVE_FORMAT_IEEE_FLOAT (32 bit) instead of the ubiquitious
WAVE_FORMAT_PCM (16bit) you might expect.
Wolfgang