Peter L Jones wrote:
> On Wednesday 16 Oct 2002 12:19, Clemens Ladisch wrote:
> > It turns out there isn't any real advantage over a rawmidi driver, so I
> > think I'll change the driver to use rawmidi in the next few days.
>
> Will this affect the code used when I'm playing (with) my USB MIDI key
At Wed, 16 Oct 2002 14:40:55 -0500,
[EMAIL PROTECTED] wrote:
>
> atrophy:~# aplay -Dhw:1,0 foo.wav
> Playing raw data 'foo.wav' : Unsigned 8 bit, Rate 8000 Hz, Mono
> aplay: set_params:785: Sample format non available
> atrophy:~# aplay -c1 sexy.wav
> Playing raw data 'foo.wav' : Unsigned 8 bit
On Thu, Oct 17, 2002 at 10:26:48AM +0200, Takashi Iwai wrote:
> ah, since 8000Hz 8 bit is not supported on this device.
> please use plughw instead of hw, that is,
>
> % aplay -Dplughw:1,0 foo.wav
atrophy:~# aplay -Dplughw:1,0 foo.wav
Playing raw data 'foo.wav' : Unsigned 8 bit, Rate 8000 H
At Thu, 17 Oct 2002 08:42:35 -0500,
[EMAIL PROTECTED] wrote:
>
> On Thu, Oct 17, 2002 at 10:26:48AM +0200, Takashi Iwai wrote:
> > ah, since 8000Hz 8 bit is not supported on this device.
> > please use plughw instead of hw, that is,
> >
> > % aplay -Dplughw:1,0 foo.wav
>
> atrophy:~# aplay -
In a bit of good news, although playing back streams dont really want
to work, if I use the line in on the card and shove in the output from
my onboard sound card, I actually get sound of the card now while it
is connected via usb to the laptop. Earlier, the only way to get sound
of the card while
On Thu, Oct 17, 2002 at 04:30:17PM +0200, Takashi Iwai wrote:
> this is shown exactly in /proc/asound/card*/stream*.
Neat.
> iirc, the 48000Hz 16bit 2ch is the only supported format on extigy.
> (there should be more, but they are likely not parsed correctly - see
> below.)
How very interesting
[EMAIL PROTECTED] wrote:
Given the output above, I'm probably doing something rather silly
again with regards to some kind of random compatibility issue. I am
still running the mixer with the debug hack you put in.
I was having some problems with my usb card which seemed related to the
uhci c
[EMAIL PROTECTED] wrote:
(I have a feeling that the pcm in/out works just fine and I'm not
using the alsa software properly . . )
There is a quick toot for aplay/arecord
http://www.djcj.org/LAU/quicktoots/
--
Patrick Shirkey - Boost Hardware Ltd.
For the discerning hardware connoisseur
Http:
At Thu, 17 Oct 2002 10:20:42 -0500,
[EMAIL PROTECTED] wrote:
>
> > - whether the files mathing with native format are ok.
>
> Yup, seems to work fine. To continue the testing from before with this
> newfound pcm stream, the only newfound knowledge is that the "pcm"
> control seems to work.
a goo
At Thu, 17 Oct 2002 09:44:40 -0500,
[EMAIL PROTECTED] wrote:
>
> In a bit of good news, although playing back streams dont really want
> to work, if I use the line in on the card and shove in the output from
> my onboard sound card, I actually get sound of the card now while it
> is connected via
hallo jaroslav,
please aply the attached patch.
it enables the -b option.
thanks, karsten
__
Gesendet von Yahoo! Mail - http://mail.yahoo.de
Möchten Sie mit einem Gruß antworten? http://grusskarten.yahoo.de
alsalibtestpcm_patc
At Thu, 17 Oct 2002 19:38:51 +0200 (CEST),
karsten wiese wrote:
>
> please aply the attached patch.
> it enables the -b option.
i committed it. thanks.
Takashi
---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for ev
Abramo Bagnara <[EMAIL PROTECTED]> writes:
> The correct plugin has already been written and available inside
> alsa-lib.
>
> The name is pcm_meter, it's lockless and perfectly integrated with ALSA
> PCM chains.
>
> A sample implementation for curses level meter is already available and
> worki
Jack O'Quin wrote:
Abramo Bagnara <[EMAIL PROTECTED]> writes:
The correct plugin has already been written and available inside
alsa-lib.
The name is pcm_meter, it's lockless and perfectly integrated with ALSA
PCM chains.
A sample implementation for curses level meter is already available and
I have been fooling around with the bass issues w/ the cs46xx CVS on
turtle beach for a while now, with not much luck. I was wondering if
anybody who uses this card with the CVS who has had success could post
their config files. Here is my config--probably a lot of uneeded stuff,
but I have be
Jack O'Quin wrote:
>
> Abramo Bagnara <[EMAIL PROTECTED]> writes:
>
> > The correct plugin has already been written and available inside
> > alsa-lib.
> >
> > The name is pcm_meter, it's lockless and perfectly integrated with ALSA
> > PCM chains.
> >
> > A sample implementation for curses level m
Paul Davis wrote:
>
>[ ... ]
>
> >The rest is obvious, of course ;-)))
>
> i deeply and sincerely this was funny. but it isn't.
What do you mean with that?
Documentation has not been written for lack of funding and lack of
volunteers.
This is self-evident and if you're insinuating I'm the
Paul Davis wrote:
>
> >Paul Davis wrote:
> >>
> >>[ ... ]
> >>
> >> >The rest is obvious, of course ;-)))
> >>
> >> i deeply and sincerely this was funny. but it isn't.
> >
> >What do you mean with that?
> >
> >Documentation has not been written for lack of funding and lack of
> >volunteers.
>
Abramo Bagnara wrote:
Paul Davis wrote:
Paul Davis wrote:
[ ... ]
The rest is obvious, of course ;-)))
i deeply and sincerely this was funny. but it isn't.
What do you mean with that?
Documentation has not been written for lack of funding and lack of
volunteers.
This is self-evident
Hi all,
In the funtion - snd_pcm_hw_ptr_interrupt , there are the
following lines --
delta = hw_ptr_interrupt - new_hw_ptr;
if(delta > 0) {
if( delta < runtime->buffer_size / 2) {
snd_printd("Unexpected hw_pointer value wrong interrupt
acknowledge?\n"...);
return
20 matches
Mail list logo