>Hi, I'm looking to help the ALSA project. I have six years' experience
>developing audio device drivers for DOS, OS/2, and Windows, so I want to
>create a new audio driver for ALSA. Is there any particular piece of
>hardware that needs to be supported that no one is working on?
USB.
Search
Hi, I'm looking to help the ALSA project. I have six years' experience
developing audio device drivers for DOS, OS/2, and Windows, so I want to
create a new audio driver for ALSA. Is there any particular piece of
hardware that needs to be supported that no one is working on?
--
Timur Tabi
[
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The best place to start looking for sound apps is http://sound.condorow.net/
On Friday 12 April 2002 03:42 am, you wrote:
> nice that someone cares about the website. yesterday i wanted to point a
> friend of mine to 'arduor' but i had to search for
On Fri, Apr 12, 2002 at 08:39:18PM +0200, Kasparek Tomas wrote:
> I have in mind, that the name will change, I'm just waiting for enough
> opinions to do this work just once.
I haven't looked at any of the code yet, so... (too busy reading piles and
piles and piles and piles of email.)
On Fri, 12 Apr 2002, Hicks, Jamey wrote:
> > -Original Message-
> > From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED]]
> > Subject: Re: UDA1341TS (iPAQ H3X00) sound driver for ALSA
> >
> > On Wed, Apr 10, 2002 at 09:55:43AM -0400, Hicks, Jamey wrote:
> > > > -Original Message--
> -Original Message-
> From: Russell King - ARM Linux [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 12, 2002 1:36 PM
> To: Hicks, Jamey
> Cc: Nicolas Pitre; Kasparek Tomas; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: Re: UDA1341TS (iPAQ H3X00) sound driver for ALSA
>
>
> On Wed,
On Wed, Apr 10, 2002 at 09:55:43AM -0400, Hicks, Jamey wrote:
> > -Original Message-
> > From: Nicolas Pitre [mailto:[EMAIL PROTECTED]]
> >
> > No. Please pick a relevant name. H3600 is not the only
> > device with an UDA1341 out there.
>
> The alsa driver mentioned is iPAQ specific.
At Fri, 12 Apr 2002 14:32:52 +0100,
Richard Bown wrote:
>
> Takashi Iwai wrote:
>
> [turning on timestamps]
>
> > err = snd_seq_port_subscribe(handle, subs);
> > ...
> >
> > if you are using snd_seq_connect_to/from, then you need to replace
> > it like above.
>
> Excellent, yeah thank
> -Original Message-
> From: Richard Bown [mailto:[EMAIL PROTECTED]]
> Sent: Freitag, 12. April 2002 15:33
> To: [EMAIL PROTECTED]
> Subject: Re: [Alsa-devel] timestamps on recorded events
>
> BTW is this list the best place for these app developer
> questions?
For general linux audio
Takashi Iwai wrote:
[turning on timestamps]
> err = snd_seq_port_subscribe(handle, subs);
> ...
>
> if you are using snd_seq_connect_to/from, then you need to replace
> it like above.
Excellent, yeah thanks that does the trick. With the minor typo correction that
the last line is
nice that someone cares about the website. yesterday i wanted to point a
friend of mine to 'arduor' but i had to search for it again. im not sure
if its native alsa, but maybe you can put a link to it in a kind of
misc-apps-section. would be nice, since it could be used with alsa-drivers
trough ja
On Fri, 12 Apr 2002, Patrick Shirkey wrote:
> Forgot the crucial part :)
> http://www.alsa-project.org/index-new.html
And...
http://www.alsa-project.org/index-new.php3
... is even better. ;)
--
http://www.eca.cx
Audio software for Linux!
___
Al
On Fri, Apr 12, 2002 at 12:24:56PM +0100, James Courtier-Dutton wrote:
> >http://www.alsa-project.org/index-new.html
http://www.alsa-project.org/index-new.php3
Cheers Patrick :)
___
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge
Patrick Shirkey wrote:
>Forgot the crucial part :)
>
>http://www.alsa-project.org/index-new.html
>
>--
>Patrick Shirkey - Boost Hardware Ltd
>For the discerning hardware connoisseur
>Http://www.boosthardware.com
>Http://www.boosthardware.com/LAU/Linux_Audio_Users_Guide/
>
It would be even nicer i
On Fri, 12 Apr 2002, Jaroslav Kysela wrote:
> On Fri, 12 Apr 2002, Kasparek Tomas wrote:
>
> > > well, then it's a bug of alsa-lib.
> > > could you explain the symptom more precisely?
> >
> > I have solved this yet. Original behavior (using "pcm.default") was:
> >
> > - using rate supported by ca
Forgot the crucial part :)
http://www.alsa-project.org/index-new.html
--
Patrick Shirkey - Boost Hardware Ltd
For the discerning hardware connoisseur
Http://www.boosthardware.com
Http://www.boosthardware.com/LAU/Linux_Audio_Users_Guide/
--- Patrick Shirkey <[EMAIL PROTECTED]> wrote:
>I just sp
At 12 Apr 2002 11:52:25 +0100,
Bob Ham wrote:
>
> On Thu, 2002-04-11 at 11:31, Takashi Iwai wrote:
>
> > // enable time-stamp-update mode
> > snd_seq_port_subscribe_set_time_update(subs, 1);
> > // if you want to get real-time (not tick), call the
> > // following, too
> > //
On Thu, 2002-04-11 at 11:31, Takashi Iwai wrote:
> // enable time-stamp-update mode
> snd_seq_port_subscribe_set_time_update(subs, 1);
> // if you want to get real-time (not tick), call the
> // following, too
> // snd_seq_port_subscribe_set_time_real(subs, 1);
Does
I just spent most of today making some improvements to the new index page, adding new
links and generally tidying up.
I added links to the ALSA WIKI, Dr. Nagornis' 0.9.0 howto, Paul Davis's API guide and
the .asoundrc txt file.
I also completed the new index page so that it updates when news i
On April 12, 2002 01:23 am, you wrote:
> HI!
>
> Im trying to figure out the rawmidi API for a project. Unfortunatly I cant
> hear anything when playing a midi with my code or with the alsa-lib rawmidi
> demo. I have a soundfont loaded, and I can hear the midis if I play them
> with pmidi, But raw
HI!
Im trying to figure out the rawmidi API for a project. Unfortunatly I cant
hear anything when playing a midi with my code or with the alsa-lib rawmidi
demo. I have a soundfont loaded, and I can hear the midis if I play them with
pmidi, But rawmidi just doesn't want to work.
System:
SBLive
21 matches
Mail list logo