| Render directly to .wav, see if not using SOX makes a difference.
Regards,
Mike
-----Original Message-----
From: S L Raymond
Sent: Nov 15, 2005 12:19 AM
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] Noise in Test.wav
Once again, I'm running CSound version 4.23 in Ubuntu Linux (Badger) on
a HP Pavilion ze4900 (integrated audio -- can't locate any exact model
name, but it's an intel board), rendering straight to disk using the
following bash script:
#!/bin/bash
echo "Enter orchestra filename."
read ORC
echo "Enter score filename."
read SCO
csound $ORC $SCO
echo "Converting to .wav..."
sox -t .sf test test.wav
echo "Press to play test.wav through default sound device..."
read FOO
play test.wav
This method gave me no problems when I used to use it in Mandrake 9.2 on
an old AMD K-6 box. I can't see why a newer machine would cause
trouble.
This is driving me nuts!
On Mon, 2005-11-14 at 07:45 +0000, jpff@codemist.co.uk wrote:
> I tried your example on my laptop on both csound4 and csound5 and
> experienced no problems. So now we need to know more about your
> laptop!
> My experiments were on a ThinkPadX40, Linux, rendering to dac.
> ==John ffitch
--
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk
|