Playing mp3 with delphi

后端 未结 4 1474
耶瑟儿~
耶瑟儿~ 2021-02-19 21:42

Which component to use to play mp3 files from streams/files and also to know the lenght in seconds of that mp3 stream?

相关标签:
4条回答
  • 2021-02-19 22:07

    You could use the Bass audio library.

    http://www.un4seen.com/

    Search for "MP3" on the 3D Buzz site. They have a series of video tutorials that walk you through the creation of your own MP3 player in Delphi using this library. Free membership required.

    http://www.3dbuzz.com

    0 讨论(0)
  • 2021-02-19 22:19

    try DSPack which are set of Components to write Multimedia Applications.

    0 讨论(0)
  • 2021-02-19 22:20

    I use NewAc components for audio conversion and filtering, it can play MP3 and several others formats.

    0 讨论(0)
  • 2021-02-19 22:28

    You can also use the components at www.mitov.com which has an Audio suite that can handle this type of file.

    0 讨论(0)
提交回复
热议问题