Skip to content

please explain buffers #663

Closed Answered by topi314
Hashed0719 asked this question in Q&A
Discussion options

You must be logged in to vote

the NAS buffer is a buffer for audio kept in native code where it isn't affected by java garbage collection pauses
this is done to reduce lags due to gc pauses

the frame buffer is kept in the jvm and is simply how many ms of audio to keep in memory

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by topi314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants