You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
Thanks for all the work on pyspotify - awesome project!
I am running Ubuntu with Python3 - I wish to use the ALSA backend. Pyalsaaudio appears to have fixed the memory leak in the 0.8+ releases. Unfortunately they also seem to have made a minor change the PCM api.
Specifically there is no longer a card argument to PCM.__init__. There is however a cardindex argument that defaults to -1. From what I understand (very little) this appears to amount to the same thing.
The text was updated successfully, but these errors were encountered:
Hi all,
Thanks for all the work on pyspotify - awesome project!
I am running Ubuntu with Python3 - I wish to use the ALSA backend. Pyalsaaudio appears to have fixed the memory leak in the 0.8+ releases. Unfortunately they also seem to have made a minor change the PCM api.
Specifically there is no longer a
card
argument toPCM.__init__
. There is however acardindex
argument that defaults to -1. From what I understand (very little) this appears to amount to the same thing.The text was updated successfully, but these errors were encountered: