Welcome, Guest. Please login or register.

Author Topic: Best sound card for Mediator SX PCI bus board?  (Read 2824 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Best sound card for Mediator SX PCI bus board?
« on: March 30, 2006, 10:23:04 AM »
@amigakit
Quote
On reference to the efficiency I was commenting on the data flow within the Mediator.

Now that's interesting statement. Last I checked if CPU has to access the sample data, it must be in system memory. To transfer this to the audio card buffer requires moving it with CPU, since no DMA can be done directly.

Sure you can do tricks such as moving data to gfxcard memory and DMAing it from there, but really what's the benefit here? You still need to move the data using CPU to gfxcard buffer then...

Thus, direct paula audio is more efficient even when considering "data flow".

The only real benefit I can think of is sound quality, and easy mixing of several audio sources (cd-rom audio for example).