
Zipdox
- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 22
- Subscriptions 30
Activity overview
Latest activity by Zipdox-
Zipdox commented,
Discord already encodes audio in stereo. It just mixes the input to dual mono. The client I'm working on supports stereo.
-
Zipdox created a post,
Display album cover art for audio files
Discord should display covert art for sent audio files if they contain it. Something like this: https://i.imgur.com/KtQWDNq.png
-
Zipdox commented,
You don't understand, Discord can't sell IPv6 as a nitro feature, as such it's not important!
-
Zipdox commented,
There is progress https://github.com/discord/lilliput/pull/103
-
Zipdox commented,
Discord should at least be able to embed AV1 video from websites using og or twitter embed metadata but for some reason at the end of the request the app has `?format=jpeg` which obviously breaks ...
-
Zipdox commented,
Opus is hard coded at 48kHz so there's no point.
-
Zipdox commented,
Nope, but I'm working on a client in C. https://gitlab.com/zipdox/librediscord
-
Zipdox commented,
Actually, you can hold shift while pressing call.
-
Zipdox commented,
This is actually supported by the Discord API. Custom voice clients can join a private call without ringing. Ringing is a separate API request made by the client.
-
Zipdox commented,
"Lossless Quality sound as FLAC" {24bit/48kHz} on to Level 4 instead of Opus Not feasible. FLAC is not meant for real-time encoding, and as a result has a high latency. High latency is very undesir...