Skip to content

Commit 6910bcc

Browse files
authored
Update README.md
1 parent 070e40d commit 6910bcc

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,19 @@ The per-frequency audio amplitude data is first read briefly into Udon using Uni
1212
### [Frequently Asked Questions](FAQ.md)
1313
### [Documentation for shader creators](https://github.com/llealloo/vrc-udon-audio-link/tree/master/Docs)
1414

15-
## 1.4.0 - May 10th, 2024
15+
## 2.0.0 - September 8th, 2024
1616
### New features
17-
- Added support for exposing a global video texture (_Udon_VideoTex) via the ytdlpPlayer avatar testing prefab. This functionality intended for testing avatar shaders that use a global video texture. The global video texture is **not** something provided by AudioLink outside of in-editor testing - this must be done by a video player. (techanon)
17+
- Added the ability to adjust how the AudioLink controller is synced. You can sync every part of it, none of it, or everything except the gain and power controls. (fundale)
18+
- Added support for dual mono audio sources, for cases where you want to supply the left and right channel from separate sources. (fundale)
19+
- Added utility scripts for driving PostProcessing and blend shapes with AudioLink. These are called AudioReactivePostProcessing and AudioReactiveBlendshapes respectively. Just add them to a GameObject that has a PostProcessing component or SkinnedMeshRenderer to use. (fundale)
1820

1921
### Changes
20-
- We've changed the default song in the example scene, and the avatar testing prefab, to ["Shibuya"](https://www.youtube.com/watch?v=vGXyAKy-X6s) by [Rollthered](https://linktr.ee/Rollthered). We remain forever thankful to [Lamp](https://twitter.com/LampDX) for letting us previously use their unreleased track, "Sludge Bath".
21-
- Reduced the sizes of various icon textures used by AudioLink. (Teeh)
22-
- Changed the controller to use MSDF-based textures for the icons. (Vistanz)
23-
- Improved the logic that searches for a yt-dlp excecutable in ytdlpPlayer avatar testing prefab. It should more consistently find the executable accross platforms now. Additionally, the ability to override which executable is used has been added under `Tools > AudioLink > Select Custom YTDL Location`. (techanon)
24-
- The "Upgrade AudioLink compatible shaders" popup will no longer display on first import, as shader authors have had plenty of time to upgrade their shaders at this point. It can still be run manually via the `Tools > AudioLink > Update AudioLink Compatible Shaders` menu item. (pema)
22+
- Lowered the default volume for the AudioLink avatar prefab a bit. (pema)
23+
- Reduces the network traffic incurred by syncing AudioLink state a bit. (Happyrobot33)
24+
- Deprecated `ThemeColorController.customThemeColors` as the behavior has changed. Please use `ThemeColorController.SetCustomThemeColors` and `ThemeColorController.GetCustomThemeColors` instead. This is a (minor) breaking change.
2525

2626
### Bugfixes
27-
- Fixed an issue where the AudioLink texture was flipped when using OpenGL. (fundale)
28-
- Fixed an issue where the ytdlpPlayer avatar testing prefab was selecting an incompatible format at certain resolution settings, resulting in the video failing to play. (pema)
29-
- Fixed an issue where the ytdlpPlayer avatar testing prefab restarted the video about ~3 seconds in. (techanon)
30-
- Fixed an issue where the AudioLink controller was z-fighting on mobile platforms. (pema)
31-
- Fixed issue #299, where modifying the settings on the AudioLink prefab wouldn't properly apply to the control. (pema)
27+
- Fixed a bug where the color chord theme color toggle on the controller wasn't properly synced. (pema)
3228

3329
## Updating projects from version 0.2.8 or lower? (...first time setup? please see next section)
3430
1. Before upgrading your project, **MAKE A BACKUP**! The latest version of AudioLink changes many things - better safe than sorry.
@@ -133,4 +129,4 @@ After installation, to use AudioLink:
133129
- [LucHeart](https://github.com/lucheart) and [DomNomNom](https://github.com/DomNomNomVR) for maintaing CVR forks of AudioLink, and letting us adopt their work
134130
- [Rollthered](https://linktr.ee/Rollthered) for providing us with music for demo purposes.
135131
- [fundale](https://github.com/fundale/) for figuring out WebGL support
136-
- all other [contributors](https://github.com/llealloo/vrc-udon-audio-link/graphs/contributors) and our community for their help and support
132+
- all other [contributors](https://github.com/llealloo/vrc-udon-audio-link/graphs/contributors) and our community for their help and support

0 commit comments

Comments
 (0)