implemented volume control, and restructured slightly
[dos_auplay] / src / au_sb.h
diff --git a/src/au_sb.h b/src/au_sb.h
deleted file mode 100644 (file)
index 4766b44..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef AU_SB_H_\r
-#define AU_SB_H_\r
-\r
-/* returns true (nonzero) if a sound blaster DSP is detected in the ISA bus\r
- * and sets the internal base_port so that subsequent calls can find it\r
- */\r
-int sb_detect(void);\r
-\r
-/* returns 0 for success, non-zero if the DSP isn't responding at the currently\r
- * selected base port\r
- */\r
-int sb_reset_dsp(void);\r
-\r
-void *sb_buffer(int *size);\r
-\r
-void sb_set_output_rate(int rate);\r
-\r
-void sb_start(int rate, int bits, int nchan);\r
-void sb_pause(void);\r
-void sb_continue(void);\r
-void sb_stop(void);\r
-int sb_isplaying(void);\r
-\r
-void sb_volume(int vol);\r
-\r
-#endif /* AU_SB_H_ */\r