Maximum audio quality for desktops?

Wondering if the 44100hz audio quality is also the limit for OSX desktop only versions of an app or can we go up to 192000 hz as I’m not sure 44100 would sound so good in desktops with a good set of speakers.

Hi @jacques1,

Even setting the “audioPlayFrequency” in config.lua is merely a “hint” to the audio system whether to limit the frequency to that value:

https://docs.coronalabs.com/guide/media/audioSystem/index.html#performance-tips

I would just omit that value (you probably already are) and use the audio frequency you desire. Internally, I don’t think Corona is going to do anything that auto-compresses your files from 192000 down to 44100, but I can confirm with the engineers if you wish.

Take care,

Brent

Hi @jacques1,

Even setting the “audioPlayFrequency” in config.lua is merely a “hint” to the audio system whether to limit the frequency to that value:

https://docs.coronalabs.com/guide/media/audioSystem/index.html#performance-tips

I would just omit that value (you probably already are) and use the audio frequency you desire. Internally, I don’t think Corona is going to do anything that auto-compresses your files from 192000 down to 44100, but I can confirm with the engineers if you wish.

Take care,

Brent