A demo and a metamod lib to provide similar functions to the previous SM-Ext-Audio extension in csgo, that is, sending custom audio streams such as a song through a bot's voice chat.
unmute the video
preview.mp4
- ffmpeg installed and can be found in your PATH.
- If you use swiftly, download file that starts with
swext_
and put it into your swiftly extension folder.
If you are using linux and want to use it in counterstrikesharp, after you installed the plugin you need to execute this (replace {YOUR VERSION}
with your actual dir name)
ln -s /path/to/game/csgo/addons/audio/bin/audio.so /path/to/game/csgo/addons/counterstrikesharp/dotnet/shared/Microsoft.NETCore.App/{YOUR VERSION}/audio.so
in your server root directory.
See Wiki
I don't have the ability to fully test this plugin, if you have any problem, please submit an issue and describe your problem as precise as you can.
- CS2Fixes: Copied some codes from it.
- multiaddonmanager: Copied some codes from it.
- Many helps from Poggu.