Returns a
PackedVector2Array containing exactly
frames audio samples if available, or an empty
PackedVector2Array if insufficient data was available.
The samples are signed floating-point PCM between
-1 and
1. You will have to scale them if you want to use them as 8 or 16-bit integer samples. (
v = 0x7fff * samples[0].x)