Welcome, Guest. Please login or register.

Author Topic: MASPlayer on parallel port other than stock?  (Read 1981 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline danbeaver

Re: MASPlayer on parallel port other than stock?
« on: September 09, 2013, 06:54:41 AM »
Are you saying that the rate limiting factor is not the decoding done on-chip in the MAS device, but the speed at which the data is fed to it?

As best as I recall, when done by the 680X0 CPU the decoding was the rate limiting factor using up to 50+% of even an 060.   But I'm no expert in this area.
 

Offline danbeaver

Re: MASPlayer on parallel port other than stock?
« Reply #1 on: September 09, 2013, 10:01:08 PM »
I believe that the parallel port was not intended to do much more than transfer 8-bits to a printer; while it has been used for Zip drives, AV A-to-D digitizers and the MAS device, that was not its designed purpose. DMA to a high speed parallel "pipe" occurs for SCSI, but PIO is used on IDE. The other DMA devices are serial in nature. In any event, you are using the Amiga as a storage device to feed data to an MP3 chip and there are choices made based on cost and simplicity.  PIO is also used in place of DMA for serial USB and Ethernet devices (see Jens' articulation on EAB).

The function you desire would be best handled with a sound card with the desired decoding chips in situ.
« Last Edit: September 09, 2013, 10:05:40 PM by danbeaver »