UNPKG
@twilio/rtc-diagnostics
Version:
alpha (1.0.0-preview3)
beta (1.0.0-beta2)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-preview3
1.0.0-beta2
1.0.0-beta1
Various diagnostics functions to help analyze connections to Twilio
@twilio/rtc-diagnostics
/
es5
/
lib
/
recorder
/
encoder
/
worker.d.ts
8 lines
(7 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Encodes raw buffer into a wav format * Copied from https://github.com/chris-rudmin/Recorderjs *
@internalapi
*/
declare
const
waveEncoder
:
() =>
void
;
export
{ waveEncoder };