X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fau_sb.h;h=d437ff7bbb7e6abc400f3ac1938658305a833307;hp=9552bcde79773206a9ff0854dc72fa2c89e6a274;hb=1e2ddab65ead32350d8ff87a6de74168e429666b;hpb=bd35c984636a2d5dfdff7a80f8eaa4e388c6899c diff --git a/src/au_sb.h b/src/au_sb.h index 9552bcd..d437ff7 100644 --- a/src/au_sb.h +++ b/src/au_sb.h @@ -28,4 +28,15 @@ int sb_detect(void); */ int sb_reset_dsp(void); +void *sb_buffer(int *size); + +void sb_set_output_rate(int rate); + +void sb_start(int rate, int nchan); +void sb_pause(void); +void sb_continue(void); +void sb_stop(void); + +void sb_volume(int vol); + #endif /* AU_SB_H_ */