Audio

class spotify.AudioBufferStats(samples, stutter)[source]

Stats about the application’s audio buffers.

samples

Number of samples currently in the buffer.

stutter

Number of stutters (audio dropouts) since the last query.

class spotify.AudioFormat(sp_audioformat)[source]

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.

class spotify.Bitrate(value)[source]
class spotify.SampleType(value)[source]