Triode wrote: 
> Thanks - will remove that.  That's an interested usb output card - what
> dac are you driving with it?

It's a dual mono PCM1794A with the on-chip oversampling and DF disabled
(NOS). I'm up/over sampling in software and sending to to the DAC.

Erm.... LOL. Just had a look at portaudio code .... In pa_front.c ....


Code:
--------------------
    
  /* Check for absurd sample rates. */
  if( (sampleRate < 1000.0) || (sampleRate > 200000.0) )
  return paInvalidSampleRate;
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to