Nicolas Castillejos
Results
3
comments of
Nicolas Castillejos
I met this problem too ! Did you find a solution ?
I found this into the SSRC class source code : rawoutbuf.limit((int) (dbps * nch * (Math.floor((double) sumread * dfrq / sfrq) + 2 + sumwrite + nsmplwrt2 - delay))); **//TODO...
Any idea to fix this ByteBuffer limit calculation ?