/* * Copyright (c) 2023, kleines Filmröllchen * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include namespace Audio { // https://www.xiph.org/vorbis/doc/v-comment.html ErrorOr load_vorbis_comment(ByteBuffer const& vorbis_comment); }