File: sb.h

package info (click to toggle)
festalon 0.2.4-1
  • links: PTS
  • area: contrib
  • in suites: etch, etch-m68k, sarge
  • size: 448 kB
  • ctags: 986
  • sloc: ansic: 6,391; makefile: 68
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
int InitSound(int *Rate);
void KillSound(void);

void WriteSound(int32 *Buffer, int Count);
void SilenceSound(int s);