From alsa-user-owner@alsa.jcu.cz  Sat Nov 14 17:54:09 1998
Received: from fekda.cityline.ru (IDENT:root@11.166.fx.dialup.cityline.ru [195.46.166.11])
	by marvin.jcu.cz (8.9.1a/8.9.1) with ESMTP id RAA19834
	for <alsa-user@jcu.cz>; Sat, 14 Nov 1998 17:53:25 +0100
Received: from paranoia.ru (root@localhost [127.0.0.1])
	by fekda.cityline.ru (8.8.7/8.8.7) with ESMTP id TAA01327
	for <alsa-user@jcu.cz>; Sat, 14 Nov 1998 19:53:44 +0300
Message-ID: <364DB597.379C3C64@paranoia.ru>
Date: Sat, 14 Nov 1998 19:53:43 +0300
From: Nikki Chumakov <nikki@paranoia.ru>
MIME-Version: 1.0
To: alsa-user@jcu.cz
Subject: Re: /dev/audio-support
References: <Pine.LNX.3.96.981111171011.3999A-100000@entry.jcu.cz>
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit
Reply-To: alsa-user@alsa.jcu.cz
Sender: alsa-user-owner@alsa.jcu.cz
Precedence: list

Jaroslav Kysela wrote:

> > cat /dev/audio > /tmp/test.au
> > and then
> > cat /dev/audio > /dev/audio
> >
> > playes back the recorded sample with a miserable quality. Is this "normal"
> > or did I do something wrong?
>
> Nothing wrong.. Bug in driver... Can you check bellow patch?
>
> diff -u -r1.7 gus_pcm.c
> -       snd_pcm1_record_dma,
> +       snd_pcm1_record_dma_ulaw_loud,
>         snd_pcm1_dma_move,
>         NULL
>  };

If I understand right, this patch will make the output of /dev/audio coded in
ulaw by default.
It is compartible with OSS?



