DPP icon indicating copy to clipboard operation
DPP copied to clipboard

C++ Discord API Bot Library - D++ is Lightweight and scalable for small and huge bots!

Results 27 DPP issues
Sort by recently updated
recently updated
newest added

**Git commit reference** 018a8612115e5821b0adf9e26b4d1224de555835 **Describe the bug** i get this error when i try to run my discord bot on a raspberry pi 4 model B **using D++ v10.0.15**: ```...

bug

**Is your feature request related to a problem? Please describe.** Vcpkg or conan support help alleviate the setup for multiple libraries in a project. They help to get started quickly...

good first issue
help wanted
project
packages

Running tip, 45c509fb763f0b6d34494d546c802986ac15d648. I'm trying to stream uncompressed PCM audio into DPP in this manner: const int kAudioBufferCount = 4; // length of the audio buffer chain in DPP bot.on_voice_buffer_send([&](const...

bug

**Git commit reference** v10.0.19 **Describe the bug** Musl libc doesn't include `suseconds_t` by default, so it is necessary to import `sys/time.h` for DPP to work on musl-based distros. **To Reproduce**...

bug

**Feature Request** Implement the new Forum channels. **Additional context** https://discord.com/developers/docs/change-log#sep-14-2022

This PR cleans up `unittest.cpp`, closing: #936 ## Code change checklist - [ ] I have ensured that all methods and functions are **fully documented** using doxygen style comments. -...

documentation
code

test.cpp and friends are large and unwieldy. it is now over 2000 lines, this is 🤢 - as a small project this could do with tidying up and breaking down...

enhancement
good first issue
hacktoberfest-accepted
build
code

**Git commit reference** e52ed92 **Describe the bug** Windows x64 building using both release and debug in Visual Studio does not seem to allow for the bot to receive audio signals,...

bug

**Git commit reference:** ffa2653f7504a701735ed23cfb2d503648253a96 **Describe the bug:** When trying to install dpp through xmake, I receive this error, which does not allow me to start the project. **To Reproduce:** Steps...

bug