Welcome, Guest. Please login or register.

Author Topic: USB sound through Deneb question & opinion?  (Read 2104 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline save2600Topic starter

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
USB sound through Deneb question & opinion?
« on: February 26, 2009, 01:15:47 AM »
Okay... so it looks as if you can get these dirt cheap. An ePay search for USB sound reveals little buggers starting at $1 BIN! So... are these worth a dang for playing back AHI stuff like .mp3's? I assume native Amiga sound wouldn't get piped through there. Anyone here have experience with these USB sound card dongles? Am I better off getting a Zorro II sound card?
 

Offline sandpiper

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 133
    • Show only replies by sandpiper
Re: USB sound through Deneb question & opinion?
« Reply #1 on: February 26, 2009, 01:33:13 AM »
I bought one of these for about $3 just for a lark and it works fine with AHI. I can then hook it up to my receiver although I haven't tested any music to see if it sounds any better than Paula.

I also managed to get my hands on a used Yamaha Cavit USB Soundboard. This also works with the Deneb. This machine also has a dsp and I was wondering if this dsp could be used  to play mp3s instead of the cpu. An MHI driver perhaps?

 

Offline save2600Topic starter

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 3261
  • Country: us
    • Show only replies by save2600
Re: USB sound through Deneb question & opinion?
« Reply #2 on: February 26, 2009, 01:46:13 AM »
I'd imagine a USB soundcard would have better fidelity than the 8-bit Paula. Can anyone confirm?

Also, what is the load on the CPU like when using the external USB sound? I assume the same since the CPU is
still decoding, but again - with better fidelity?
 

Offline sandpiper

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 133
    • Show only replies by sandpiper
Re: USB sound through Deneb question & opinion?
« Reply #3 on: February 26, 2009, 02:42:46 AM »
The cpu load is no different from Paula as far as I can tell. I tried some mp3s with AmigaAMP & Amplifier. No difference from Paula.
 

Offline platon42

  • Hero Member
  • *****
  • Join Date: Jul 2002
  • Posts: 573
    • Show only replies by platon42
    • http://www.platon42.de/
Re: USB sound through Deneb question & opinion?
« Reply #4 on: February 26, 2009, 02:23:11 PM »
Quote

save2600 wrote:
I'd imagine a USB soundcard would have better fidelity than the 8-bit Paula. Can anyone confirm?

Also, what is the load on the CPU like when using the external USB sound? I assume the same since the CPU is
still decoding, but again - with better fidelity?


Sound quality is much better than the original Paula sound, but how much better it is really depends on the quality of the soundcard. Michael Boehmer once hooked a cheap and a not-so-cheap USB soundcard to an memory oscilloscope and the it showed vast differences (steps instead of smooth curves).

CPU load is about the same as with any Zorro soundcard, there's a little conversion overhead, if the samples are not in the right format (as supplied by AHI, e.g. little endian vs. big endian, but I've created 68k-asm optimized versions of each conversion routine for maximum speed). When using Zorro III, it's definately a bit faster than Paula, because with Paula you need to write into chipmem.
--
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 only replies by platon42
    • http://www.platon42.de/
Re: USB sound through Deneb question & opinion?
« Reply #5 on: February 26, 2009, 02:28:31 PM »
Quote

sandpiper wrote:
I also managed to get my hands on a used Yamaha Cavit USB Soundboard. This also works with the Deneb. This machine also has a dsp and I was wondering if this dsp could be used  to play mp3s instead of the cpu. An MHI driver perhaps?


The USB Audio spec defines DSP processing features that can be tuned to your needs. However, AHI does not provide control of these kinds of settings, so the audio.class simply ignores them (it should list them in the debug output though).

While USB Audio defines compressed audio output instead of linear PCM (e.g. for MP3), I haven't seen any sound card in the wild that would support it.

Again, a PsdDevlister and PsdErrorlog would be nice to verify if your card would support such a feature.
--
Regards, Chris Hodges )-> http://www.platon42.de <-(
hackerkey://v4sw7CJS$hw6/7ln6pr7+8AOP$ck0ma8u2LMw1/4Xm5l3i5TJCOTextPad/e7t2BDMNb7GHLen5a34s5IMr1g3/5ACM
 

Offline sandpiper

  • Full Member
  • ***
  • Join Date: Apr 2005
  • Posts: 133
    • Show only replies by sandpiper
Re: USB sound through Deneb question & opinion?
« Reply #6 on: February 28, 2009, 10:50:16 PM »
@platon42

Quote
Again, a PsdDevlister and PsdErrorlog would be nice to verify if your card would support such a feature.


Thanks. I have prepared these files and have sent them to you by email.