Releases: LAGonauta/MetaAudio
[2023-12-19] MetaAudio-331@57ae770-update-steamaudio
Improve occluder
[2023-12-13] MetaAudio-312@43bcab6-master
Use branch name for automatic release
MetaAudio - Reloaded - Release Candidate 1
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
Latest release of the plugin.
- NEW FEATURE: Added ability to customize reverb parameters. Just put an
efx-reverb.json
(orefx-reverbs.json
) inside the folder wheremetahook.exe
is located. An example of the schema can be seen here. - NEW FEATURE: One can use SteamAudio to calculate occlusions. Just put the x86
phonon.dll
downloadable from here inside your Half-Life folder.al_occluder
should show up in the console, 0 is GoldSrc-based occluder, 1 is SteamAudio-based occluder. - BUG FIX: Fixed some sentences not parsing correctly
- BUG FIX: An entity sometimes did not stop talking, now it does just like vanilla GoldSrc
- PARTIAL BUG FIX: More code to guarantee that looping sounds will stop with dead entities, still not enough.
- MAINTENANCE: A lot of refactoring, now it is easier to add new features
- Further improvements to overall plugin stability and other minor adjustments have been made to enhance the user experience
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
Latest release of the plugin.
- BUG FIX: Some audio files weren't loaded in some rare circumstance, but only when compiling in Release mode. Now they are loaded correctly.
- MAINTENANCE: moved from Visual Studio solution file to CMake
- Further improvements to overall plugin stability and other minor adjustments have been made to enhance the user experience
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
Latest release of the plugin.
- REGRESSION BUG FIX: Some looping sound were not detected as looping
- Further improvements to overall plugin stability and other minor adjustments have been made to enhance the user experience
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
Latest release of the plugin.
- The plugin can now load audio files from .pak files.
- Further improvements to overall plugin stability and other minor adjustments have been made to enhance the user experience
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
Latest release of the plugin.
- Better plugin loading with better error messages
- Fixed loading plugin on engine build 8279
- Further improvements to overall plugin stability and other minor adjustments have been made to enhance the user experience
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
- Removed hard requirement of EFX support in the OpenAL driver.
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
- Added workaround for disappearing sound with some X-Fi drivers
- Set "al_xfi_workaround" to 1 or to 2: (I prefer 1, defaults to 0)
- With it set to 1, MetaAudio will also use the system clock to estimate when the sound effect ended.
- With it set to 2, MetaAudio will force all sound effects to be played as a stream.
- Set "al_xfi_workaround" to 1 or to 2: (I prefer 1, defaults to 0)
- Added command to reset EFX ("al_reset_efx"). Sometimes Creative's driver does not activate the effects when creating them, this command will force them to be recreated hoping that the driver understand what we want without reloading the game.
- Use two effect slots for fading and fade the gain instead of fading the reverb parameters. More natural fading and a lot less code.
- Updated Alure2 with MP3 support.
- Added try-catch blocks hoping a message is popped-out if something wrong happens.
- Do not cache audio data in GoldSrc cache, use own cache.
The included libsndfile is a pre-release that fixes FLAC playback on Windows.
MetaAudio
DO NOT USE WITH STEAM ONLINE, OR IN VAC SERVERS. YOU RISK GETTING BANNED.
I AM NOT RESPONSIBLE FOR YOUR BAN, USE AT YOUR OWN RISK.
- Removed command to disable and enable OpenAL on the fly (incompatible with self-cache).
- Fixed missing audio bugs caused by incorrect cache behaviour.
- Restored occlusion gain fading. It can be controlled through the cvar "al_occlusion_fade".
- Changed linear search of known_sfx to an unordered_map.
The included libsndfile is a pre-release that fixes FLAC playback on Windows.