FreeBSD Manual Pages
digi_recorder(3) Allegro manual digi_recorder(3) NAME digi_recorder - Hook notifying you when a new sample buffer becomes available. Allegro game programming library. SYNOPSIS #include <allegro.h> extern void (*digi_recorder)(); DESCRIPTION If set, this function is called by the input driver whenever a new sam- ple buffer becomes available, at which point you can use read_sound_in- put() to copy the data into a more permanent location. It runs in an interrupt context, so it must execute very quickly, the code and all memory that it touches must be locked, and you cannot call any operat- ing system routines or access disk files. This currently works only un- der DOS. SEE ALSO install_sound_input(3), start_sound_input(3) Allegro version 4.4.3 digi_recorder(3)
NAME | SYNOPSIS | DESCRIPTION | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=digi_recorder&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
