1
Audio / Re: setPitch() function only sets pitch up to a certain point
« on: April 18, 2022, 08:26:06 pm »The OpenAL specification says that the limit for pitch changing is implementation dependent.
What audio hardware does your system have?
Perhaps you could go the opposite way: start with a high octave in the sample and reduce the pitch as needed.
my system doesnt have any special hardware, just what comes with the motherboard
it should be noted that the other system i tested the code on was a laptop, so i dont think that had any special sound equipment either
i will try your suggestion later, and report back with results