代码搜索:OSS
找到约 1,722 项符合「OSS」的源代码
代码结果 1,722
www.eeworm.com/read/439082/1813515
c oss.c
/*
* OSS handling
* Written by Joshua M. Thompson (funaho@jurai.org)
*
*
* This chip is used in the IIfx in place of VIA #2. It acts like a fancy
* VIA chip with prorammable interrupt levels.
*
www.eeworm.com/read/439082/1819122
oss readme.oss
Introduction
------------
This file is a collection of all the old Readme files distributed with
OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded
on it I think these informat
www.eeworm.com/read/430518/1922493
c oss.c
/*
* OSS handling
* Written by Joshua M. Thompson (funaho@jurai.org)
*
*
* This chip is used in the IIfx in place of VIA #2. It acts like a fancy
* VIA chip with prorammable interrupt levels.
*
www.eeworm.com/read/430518/1928042
oss readme.oss
Introduction
------------
This file is a collection of all the old Readme files distributed with
OSS/Lite by Hannu Savolainen. Since the new Linux sound driver is founded
on it I think these informat
www.eeworm.com/read/430182/1937099
c oss.c
/*
* OSS handling
* Written by Joshua M. Thompson (funaho@jurai.org)
*
*
* This chip is used in the IIfx in place of VIA #2. It acts like a fancy
* VIA chip with prorammable interrupt levels.
*
www.eeworm.com/read/427042/1981195
c oss.c
/*
mediastreamer2 library - modular sound and video processing and streaming
Copyright (C) 2006 Simon MORLAT (simon.morlat@linphone.org)
This program is free software; you can redistribute it and/or
www.eeworm.com/read/426148/1995611
c oss.c
void main()
{
int audio_fd;
//打开音频设备
if ((audio_fd = open("/dev/dsp",omode,0)) == -1) {
perror("/dev/dsp");
exit(1);
}
//设置音频格式、声道数、采样频率
int format;
format = AFMT_S16_NE;
i