Re: [Alsa-devel] Separating left/right channels (voices)

2002-04-07 Thread Paul Davis
I am working on a problem where I want to extract the left and right channels from a sound file. sox can do this from the command line. I am running into a problem where I can not tell if the samples are from the left only, or the right only channels. I have a

Re: [Alsa-devel] How to send data trough rawmidi ?

2002-04-07 Thread Charles Flèche
The first argument is input handle, the second is output handle. And the third is the device. 0 is eq to NULL, and I don't think you have a device with that name. OK ! So, where could I find the device number ? It is the char-major / char-minor of unix dev ? And you migth want to have a

Re: [Alsa-devel] How to send data trough rawmidi ?

2002-04-07 Thread Tim Goetze
Charles Flèche wrote: Thanx a lot for your help ! I'm working on this project for my university, and if this soft don't work, I'm going to do another year... HHAARRRGGG ! although this is probably not the preferred way (by the ALSA team) of using the interfaces, you can access MIDI

Re: [Alsa-devel] Number of subdevices on midi.

2002-04-07 Thread Jaroslav Kysela
On Thu, 4 Apr 2002, Peter Enderborg wrote: Jaroslav Kysela wrote: On Wed, 3 Apr 2002, Peter Enderborg wrote: I have tryed to get some answer from Jaroslav about subdevices on midi. Im trying to write a driver for midisport 8x8/s and that have 9 midi ports. On my hack to figure

[Alsa-devel] alsa projects?

2002-04-07 Thread Alex Smith
Is there a list/page of open projects? I'm interested in helping out, but haven't found a page that suggests projects that need to be done. Is there such a resource? If not, can anyone recommend something(s)? Cheers Alex ___ Alsa-devel mailing list

Re: [Alsa-devel] alsa projects?

2002-04-07 Thread Eric Dantan Rzewnicki
Alex Smith wrote: Is there a list/page of open projects? I'm interested in helping out, but haven't found a page that suggests projects that need to be done. Is there such a resource? If not, can anyone recommend something(s)? Cheers Alex

Re: [Alsa-devel] alsa projects?

2002-04-07 Thread Paul Davis
Documentation! Documentation! --p ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] Selectable async notification signal?

2002-04-07 Thread Stuffed Crust
How painful would it be to add an API call to set the async notification signal to be something other than SIGIO? I'm getting select()s blocking indefinately because of this. While changing a #define works for my local alsa-lib tree, it doesn't help anyone who needs to use my code. - Pizza --