http://www.perlmonks.org?node_id=1014667


in reply to Re^2: How to record audio file?
in thread How to record audio file?

ress, i didn't use Win32::SoundRec yet.

But from the manual:

record([$bitspersample, $samplespersec, $channels])
...The three parameters are optional. $bitspersample defaults to 8, $samplespersec defaults to 11025, $channels defaults to 1.

Even cheaper cards have up to 24Bit/96kHz. Did you try?

And perhaps using a preamp/mixer?

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

Replies are listed 'Best First'.
Re^4: How to record audio file?
by Lotus1 (Vicar) on Jan 22, 2013 at 16:21 UTC

    We're getting off topic here but I'm curious why you think the recording resolution will affect the recording level? A high resolution or high frequency sample of a small signal is still a small signal.

      Lotus1:

      ...but I'm curious why you think the recording resolution will affect the recording level.

      I didn't say this. But i'm shure that increasing sample rate/sample depth will decrease signal-to-noise ratio noise. The input level is another thing.

      Very best regards, Karl

      «The Crux of the Biscuit is the Apostrophe»