force audio to play at 44100 ?

I’ve read the audio notes here http://developer.anscamobile.com/partner/audionotes which suggest setting playAudioFrequencey=44100 in config.lua is merely a suggestion to the underlying sound system

I genuinely need 44100 and nothing less

Is it possible to force the issue, perhaps even using the new openAL API ?
[import]uid: 97524 topic_id: 26543 reply_id: 326543[/import]

audioPlayFrequency not playAudioFrequency.

The setting only affects the new OpenAL based APIs.

There is no other way to force it.
[import]uid: 7563 topic_id: 26543 reply_id: 107679[/import]

Ah, ok - thanks. [import]uid: 97524 topic_id: 26543 reply_id: 107806[/import]