* Recording from lin problem
@ 'Georgina'
` Gregory Nowak
` Kerry Hoath
0 siblings, 2 replies; 5+ messages in thread
From: 'Georgina' @ UTC (permalink / raw)
To: speakup
Hi All
I wondered if anyone could shed some light what's wrong here. I'm
trying to record from a stereo source coming in via the line in of a
Sound Blaster Live Value.
Firstly I tried with the latest of alsa release candidate one. I tried
many things but for example, if I entered the following:
arecord -f cd test.wav
The file would claim to be stereo but be only in one channel.
I removed alsa and selected the SB Live in the kernel config and built a
new kernel. So after playing around with aumix, I got my line in source
playing and gave it the R record status. I found that I could not put
the -c 2 and -r 44100 together. The version of sox requires that
effects are stated after the filename. So successful commands are:
rec -c 2 -f s -s w test.wav
rec -f s -s w test.wav -r 44100
rec -c 2 -f s -s w test.wav -r 22050
In other words I can record in cd quality only in mono. Or stereo
recordings will only work at a rate of 22050 and not at the cd quality
that I wish to use.
The fact that the alsa and the sox route aren't working suggests that it
is a hardware problem but it seems odd. I'm confident that I have
enough resources to make stereo recordings. As it is a Athlon 1.4
processor 256 RAM and I've plenty of free disk space somewhere 10 Gb.
BTW: How do you establish exactly how much disk space is free?
We know also that the sox version is dodgy too as the rec script is
currupt, so this could be the problem as I've borrowed the rec script
from the previous version. I'm using:
sox: Version 12.17.3
All I want to do is to make a stereo cd quality recording. Any
suggestions of what the cause of my problems are please?
Thanks.
Gena
Have your say:
Blindness Advocacy and Self Help Online www.bashonline.org
Please don't send me MS Word documents, see
http://www.fsf.org/philosophy/no-word-attachments.html
Personal Contact Details:
E-mail: gena@gena-j.net WWW: http://www.gena-j.net ICQ: 144169465
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recording from lin problem
Recording from lin problem 'Georgina'
@ ` Gregory Nowak
` Kerry Hoath
1 sibling, 0 replies; 5+ messages in thread
From: Gregory Nowak @ UTC (permalink / raw)
To: speakup
To see how much free disk space you have, use the "df" command.
Greg
On Thu, May 23, 2002 at 07:07:24PM +0100, 'Georgina' wrote:
> Hi All
>
> I wondered if anyone could shed some light what's wrong here. I'm
> trying to record from a stereo source coming in via the line in of a
> Sound Blaster Live Value.
>
> Firstly I tried with the latest of alsa release candidate one. I tried
> many things but for example, if I entered the following:
>
> arecord -f cd test.wav
>
> The file would claim to be stereo but be only in one channel.
>
> I removed alsa and selected the SB Live in the kernel config and built a
> new kernel. So after playing around with aumix, I got my line in source
> playing and gave it the R record status. I found that I could not put
> the -c 2 and -r 44100 together. The version of sox requires that
> effects are stated after the filename. So successful commands are:
>
> rec -c 2 -f s -s w test.wav
>
> rec -f s -s w test.wav -r 44100
>
> rec -c 2 -f s -s w test.wav -r 22050
>
> In other words I can record in cd quality only in mono. Or stereo
> recordings will only work at a rate of 22050 and not at the cd quality
> that I wish to use.
>
> The fact that the alsa and the sox route aren't working suggests that it
> is a hardware problem but it seems odd. I'm confident that I have
> enough resources to make stereo recordings. As it is a Athlon 1.4
> processor 256 RAM and I've plenty of free disk space somewhere 10 Gb.
> BTW: How do you establish exactly how much disk space is free?
>
> We know also that the sox version is dodgy too as the rec script is
> currupt, so this could be the problem as I've borrowed the rec script
> from the previous version. I'm using:
>
> sox: Version 12.17.3
>
> All I want to do is to make a stereo cd quality recording. Any
> suggestions of what the cause of my problems are please?
>
> Thanks.
>
>
>
> Gena
>
> Have your say:
> Blindness Advocacy and Self Help Online www.bashonline.org
>
> Please don't send me MS Word documents, see
> http://www.fsf.org/philosophy/no-word-attachments.html
>
> Personal Contact Details:
> E-mail: gena@gena-j.net WWW: http://www.gena-j.net ICQ: 144169465
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Recording from lin problem
Recording from lin problem 'Georgina'
` Gregory Nowak
@ ` Kerry Hoath
` 'Georgina'
1 sibling, 1 reply; 5+ messages in thread
From: Kerry Hoath @ UTC (permalink / raw)
To: speakup
If you are sampling a cd; just rip it with cdparanoia.
This way you don't have to convert from digital to analog to digital and
loose quality.
If using alsa, you should be using arecord and aplay not
the sox play and record scripts.
Too many people swear by the sox scripts and the default behaviour
of sox is to use the oss emualtion of the alsa drivers
to record which yields far from optimal results.
Regards, Kerry.
--
Kerry Hoath: kerry@gotss.net kerry@gotss.eu.org or kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Recording from lin problem
` Kerry Hoath
@ ` 'Georgina'
` Thomas Stivers
0 siblings, 1 reply; 5+ messages in thread
From: 'Georgina' @ UTC (permalink / raw)
To: speakup
Hi
Thanks for your response. I'm sorry if I didn't make it clear that
'arecord -f cd test.wav' produces a file that claims to be stereo but as
one channel is silent its difficult to tell.
No I wish to record from the Line in jack of my sound card, it doesn't
matter what the source is, I should be able to use either program to
record this source. But sox and arecord will not record with the
parameters I wish to use.
Gena
Blindness Advocacy and Self Help Online www.bashonline.org
>If you are sampling a cd; just rip it with cdparanoia.
>This way you don't have to convert from digital to analog to digital and
>loose quality.
>If using alsa, you should be using arecord and aplay not
>the sox play and record scripts.
>Too many people swear by the sox scripts and the default behaviour
>of sox is to use the oss emualtion of the alsa drivers
>to record which yields far from optimal results.
>
>Regards, Kerry.
>
>--
>Kerry Hoath: kerry@gotss.net kerry@gotss.eu.org or kerry@gotss.spice.net.au
>ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au
>
>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Recording from lin problem
` 'Georgina'
@ ` Thomas Stivers
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Stivers @ UTC (permalink / raw)
To: speakup
I have had the same problem you describe. I have tried the same thing
with the long options as well and no luck. I even tried rec and still
only got audio on one channel. I can hear both chanels when I unmute
line in. If you find a solution please let me know.
On Fri, May 24, 2002
at 06:52:49PM +0100, 'Georgina' wrote:
> Hi
>
> Thanks for your response. I'm sorry if I didn't make it clear that
> 'arecord -f cd test.wav' produces a file that claims to be stereo but as
> one channel is silent its difficult to tell.
>
> No I wish to record from the Line in jack of my sound card, it doesn't
> matter what the source is, I should be able to use either program to
> record this source. But sox and arecord will not record with the
> parameters I wish to use.
>
> Gena
>
>
>
> Blindness Advocacy and Self Help Online www.bashonline.org
>
> >If you are sampling a cd; just rip it with cdparanoia.
> >This way you don't have to convert from digital to analog to digital and
> >loose quality.
> >If using alsa, you should be using arecord and aplay not
> >the sox play and record scripts.
> >Too many people swear by the sox scripts and the default behaviour
> >of sox is to use the oss emualtion of the alsa drivers
> >to record which yields far from optimal results.
> >
> >Regards, Kerry.
> >
> >--
> >Kerry Hoath: kerry@gotss.net kerry@gotss.eu.org or kerry@gotss.spice.net.au
> >ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au
> >
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
--
Thomas Stivers
stivers_t@mail.utexas.edu
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Recording from lin problem 'Georgina'
` Gregory Nowak
` Kerry Hoath
` 'Georgina'
` Thomas Stivers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).