Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline AstralTopic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 491
    • Show only replies by Astral
MASPlayer on parallel port other than stock?
« on: September 08, 2013, 05:45:42 AM »
I've got myself a MASPlayer here connected to the stock parallel port on my A1200. It's limitations are pretty well known with high rate MP3's. So...I thought I'd buy an IOBlix 1200P to see if higher rate MP3's could work through this.

No luck in setting it up.

Obviously the main thing is letting MASPlayer know I would like to use the IOBlix device driver. But so far no luck. I am not even sure if it is configurable to use this device.

Has anyone been successful in this? Or even some other similar setup in the MASPlayer is working through another device other than the stock parallel port?
 

Offline amiga1260

Re: MASPlayer on parallel port other than stock?
« Reply #1 on: September 08, 2013, 10:09:51 AM »
The MAS Player can only used on an orginal parrallel ports.
 

Offline AstralTopic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 491
    • Show only replies by Astral
Re: MASPlayer on parallel port other than stock?
« Reply #2 on: September 08, 2013, 11:12:15 AM »
Mmmmmmm...interesting. The MASPlayer driver disk contains the sourcecode. Not sure what language it is in - I can check. I am not much of a coder, but would it be possible to reprogram it to work/access a different .device?
 

Offline psxphill

Re: MASPlayer on parallel port other than stock?
« Reply #3 on: September 08, 2013, 04:53:42 PM »
Quote from: Astral;747254
Mmmmmmm...interesting. The MASPlayer driver disk contains the sourcecode. Not sure what language it is in - I can check. I am not much of a coder, but would it be possible to reprogram it to work/access a different .device?

It depends on how the hardware was designed and what the other parallel port is capable of. It might require directly accessing the other hardware as the device may not offer enough functionality.
 

Offline skolman

  • Full Member
  • ***
  • Join Date: Oct 2007
  • Posts: 106
    • Show only replies by skolman
    • http://stagevu.com/user/skolman_mws
Re: MASPlayer on parallel port other than stock?
« Reply #4 on: September 08, 2013, 06:24:24 PM »
Newer MAS chips also support AAC/MP4 Audio, but that is suitable for connection to slot CPU.

http://www.alldatasheet.com/view.jsp?Searchword=MAS35
A1200 BlizzardPPC BVision Lan/WiFi FastATA Gold,
EFIKA 5K2 R9250 MorphOS +Amiga Workbench
https://youtu.be/mjsGVkDjBOc
 

Offline danbeaver

Re: MASPlayer on parallel port other than stock?
« Reply #5 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 AstralTopic starter

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 491
    • Show only replies by Astral
Re: MASPlayer on parallel port other than stock?
« Reply #6 on: September 09, 2013, 07:30:22 AM »
Quote from: danbeaver;747327
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.

The opinion I've gathered in recent times says that yes, in more peoples opinions than not, it's the parallel port speed that is the limiting factor. Mind you...I haven't done tests to confirm this.

That's why I'm thinking the IOBlix1200P (or for other miggies a similar device) would help.

I'm also beginning to think that maybe an MP3@64 would've been a better choice for me???
« Last Edit: September 09, 2013, 07:32:36 AM by Astral »
 

Offline psxphill

Re: MASPlayer on parallel port other than stock?
« Reply #7 on: September 09, 2013, 09:33:58 AM »
Quote from: Astral;747328
The opinion I've gathered in recent times says that yes, in more peoples opinions than not, it's the parallel port speed that is the limiting factor. Mind you...I haven't done tests to confirm this.

You probably should confirm it, if there is a problem with speed it's more likely going to be because the CPU can't guarantee that data will keep flowing to the chip all the time.
 
But it might depend on what the protocol is doing, if it's having to reverse direction on some pins constantly then the built in parallel port might not be able to keep up. But your add on parallel port might not be any better.
 
Ideally you want a parallel port that can constantly DMA to the MASPlayer without any interaction from the CPU. I don't know of any DMA parallel ports though.
 

Offline danbeaver

Re: MASPlayer on parallel port other than stock?
« Reply #8 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 »