代码搜索:Sound
找到约 10,000 项符合「Sound」的源代码
代码结果 10,000
www.eeworm.com/read/106823/15620678
prj sound_recorder.prj
www.eeworm.com/read/106823/15620681
bak sound_system.bak
/*
Erase all pages if desired.
Write data to buffer 1. If buffer is full, write buffer to page.
Read DataFlash alternating through buffer1 and buffer2 into the data register.
*/
#include "io853
www.eeworm.com/read/106823/15620684
dtp sound_recorder.dtp
www.eeworm.com/read/105925/15654335
png rh-sound.png
www.eeworm.com/read/105854/15657844
wav sound25.wav
www.eeworm.com/read/105854/15657901
wav sound108.wav
www.eeworm.com/read/105179/15675843
h sound_calls.h
/*
* DMA buffer calls
*/
int DMAbuf_open(int dev, int mode);
int DMAbuf_release(int dev, int mode);
int DMAbuf_read (int dev, snd_rw_buf *user_buf, int count);
int DMAbuf_getwrbuffer(int dev, char
www.eeworm.com/read/105179/15675864
h sound_config.h
/* sound_config.h
*
* A driver for Soundcards, misc configuration parameters.
*
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
*
www.eeworm.com/read/105179/15675878
c sound_switch.c
/*
* sound/sound_switch.c
*
* The system call switch
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modification, are permit
www.eeworm.com/read/104626/15687287