Commit Graph

7 Commits

Author SHA1 Message Date
Programmix eb069d0249 Added volumeChange event to VoiceInterface (#1207)
VoiceBroadcast relies on this event to initialize a new Opus engine
2017-02-22 20:10:19 +00:00
Jacob 49944747ae Sodium (#1172)
* Use Native libsodium when available

* add newline

* fix typo of exports

* add to webpack ignore

* Update Secretbox.js
2017-02-06 01:24:54 -05:00
Programmix 7ed58f5f7f Added Opus stream support, added volume interface (#1102)
* Added opus stream support, added volume interface

* Remove setImmediate

* Fix weird syntax error

* Most useless commit ever

You're welcome, @PgBiel

* Fix potential memory leak with OpusScript

Emscripten has the tendency to not free resources even when the Opus engine instance has been garbage collected. Thanks to @abalabahaha for pointing this out.

* Typo

* VoiceReceiver.destroy: destroy opus encoder
2017-01-29 19:07:33 +00:00
Amish Shah cd9b391e2a Hide SecretKey in documentation 2016-10-27 17:25:17 +01:00
Schuyler Cebulskie d1e9d15a1c Clean up a bunch of new voice stuff 2016-10-25 20:26:57 -04:00
Amish Shah 2bb6ecdc28 documentation 2016-10-02 15:16:54 +01:00
Amish Shah ed8b79aa46 Add session description and speaking listeners 2016-10-02 15:12:43 +01:00