Search Unity

Streaming Soundcloud to Unity

Discussion in 'Audio & Video' started by dkdv, Dec 2, 2015.

  1. dkdv

    dkdv

    Joined:
    Jun 3, 2015
    Posts:
    7
    Hi there,

    I would like to stream very simply a soundcloud playlist in Unity for an android app.

    I guess I would need to import the soundcloud API and probably use the WWW class and all but I have never done any networking and I really don't know where to begin and how to do that.

    Does any of you have any experience in this?

    Thank you very much,

    Greg
     
  2. Jordi-Bonastre

    Jordi-Bonastre

    Unity Technologies

    Joined:
    Jul 6, 2015
    Posts:
    102
    Do you want to download the audio files to your computer/device or only play directly from soundcloud?
     
  3. dkdv

    dkdv

    Joined:
    Jun 3, 2015
    Posts:
    7
    Directly play from soundclound would be the best! But I am really looking for the simplest way of doing it. Any tip?
     
  4. Jordi-Bonastre

    Jordi-Bonastre

    Unity Technologies

    Joined:
    Jul 6, 2015
    Posts:
    102
    Which is the app's build target?
     
  5. dkdv

    dkdv

    Joined:
    Jun 3, 2015
    Posts:
    7
    You mean the plateform? Well I am targeting Android.
    Could it be just embedding html to get the soundcloud player to play into unity? Not the most optimized way I suppose?
     
  6. Jordi-Bonastre

    Jordi-Bonastre

    Unity Technologies

    Joined:
    Jul 6, 2015
    Posts:
    102