aboutsummaryrefslogtreecommitdiff
path: root/src/voice
Commit message (Expand)AuthorAgeFilesLines
* A bunch of typo fixes (#404)Perry Fraser2018-10-011-1/+1
* Remove a compiler warning about an unused variable (#398)Mariell2018-09-231-1/+1
* Don't log event deserialization failures in voiceZeyla Hellyer2018-09-151-5/+1
* Revert "Send silence frames upon connection (Fix #301)"Zeyla Hellyer2018-08-112-5/+3
* Fix ffmpeg_optioned doctestZeyla Hellyer2018-07-091-0/+2
* Add voice::streamer::ffmpeg_optionedZeyla Hellyer2018-07-092-3/+39
* Monomorphize all functionsZeyla Hellyer2018-07-042-8/+38
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-175-29/+29
* Fix voice hang on `.stop()`Kyle Simpson2018-04-251-1/+1
* Send silence frames upon connection (Fix #301)Kyle Simpson2018-04-202-3/+5
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-298-42/+121
* Change the way ids and some enums are made (#295)Leah2018-03-234-17/+17
* Backport parts of 7d162b9Kyle Simpson2018-03-054-10/+109
* Drop implementation for ffmpeg containerKyle Simpson2018-02-201-0/+8
* Fix broken docs links caused by model mod changesZeyla Hellyer2018-01-312-18/+4
* Multiple audio stream playback, volume control, pausingKyle Simpson2018-01-315-29/+172
* Remove an `Into<Option<T>>`Zeyla Hellyer2018-01-301-2/+2
* Reduce number of clones in the libraryZeyla Hellyer2018-01-272-2/+2
* Fix voice websocket loop terminationNikita Pekin2018-01-241-1/+1
* Strip RTP header extensions from voice streamNikita Pekin2018-01-241-2/+24
* Expose a client voice managerZeyla Hellyer2018-01-181-1/+7
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-182-8/+16
* Fix voice feature compilationZeyla Hellyer2017-12-165-5/+6
* Implement Deserialize for {,Gateway,Voice}EventZeyla Hellyer2017-11-191-8/+27
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-117-23/+20
* Update to account for changes made in 0.4.1acdenisSK2017-10-142-2/+2
|\
| * Fix clippy lintsZeyla Hellyer2017-10-112-2/+2
| * Add the lifetime againacdenisSK2017-10-071-1/+1
| * Use an as_ref hackacdenisSK2017-10-051-2/+2
| * Replace slice parametres by IntoIterator (#177)François Triquet2017-10-051-1/+6
| * Revert "Use the de-generification trick."acdenisSK2017-10-031-13/+4
| * Use the de-generification trick.acdenisSK2017-10-021-4/+13
| * `to_owned` -> `to_string`acdenisSK2017-10-011-1/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-10/+5
* | Add the lifetime againacdenisSK2017-10-091-1/+1
* | Use an as_ref hackacdenisSK2017-10-091-2/+2
* | Replace slice parametres by IntoIterator (#177)François Triquet2017-10-091-1/+6
* | Revert "Use the de-generification trick."acdenisSK2017-10-091-13/+4
* | Use the de-generification trick.acdenisSK2017-10-091-4/+13
* | `to_owned` -> `to_string`acdenisSK2017-10-091-1/+1
|/
* Fix tests and example 05Zeyla Hellyer2017-09-241-5/+5
* Apply rustfmtZeyla Hellyer2017-09-184-92/+69
* Prevent malformed opus data from crashing the bot process (#149)Maiddog2017-08-271-0/+5
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-277-116/+265
* Revamp `RwLock` usage in the libacdenisSK2017-08-245-76/+58
* Apply rustfmtZeyla Hellyer2017-08-182-50/+61
* Change the config a bit, and a few nitpicksacdenisSK2017-07-275-56/+60
* rustfmtacdenisSK2017-07-278-152/+130
* Utilise the newly stabilised loop-with-break-valueacdenisSK2017-07-201-20/+12
* Switch to tokio for events (#122)Alex Lyon2017-07-141-1/+1