ES3Settings.bufferSize

public int bufferSize;

Description

Any stream buffers will be set to this length in bytes.

Generally using a larger buffer will increase performance but also increase memory usage, but some systems perform optimisations which make the performance compromises less obvious.

If uncertain, leave this at it’s default value.