ruslang02 / discord-qt

Discord client powered by Node.JS and Qt Widgets.
GNU General Public License v3.0
208 stars 11 forks source link

Voice support on Windows and macOS #10

Open ruslang02 opened 4 years ago

ruslang02 commented 4 years ago

As of now, there is no support for voice channels in the client. Hopefully, it is possible to implement it.

Notes:

ruslang02 commented 4 years ago

Also 5f8645b21ff7c2950d1d41ab146ba7ac00dacb50, 73f8c23616841cc952a61d00f5988ad0286d3b86, 468e7312cdea24f7875cde4b3c5f754d7a301041

ran-j commented 3 years ago

why not use https://github.com/ran-j/mic6

ruslang02 commented 3 years ago

@ran-j it uses ALSA recording solution which is pretty bad on Linux as it is application-exclusive and not controllable via PulseAudio. FFMPEG can do all the work for us so I guess we've settled on the library to use.