Re: [Alsa-devel] Alsa Programming Examples

2002-06-09 Thread Patrick Shirkey
Paul Davis wrote: > > agreed. perhaps you can fix them, or produce a version of the document > with them removed so that a better link can be used. If you would like > to pay me to rearrange my time to get the code removed and/or fixed, > thats fine. Otherwise, please accept the limited offering

Re: [Alsa-devel] Alsa Programming Examples

2002-06-09 Thread Paul Davis
>There is a prominent link on >http://www.alsa-project.org/documentation.php3#0.9doc > >Howto use the ALSA API - Paul Davis has also written a brief explanation. >http://www.op.net/~pbd/alsa-audio.html#captureex Right here, on this mailing list, and in private mail to Philipp, and in mail to LAD

Re: [Alsa-devel] Alsa Programming Examples

2002-06-09 Thread Tim Goetze
tomasz motylewski wrote: >On Sun, 9 Jun 2002, Tim Goetze wrote: > >> with all respect, i think you could have tried a little harder to find >> the error. > >There is a prominent link on >http://www.alsa-project.org/documentation.php3#0.9doc > >Howto use the ALSA API - Paul Davis has also written

Re: [Alsa-devel] Alsa Programming Examples

2002-06-09 Thread tomasz motylewski
On Sun, 9 Jun 2002, Tim Goetze wrote: > with all respect, i think you could have tried a little harder to find > the error. There is a prominent link on http://www.alsa-project.org/documentation.php3#0.9doc Howto use the ALSA API - Paul Davis has also written a brief explanation. http://www.op

Re: [Alsa-devel] Alsa Programming Examples

2002-06-09 Thread Tim Goetze
Philipp Vollmer wrote: >> it seems params == 0 when you're calling snd_pcm_hw_refine. >Hello, > >Sorry but there is no codeline like snd_pcm_hw_refine in the example. >I will send you the file as an attachment. in your file: if ((playback_handle = snd_pcm_open (&playback_handle, "default",

Re: [Alsa-devel] Alsa Programming Examples

2002-06-08 Thread Philipp Vollmer
> it seems params == 0 when you're calling snd_pcm_hw_refine. Hello, Sorry but there is no codeline like snd_pcm_hw_refine in the example. I will send you the file as an attachment. Best regards Philipp Vollmer [EMAIL PROTECTED] #include #include main (int argc, cha

Re: [Alsa-devel] Alsa Programming Examples

2002-06-07 Thread Tim Goetze
Philipp Vollmer wrote: >Hello to all ALSA developers! > >I had compiled the examples of the Programming HOWTO succesfully!!! >I saw many programming mistakes in these files. I don't think ANSI C supports >polymorphism! So I had to take parts out of other running code and put it >into the exampl

[Alsa-devel] Alsa Programming Examples

2002-06-07 Thread Philipp Vollmer
Hello to all ALSA developers! I had compiled the examples of the Programming HOWTO succesfully!!! I saw many programming mistakes in these files. I don't think ANSI C supports polymorphism! So I had to take parts out of other running code and put it into the example. But now, after a few change

Re: [Alsa-devel] ALSA Programming Examples

2002-06-06 Thread Paul Davis
>My library version is 0.5.10b and the driver version is 0.5.12a. 0.5 is no longer really supported. You should be using 0.9.X. The web site says on the front page: *** N.B. The 0.5.x series is considered deprecated and is no longer supported by ALSA developers *** >The author of the HO

Re: [Alsa-devel] ALSA Programming Examples

2002-06-06 Thread Philipp Vollmer
Hello dear Mr Davis, My library version is 0.5.10b and the driver version is 0.5.12a. The author of the HOWTO is Matthias Nagorni. Best regards Philipp Vollmer ___ Don't miss the 2002 Sprint PCS Application Developer's Conference Au

Re: [Alsa-devel] ALSA Programming Examples

2002-06-06 Thread Paul Davis
>Hello to all ALSA Devolpers, > >I am actually starting to program with the ALSA library. Please tell us which version of ALSA you are using. I also suggest you use Matthias Nagorni's examples that are linked to from the website. My own are there also but they have not been completed and are inc

[Alsa-devel] ALSA Programming Examples

2002-06-06 Thread Philipp Vollmer
Hello to all ALSA Devolpers, I am actually starting to program with the ALSA library. My Problem: When I try to compile the examples of the HOWTO exactly discriped in the README of this directory. So I get a message as if there was a mistake in the code. There isn't I think. I searched for the