File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
site/source/docs/api_reference Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,9 @@ Once a class type is instantiated on the Web Audio graph and the graph is
4747running, a C/C++ function pointer callback will be invoked for each 128
4848samples of the processed audio stream that flows through the node. Newer Web
4949Audio API specs allow this to be changed, so for future compatibility use the
50- ``AudioSampleFrame ``'s ``samplesPerChannel `` to get the value.
50+ ``AudioSampleFrame ``'s ``samplesPerChannel `` to get the value (and request the
51+ preferred number of samples with ``EmscriptenWebAudioCreateAttributes ``'s
52+ ``renderSizeHint `` option).
5153
5254This callback will be executed on a dedicated separate audio processing
5355thread with real-time processing priority. Each Web Audio context will
You can’t perform that action at this time.
0 commit comments