You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even when i setup the recorder to no use audio like so vidRecorder.setup(_name+fileExt,_w,_h, 24); the code still print this error:
[warning] The video recorder failed to write some audio samples!:
which means vidRecorder.hasAudioError() is true for some reason
The text was updated successfully, but these errors were encountered:
great addon, thanks for making it.
even when i setup the recorder to no use audio like so
vidRecorder.setup(_name+fileExt,_w,_h, 24);
the code still print this error:[warning] The video recorder failed to write some audio samples!:
which means
vidRecorder.hasAudioError()
is true for some reasonThe text was updated successfully, but these errors were encountered: