/*! * Copyright (c) 2026-present, Vanilagy and contributors * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /** Sample rates indexed by fscod (Table 4.1) */ export declare const AC3_SAMPLE_RATES: number[]; /** E-AC-3 reduced sample rates for fscod2 per ATSC A/52:2018 */ export declare const EAC3_REDUCED_SAMPLE_RATES: number[]; //# sourceMappingURL=ac3-misc.d.ts.map