On 07.06.2013, at 20:11, Garth Hjelte <[email protected]> wrote:

> Christian, do you know if ASIO requires a certain samplerate (like 
> DefaultSampleRate) for OpenStream() to return successfully?
> 
> With other audio devices it's easy to throw any samplerate at it and you 
> change the pitch that way. OpenStream(0 always succeeds. But with ASIO 
> devices it seems that you can only throw it certain rates, always 
> DefaultSampleRate but also sometimes related ones like 48000 and 96000, 
> depending.


Well, I see that default rates are defined in source code from port audio:

44100.0, 48000.0, 32000.0, 24000.0, 22050.0, 88200.0, 96000.0, 192000.0, 
16000.0, 12000.0, 11025.0, 9600.0, 8000.0 

so maybe use those?

In the code I see no such limit. Values are simply passed through.

Greetings
Christian

-- 
MBS Xojo Developer Conference 2013

More details and registration here:
http://www.monkeybreadsoftware.de/realbasic/events/






_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to