Hello, On 6/6/07, Brian Gitonga Marete <[EMAIL PROTECTED]> wrote: > Is audio known to work on Linux? If not, which parts of the media > libraries need to be worked on? I haven't tested on Linux lately, but > the last time I tested (Revision 9183), neither the microphone or > speaker seemed to be working. Yes, works rather good under Linux. But it use OSS and is curently bound to /dev/dsp. So, you should check if OSS drivers are loaded and mic/speaker are not muted in them. Afaik, most modern Linux distributions use ALSA as base audio drivers, so you should look for snd-pcm-oss and snd-mixer-oss kernel modules loaded - they provide OSS compatibility level for OSS over ALSA.
We're working on improving audio I/O right now, allowing us to have several input and output devices, and choose between them at runtime. Now we have working new-style OSS driver for Linux. But Windows driver is not ported yet, so this functionality is disabled in default build now. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
