Does anyone have any experience with streaming audio into TouchDesigner from music streaming services?
I am trying to stream in audio from Spotify. I have a cURL command, but I don’t know how, or if I can use it in Touch to get audio in.
curl -X GET “https://api.spotify.com/v1/tracks/7zIgrNq7doluy1dMdTli3u” -H “Accept: application/json”
Or is there a way to use API keys to stream in content with the Web Dat?
Any help would be much appreciated.
Thanks!