yutotakano / discord-haskell-voice

A Haskell library to add voice support to discord-haskell.
https://hackage.haskell.org/package/discord-haskell-voice
MIT License
9 stars 3 forks source link

Look into Windows support #3

Open yutotakano opened 2 years ago

yutotakano commented 2 years ago

It seems discord.py for one had libopus DLLs directly in their package. A primary goal would be to mimic this.

Looks like a tough issue. I'm leaving it on hold since I can imagine a bit of work might be needed for this, and my Windows machine isn't in the best condition (disk-space wise) to try install stack and develop.

yutotakano commented 2 years ago

Windows builds are currently being done in V2.4.0 pipelines. https://github.com/yutotakano/discord-haskell-voice/pull/16