[quickjs-devel] read() is too slow

  • From: guest271314 <guest271314@xxxxxxxxx>
  • To: quickjs-devel@xxxxxxxxxxxxx
  • Date: Sat, 4 Jun 2022 20:28:24 -0700

I have working C++ code which captures real-time system audio output and
streams the data to the browser using Native Messaging.

QuickJS read() is too slow. When I capture 30 seconds of audio I only get
20 seconds of audio streamed. The only cause I can deduce is read() is too
slow.

Other related posts:

  • » [quickjs-devel] read() is too slow - guest271314