powercord-community / suggestions

Repo where you can find and share plugin suggestions for Powercord
27 stars 4 forks source link

Send audio messages #376

Open doggybootsy opened 3 years ago

doggybootsy commented 3 years ago

Description

A remake of the bd plug-in https://github.com/MKSx/Send-Audio-Plugin-BetterDiscord. But for power cord and it works


Snapperito commented 3 years ago

Would this plugin just record your voice? If not, that is a huge security concern. Even if it was only your voice, the plugin could be easily edited and exploited.

doggybootsy commented 3 years ago

Would this plugin just record your voice? If not, that is a huge security concern.

Even if it was only your voice, the plugin could be easily edited and exploited.

Yes just only your voice.

zt64 commented 3 years ago

I was working on a plugin like this a couple months ago but Discord removed the getUserMedia function and I'm not sure how else to get the audio recorded.

cyyynthia commented 3 years ago

I'm not sure how else to get the audio recorded.

You most likely want to use the exact same way Discord uses to capture audio to send to voice chat, so you'll need to look into how Discord handles that in their code

cyyynthia commented 2 years ago

Discord completely disables getUserMedia in their custom Electron build (see this patch).