JackOfAll wrote: 
> 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;
  > 
--------------------
> > 

See: https://www.assembla.com/code/portaudio/subversion/commit/1880
which is included in the svn checkout I am using.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
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