Data type Format
access this type via: io.audio.Format (uses)
Data type to describe an audio format, in frame encoding, sample rate, and channels.
Constants
byte FORMAT_F32 Possible value for 'format', indicating use of the float-32 audio format.
Fields
byte format The audio format.
int sampleRate The audio sample rate, in hz.
int channels The number of channels for the audio format (for example 2 channels for stereo).