.\" Generated by the Allegro makedoc utility .TH digi_recorder 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME digi_recorder \- Hook notifying you when a new sample buffer becomes available. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern void (*digi_recorder)(); .SH DESCRIPTION If set, this function is called by the input driver whenever a new sample buffer becomes available, at which point you can use read_sound_input() 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 operating system routines or access disk files. This currently works only under DOS. .SH SEE ALSO .BR install_sound_input (3alleg4), .BR start_sound_input (3alleg4)