Skip to content

Releases: OnkelTem/ts-zello

0.0.6

23 Apr 20:48
Compare
Choose a tag to compare
  • Added send_image command, sendImage macro and on_image event (without receiving data yet).
  • Added compressor and lounnorm filters support to getAutoDecodeStream() function.

0.0.5

18 Apr 21:17
Compare
Choose a tag to compare

Added tempo and timecodes selection to the getAudioFileStream() and getAutoDecodeStream() helper functions.

0.0.4

11 Apr 10:36
Compare
Choose a tag to compare

Moved automatic PCM stream creation into a separate function getAutoDecodeStream() which is available via API now.
Useful for automatic decoding YouTube streams for example.
See the updated version of https://github.com/OnkelTem/ts-zello-player which can now play YouTube audio.

0.0.3

10 Apr 11:14
Compare
Choose a tag to compare

Minor dev updates

0.0.2

10 Apr 10:59
Compare
Choose a tag to compare

In the current release:

Implemented core commands

  • logon
  • start_stream
  • stop_stream
  • send_image
  • send_text_message
  • send_location

Implemented core events

  • on_channel_status
  • on_stream_start
  • on_stream_stop
  • on_error
  • on_image
  • on_text_message
  • on_location

Implemented derived events

  • on_audio_data

Implemented macros

  • sendAudio
  • login