# Amplifier - v1.0.66 ## Voice Allocation Hotpath + Version Fix ### API UPDATES - **In-place audio utilities** — `AudioUtil`, `SoundUtil`, and `ReverbProcessor` gain output-buffer overloads so plugins can reuse arrays instead of allocating one per audio frame. Old array-returning methods unchanged. ### PLUGIN FIXES - **Voice packet GC pressure** — Audio processing reuses per-player buffers each microphone packet. Servers where every player has voice modifiers (volume / reverb) should see less young-gen GC churn during voice traffic. - **Plugin version string** — In-game version readouts now show the real version (e.g. `1.0.66`) instead of the unresolved `${VERSION}` placeholder.