internal float[] GetSamples() { if (chunk == null) { chunk = new float[chunkSize]; } soundStream.GetSamples(chunk); return(chunk); }