Hi all, I thought we have solved the oss problem last time for Kevin and I deleted some code related to OSS, but we didn't notice that OSS is used to capture audio,. The APIs of OSS is in <linux/soundcard.h>,. Generally speaking OSS is used as soundcard driver, but it is GPLed. Another Linux soundcard driver is ALSA, it has LGPLed version. To capture audio, the using of APIs of soundcard driver is inevitable, so maybe we should use ALSA to replace OSS.
Best regards, Arthur
