OsirisAndExtra icon indicating copy to clipboard operation
OsirisAndExtra copied to clipboard

I found a fix for the microphone problem on github, but where to put it

Open flagman1338 opened this issue 1 year ago • 5 comments

fix for the voice sounds

bool __fastcall send_net_channel(INetChannel* thisptr, int edx, INetMessage* message, bool force_reliable, bool voice) { // check for voicedata group and enable voice streams if (message->get_group() == INetChannelInfo::VOICE) voice = true;

    // call og
return og::net_channel(thisptr, edx, message, force_reliable, voice);

}

(owner - https://github.com/notgoodusename/OsirisAndExtra/issues/465)

flagman1338 avatar Mar 07 '23 09:03 flagman1338

fix for the voice sounds

bool __fastcall send_net_channel(INetChannel* thisptr, int edx, INetMessage* message, bool force_reliable, bool voice) { // check for voicedata group and enable voice streams if (message->get_group() == INetChannelInfo::VOICE) voice = true;

    // call og

return og::net_channel(thisptr, edx, message, force_reliable, voice); }

(owner - https://github.com/notgoodusename/OsirisAndExtra/issues/465)

did u test it?

JannesBonk avatar Mar 07 '23 10:03 JannesBonk

I don't know where to write this?

flagman1338 avatar Mar 07 '23 10:03 flagman1338

bruh

Xsintashi avatar Mar 07 '23 13:03 Xsintashi

I don't know where to write this?

try in hooks maybe idk 🤷

JannesBonk avatar Mar 08 '23 10:03 JannesBonk

whear is the hooks make update end more

Notmynix avatar May 10 '23 13:05 Notmynix