.\" Generated by the Allegro makedoc utility .TH AUDIOSTREAM 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME AUDIOSTREAM \- Stores an audiostream. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct AUDIOSTREAM .SH DESCRIPTION .nf int voice; - the hardware voice used for the sample .fi A structure holding an audiostream, which is a convenience wrapper around a SAMPLE structure to double buffer sounds too big to fit into memory, or do clever things like generating the sound wave real time. While you shouldn't modify directly the value of the voice, you can use all of the voice functions in chapter "Digital sample routines" to modify the properties of the sound, like the frequency. .SH SEE ALSO .BR play_audio_stream (3alleg4), .BR exstream (3alleg4)