@itslanguage/api
Advanced tools
Changelog
[v5.7.0] - 2020-10-12
sdk
api
link
header will be passed down the line.Changelog
[v5.6.1] - 2020-07-06
api
Changelog
[v5.5.1] - 2020-02-28
api
Changelog
[v5.5.0] - 2020-02-28
api
api
Changelog
[v5.4.1] - 2020-02-11
api
Changelog
[v5.4.0] - 2020-02-04
api
, sdk
Changelog
[v5.3.0] - 2020-01-10
api
lastChunk
after it is used.api
, recorder
, player
, examples
, sdk
Changelog
[v5.2.0] - 2019-12-19
recorder
examples
react-recorder-buffer
example. This example shows an example of
the recorder with buffer plugin enabled.recorder
api
Changelog
[v5.1.0] - 2019-09-27
api
recorderready
event if ready.examples
react-speechchallenge
example. This example shows a speech
challenge example and uses the recorder to record audio for it. It is also
possible to listen back to the recorded audio.api
dataavailable
and stop
event that will be used by the sdk to send
data to the backend will now remove the event handlers upon adding them.
Just the handlers that it would add. This to make sure the recorder can be
reused in stead of just once.websocketserverreadyforaudio
is a bit confusing.
Sending it through the event emitter is deprecated and will be removed in a
future version.sdk
Changelog
[v5.0.0] - 2019-08-29
api
, recorder
, player
, examples
, sdk
recorder
audio/wav
.
This can be done through the mimeType
param on the createRecorder
function.recorder
examples
react-recorder
example. This example shows how the recorder can
be used.recorder
addAsGlobal
function is removed.createRecorder
is changed. The params setToWindow
and
asObject
are removed.