How to play .mp3 file from online resources in C#?

前端 未结 2 944
遇见更好的自我
遇见更好的自我 2021-01-23 07:29

my question is very similar to this question

I have music urls. Urls like http://site.com/audio.mp3 . I want play this file online, like youtube. Do you

2条回答
  •  温柔的废话
    2021-01-23 07:53

    Many libraries like IrKlang provide streaming audio support, if you're looking for minimal development effort I'd suggest you take a look at it!

    http://www.ambiera.com/irrklang/

提交回复
热议问题