All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
To: yoshi watanabe <yoshi314@gmail.com>
Cc: linux-dvb@linuxtv.org
Subject: Re: [linux-dvb] hvr-1300 analog audio question
Date: Mon, 30 Jun 2008 10:24:20 +0100	[thread overview]
Message-ID: <4868A644.5030806@onelan.co.uk> (raw)
In-Reply-To: <51029ae90806300203p2d5fbf6bo7a28391b59553599@mail.gmail.com>

yoshi watanabe wrote:
> hello.
> 
> i'm using hauppauge hvr-1300 to receive video signal from playstation2
> console, pal model. video is just fine, but i'm having strange audio
> issues, but judging by some searching i did - that's pretty common
> with this card , although people have varied experience with the card.
> 

I've had similar issues with SAA7134 based cards, which were resolved by 
  changing audio parameters.

If your problem is the same as mine was, try:
arecord --format=S16 \
         --rate=32000 \
         --period-size=8192 \
         --buffer-size=524288 | aplay

This forces 32kHz sampling, and gives the card lots of buffer space to 
play with.
-- 
Simon Farnsworth


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

  reply	other threads:[~2008-06-30  9:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-30  9:03 [linux-dvb] hvr-1300 analog audio question yoshi watanabe
2008-06-30  9:24 ` Simon Farnsworth [this message]
     [not found]   ` <51029ae90806300304s106305u36be341e80b69b2a@mail.gmail.com>
2008-06-30 10:11     ` Simon Farnsworth
2008-06-30 12:36       ` yoshi watanabe
2008-06-30 15:04         ` marcin kowalski
2008-06-30 23:57   ` hermann pitton
2008-07-01  5:20     ` marcin kowalski
2008-07-05  9:18       ` yoshi watanabe
2008-07-05 11:03         ` marcin kowalski
2008-07-05 22:56           ` hermann pitton
2008-07-06 12:08             ` marcin kowalski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4868A644.5030806@onelan.co.uk \
    --to=simon.farnsworth@onelan.co.uk \
    --cc=linux-dvb@linuxtv.org \
    --cc=yoshi314@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.