audio.device questions
Post date
Sat, 05/03/2025 - 16:53
- Getting the master clock of Paula to convert sampling rate to period. Is
GfxBase->DisplayFlags & PAL
still the way on 3.2? - Going above 27 kHz, is this possible with audio.device, ot will it limit me? How to obtain information how far can I go, considering display modes like HighGfx, HD720, Xtreme?
Post date
Sunday, May 25, 2025 - 18:44
What I have found out:
- Yes,
GfxBase->DisplayFlags & PAL
is still the way, however one can avoid openinggraphics.library
and checkSysBase->VBlankFrequency == 50
for PAL and 60 for NTSC. - No,
audio.device
does not limit period. It accepts any value. If it is too small for current display mode, sound is distorted. - For now I have decided to not detect maximum distortion free sampling rate. I expect it to be tricky and complex.
Online Status
I don't know the limits for those modes but nothing audio-related has changed for OS3.2.