Welcome, Guest. Please login or register.

Author Topic: New mp3/shoutcast player for Amiga/MOS - AmiNetRadio!  (Read 4928 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show all replies
    • http://www.platon42.de/
Re: New mp3/shoutcast player for Amiga/MOS - AmiNetRadio!
« on: April 06, 2003, 09:06:04 AM »
Looks like a really nice program! Too bad it has no support for the MP3 hardware decoders like on melody, delphina or mas-player. Support would be easy. But until then, I'm stuck to piping the Streamer output through a tiny MelodyPlay command tool.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM
 

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show all replies
    • http://www.platon42.de/
Re: New mp3/shoutcast player for Amiga/MOS - AmiNetRadio!
« Reply #1 on: April 07, 2003, 04:55:07 PM »
Well, actually it's just about opening the device and instead of sending the data to a file, you simply write it to the mp3 decoder (CMD_WRITE). You won't be able to use the niffy plugins though, as you don't get back the pulse coded sample data from the mp3 decoder. Therefore, writing a wrapper to the mpega.library is IMHO not reasonable (because mpega.library is used to decode the mp3 data asynchroneously and get back the PCM data, and play this PCM data back through AHI or Paula (or do whatever you want to it). The Commodore MPEG-Device takes the raw MP3 data and plays it back synchroneously. It actually outputs the sound, so AHI and stuff is not needed.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM