How to Play mp3 file from memory in delphi?

给你一囗甜甜゛ 提交于 2020-01-05 07:25:21

问题


I am downloading a mp3 file from the internet to memory using InternetReadFile. This works great, I can dump the file on disk and then play it, but I want to play the file without dumping it on disk.

Is there a library i can use to achieve this functionality ? Some docs on how to use the library would be useful too.

Thanks in advance.


回答1:


You can use the BASS Delphi audio library

On the other side, search for "MP3" on the 3D Buzz site. They have a very good series of video tutorials that walk you through the creation of your own MP3 player in Delphi using this library.



来源:https://stackoverflow.com/questions/6235673/how-to-play-mp3-file-from-memory-in-delphi

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!