Stats about the application’s audio buffers.
Number of samples currently in the buffer.
Number of stutters (audio dropouts) since the last query.
A Spotify audio format object.
You’ll never need to create an instance of this class yourself, but you’ll get AudioFormat objects as the audio_format argument to the music_delivery callback.
The SampleType, currently always SampleType.INT16_NATIVE_ENDIAN.
The sample rate, typically 44100 Hz.
The number of audio channels, typically 2.
The byte size of a single frame of this format.