// Copyright (c) 2025 Delyan Angelov. All rights reserved. Use of this source code // is governed by an MIT license that can be found in the LICENSE file. module vorbis // wrapper_version returns the version of stb_vorbis.c, that this module wraps. pub fn wrapper_version() string { return '1.22' }