Home > Archive > PERL Miscellaneous > October 2004 > Audio DSP Perl Module
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Audio DSP Perl Module
|
|
| Hemalatha N 2004-10-18, 4:00 am |
| Hello Everyone!
I am using Audio::DSP, a PERL module for reading the sound card
directly in Linux. But, when I try to install it on a machine with an
inbuilt sound card, it doesn't saying "unable to set format".
Actually, the inbuilt sound cards have the capacity to record only in
a particular sampling frequency.
Can we do something to use Audio DSP to read the sound card in this
case also?
Regards,
Hemalatha
| |
| Ben Morrow 2004-10-19, 3:57 pm |
|
Quoth hemalatha@lantana.tenet.res.in (Hemalatha N):
>
> I am using Audio::DSP, a PERL
Perl
> module for reading the sound card
> directly in Linux. But, when I try to install it on a machine with an
> inbuilt sound card, it doesn't saying "unable to set format".
> Actually, the inbuilt sound cards have the capacity to record only in
> a particular sampling frequency.
Then find out what that is and tell Audio::DSP to use it. Or install a
real soundcard and use that instead. Or install ALSA and fork out to
arecord :).
Ben
--
If I were a butterfly I'd live for a day, / I would be free, just blowing away.
This cruel country has driven me down / Teased me and lied, teased me and lied.
I've only stories to tell to this town: / My dreams have withered and died.
ben@morrow.me.uk (Kate Rusby)
|
|
|
|
|