Hi,
i've been debugging a problem with a xiph.org library called libao.
Playing was distorted when using alsa but fine with oss.
I tracked this down to libao using snd_pcm_hw_params_set_period_size
instead of snd_pcm_hw_params_set_buffer_size. Changing to the later
fixes the problem and playba
On Wednesday, March 19, 2003, at 11:45 PM, Takashi Iwai wrote:
> At Wed, 19 Mar 2003 22:35:17 +0900,
> Jon Ellis wrote:
>>
>> i'll give it a try... my suspicion is that it wont work because it's
>> the number of... er, frames (? I'm not
On Wednesday, March 19, 2003, at 09:08 PM, Justin Cormack wrote:
On Wed, 2003-03-19 at 09:49, Jon Ellis wrote:
On Tuesday, March 18, 2003, at 10:29 PM, Takashi Iwai wrote:
i guess it reached to 32bit int limit (401*60*4*44100).
so far, aplay/arecord doesn't support more than size_t max,
On Tuesday, March 18, 2003, at 10:29 PM, Takashi Iwai wrote:
i guess it reached to 32bit int limit (401*60*4*44100).
so far, aplay/arecord doesn't support more than size_t max, which is
32bit on i386.
Yep, that was my guess too. Is this something anyone is interested in
fixing?
A couple of ideas
Thanks for the workaround.
Cheers
j.
On Tuesday, March 18, 2003, at 11:43 PM, Kai Vehmanen wrote:
On Tue, 18 Mar 2003, Kai Vehmanen wrote:
ecasound -f:16,2,44100 -i alsa -o stdout |oggenc -r -q 0 -o
recording.ogg -
Btw; ecasound can also launch oggenc by itself. To modify oggenc
params,
you
Got bored waiting for a moderator...
Begin forwarded message:
From: Jon Ellis <[EMAIL PROTECTED]>
Date: Sat Mar 15, 2003 9:32:20 PM Japan
To: [EMAIL PROTECTED]
Subject: arecord bug?
Hi,
I'm the owner of this bug in gentoo:
http://bugs.gentoo.org/show_bug.cgi?id=12724
and it&