// Copyright 2026 International Digital Economy Academy
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
///|
pub fn mp3_ill2_mono_bytes() -> Bytes {
let xs = [
255, 252, 164, 192, 36, 11, 132, 52, 50, 33, 17, 18, 73, 36, 146, 0, 0, 170,
170, 42, 170, 162, 32, 195, 143, 69, 20, 148, 89, 54, 20, 81, 85, 149, 85, 101,
149, 101, 102, 215, 127, 191, 223, 239, 123, 221, 221, 108, 109, 190, 124, 214,
181, 173, 107, 90, 214, 181, 173, 127, 191, 223, 207, 123, 221, 221, 108, 109,
190, 124, 214, 181, 173, 107, 90, 214, 181, 173, 127, 62, 97, 79, 124, 29, 221,
108, 109, 190, 124, 214, 181, 173, 107, 90, 214, 181, 173, 161, 186, 68, 50,
65, 86, 54, 103, 144, 185, 223, 148, 78, 112, 133, 148, 124, 216, 36, 79, 127,
112, 27, 208, 148, 37, 71, 23, 14, 57, 42, 136, 85, 144, 139, 84, 169, 24, 3,
160, 191, 36, 230, 185, 64, 44, 34, 200, 38, 37, 33, 10, 18, 32, 162, 151, 18,
190, 129, 79, 226, 39, 39, 149, 144, 196, 110, 192, 130, 227, 5, 70, 42, 88,
66, 66, 246, 100, 141, 250, 34, 66, 110, 91, 185, 180, 161, 136, 38, 89, 196,
149, 10, 213, 104, 65, 64, 160, 147, 131, 217, 157, 100, 77, 191, 124, 212, 181,
173, 107, 90, 198, 181, 204, 127, 63, 223, 239, 123, 221, 221, 108, 109, 190,
124, 214, 181, 173, 107, 90, 214, 181, 173, 127, 191, 223, 239, 123, 221, 221,
108, 109, 190, 124, 214, 181, 173, 107, 90, 214, 181, 173, 127, 191, 223, 239,
123, 221, 221, 108, 109, 190, 124, 214, 181, 173, 107, 90, 214, 181, 173, 129,
48, 0, 118, 144, 130, 33, 16, 205, 16, 204, 136, 136, 136, 68, 68, 68, 146, 73,
36, 146, 73, 36, 144, 0, 0, 0, 2, 186, 32, 174, 2, 34, 160, 2, 10, 0, 136, 10,
2, 136, 40, 128, 66, 208, 40, 147, 212, 57, 18, 213, 69, 85, 145, 80, 196, 152,
76, 229, 211, 93, 133, 23, 72, 244, 212, 97, 86, 16, 101, 86, 86, 69, 102, 86,
109, 52, 22, 105, 102, 153, 89, 197, 17, 85, 118, 86, 113, 84, 86, 97, 117, 17,
97, 182, 28, 105, 119, 85, 73, 166, 26, 93, 212, 220, 97, 198, 216, 121, 100,
150, 97, 149, 147, 97, 198, 28, 113, 151, 83, 97, 214, 92, 77, 214, 93, 121,
151, 21, 101, 246, 92, 81, 214, 157, 125, 151, 31, 239, 247, 251, 253, 254, 255,
127, 191, 223, 239, 123, 222, 247, 189, 239, 123, 222, 238, 238, 238, 238, 235,
98, 216, 219, 109, 182, 223, 62, 124, 249, 243, 231, 207, 159, 62, 107, 90, 214,
181, 173, 107, 90, 214, 181, 173, 107, 90, 214, 181, 173, 107, 90, 214, 181,
173, 107, 90, 255, 127, 191, 223, 239, 247, 251, 253, 254, 254, 123, 222, 247,
189, 239, 123, 222, 247, 119, 119, 119, 119, 91, 22, 198, 219, 109, 182, 249,
243, 231, 207, 159, 62, 124, 249, 243, 90, 214, 181, 173, 107, 90, 214, 181,
173, 107, 90, 214, 181, 173, 107, 90, 214, 181, 173, 107, 90, 215, 235, 253,
240, 255, 127, 62, 96, 15, 120, 19, 220, 247, 189, 238, 131, 30, 247, 187, 179,
188, 59, 186, 216, 141, 182, 219, 109, 183, 207, 159, 62, 124, 249, 243, 231,
207, 154, 214, 181, 173, 107, 90, 214, 181, 173, 107, 90, 214, 181, 173, 107,
0, 0,
]
Bytes::makei(xs.length(), fn(i) { xs[i].to_byte() })
}