Clone
1
Sending Audio in a Discord Channel
javif89 edited this page 2025-02-05 00:35:52 -07:00

Encoding audio

We use ffmpeg to encode audio into opus frames that we then send to discord.

Frames should be sent at a constant rate of one frame/20ms at 48khz 2 channel encoding.