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 theaudio_format
argument to themusic_delivery
callback.