Skip to content

Instantly share code, notes, and snippets.

@allquixotic
Created December 25, 2019 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allquixotic/b4e8aada6ab69a8fc04eb6f9d981d7d0 to your computer and use it in GitHub Desktop.
Save allquixotic/b4e8aada6ab69a8fc04eb6f9d981d7d0 to your computer and use it in GitHub Desktop.
Super easy librespot gstreamer
'Download https://drive.google.com/file/d/1f8mKh1V2n936aIAM-iWConYUtmkuCmPQ/view?usp=sharing and put this in the toplevel dir
Dim w
Set w = WScript.CreateObject("WScript.Shell")
w.Run "bin\librespot -u <username> -p <password> -n kitchensink -b 320 --backend gstreamer --device ""! audioconvert ! directsoundsink""", 0, False
Set w = Nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment