-
I am running the https://github.com/serenity-rs/songbird/tree/a85a1f08e15541eed9ea026423d9ed6697f390ec/examples/serenity/voice example.
The bot doesn't play anything when I run `~join` then `~play `
…
-
This happens with the `stable-x86_64-pc-windows-gnu` as of the date of this issue.
OS: Windows 7
```
D:/Coding/__Rust/Cargo/bin/cargo.exe build --color=always --all --all-targets
Compiling ne…
-
If the user enters the `play` command multiple times, the songs should get saved in a queue and the bot should continue playing each song in the queue once until every song have been played once.
-
**Songbird version:** 0.1.6
**Rust version (`rustc -V`):** rustc 1.52.1 (9bc8c42bb 2021-05-09)
**Serenity/Twilight version:** (version)
**Output of `ffmpeg -version`, `youtube-dl --version` (…
-
Right now there's some issues with the way Discord sends packets, and especially the SpeakingStateUpdate events. The SpeakingStateUpdate event is never fired on time, and inevitably ends up losing som…
-
There is no error and there doesn't seem to be a deadlock cause the bot can queue up more songs.
-
This will prevent twilight users from compiling two separate Websocket libraries. Ideally, this should be implemented as an additive feature: having features for both backends selected should add a pa…
-
I'm certain that this problem is because of my lack of understanding rust that's why I'm sry for being so impudent to open an issue.
I wanted to use [Songbird](https://docs.rs/songbird/latest/song…
-
I'm hacking on this example (https://github.com/serenity-rs/songbird/blob/current/examples/serenity/voice_receive/src/main.rs), and I can receive and buffer voice audio, but I can't figure out what fo…
-
Is this normal I'm getting the following error ? I use songbird 0.2.2 (latest version) and it uses audiopus 0.2.0 which uses audiopus_sys v0.1.8. Could it be done if there is a quick way to patch the …