diff --git a/README.md b/README.md index f132109..dc9f0eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SOFAlizer for Unity 1.0.0 +# SOFAlizer for Unity 1.0.1 SOFAlizer is a SOFA-based audio spatializer for Unity. It is a Unity [native plugin](https://docs.unity3d.com/Manual/NativePlugins.html). It loads sets of spatial filters so-called [HRTFs](https://en.wikipedia.org/wiki/Head-related_transfer_function) stored in [SOFA](https://www.sofaconventions.org/) files and renders spatial audio based on a selected HRTF set. The output is a binaural signal intended to be listened to via headphones. @@ -39,4 +39,18 @@ Log file SOFAlizer.log will be created where the loaded files and their transfor Acknowledgements: ----------------- -* Christian Hoene for the great libmysofa library for easy reading SOFA files: https://github.com/hoene/libmysofa \ No newline at end of file +* Christian Hoene for the great libmysofa library for easy reading SOFA files: https://github.com/hoene/libmysofa + +History: +-------- + + +Version 1.0.1 +============= + +Bug fix for crash when loading/unloading the plugin. + +Version 1.0.0 +============= + +First release \ No newline at end of file