dca icon indicating copy to clipboard operation
dca copied to clipboard

Go implementation for the DCA audio format

Results 14 dca issues
Sort by recently updated
recently updated
newest added

Nowadays, we get the following errors: * Error: invalid option: --with-opus * 'go get' is no longer supported outside a module. To build and install a command, use 'go install'...

I notice that sometime the EOF signal is sent before the video was done make the song lost a part of it's end

The error in the title clogs the terminal as the library struggles to play the first few seconds of any audio file without stuttering, and it eventually just outright changes...

## How to recreate 1. On main README click "standalone command you can here **here**" 2. Click on "See the **wiki**" ![image](https://user-images.githubusercontent.com/68972382/157686733-df836ab9-eef9-4032-94c2-fe9831de9477.png) The link directs you to a specification draft

Hey, so I am on Windows and I dont really understand the instructions... What do I need and what commands do I have to execute in the cloned folder?

Hi, so i have been using your package for build my discord bot. Its great thank you. I found this problem when i playing around with my bot. When playing...

This should fix the reconnect problems that issue #12 was experiencing. Issue #15 modified the reconnect optins incorrectly, because the options were after the stream input, they did not affect...

From my own testing, I've come to the conclusion that the default timeout is too short - the bot would stop playing music if the voice connection got lost for...

As noted in #10 volume can currently not be changed mid stream without changing the code. It would be very handy for the encodingsession to expose a function that modifies...

Studying the source of `dca` and its current setup, I've been doing my best to try and research if there's any possible way to filter audio output mid-stream using FFMPEG...