1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
/* automatically generated by rust-bindgen 0.63.0 */

pub const SOXR_THIS_VERSION_STR: &[u8; 6usize] = b"0.1.3\0";
pub const SOXR_TPDF: u32 = 0;
pub const SOXR_NO_DITHER: u32 = 8;
pub const SOXR_ROLLOFF_SMALL: u32 = 0;
pub const SOXR_ROLLOFF_MEDIUM: u32 = 1;
pub const SOXR_ROLLOFF_NONE: u32 = 2;
pub const SOXR_HI_PREC_CLOCK: u32 = 8;
pub const SOXR_DOUBLE_PRECISION: u32 = 16;
pub const SOXR_VR: u32 = 32;
pub const SOXR_COEF_INTERP_AUTO: u32 = 0;
pub const SOXR_COEF_INTERP_LOW: u32 = 2;
pub const SOXR_COEF_INTERP_HIGH: u32 = 3;
pub const SOXR_QQ: u32 = 0;
pub const SOXR_LQ: u32 = 1;
pub const SOXR_MQ: u32 = 2;
pub const SOXR_16_BITQ: u32 = 3;
pub const SOXR_20_BITQ: u32 = 4;
pub const SOXR_24_BITQ: u32 = 5;
pub const SOXR_28_BITQ: u32 = 6;
pub const SOXR_32_BITQ: u32 = 7;
pub const SOXR_LSR0Q: u32 = 8;
pub const SOXR_LSR1Q: u32 = 9;
pub const SOXR_LSR2Q: u32 = 10;
pub const SOXR_LINEAR_PHASE: u32 = 0;
pub const SOXR_INTERMEDIATE_PHASE: u32 = 16;
pub const SOXR_MINIMUM_PHASE: u32 = 48;
pub const SOXR_STEEP_FILTER: u32 = 64;
pub type wchar_t = ::std::os::raw::c_int;
#[repr(C)]
#[repr(align(16))]
#[derive(Debug, Copy, Clone)]
pub struct max_align_t {
    pub __clang_max_align_nonce1: ::std::os::raw::c_longlong,
    pub __bindgen_padding_0: u64,
    pub __clang_max_align_nonce2: u128,
}
#[test]
fn bindgen_test_layout_max_align_t() {
    const UNINIT: ::std::mem::MaybeUninit<max_align_t> = ::std::mem::MaybeUninit::uninit();
    let ptr = UNINIT.as_ptr();
    assert_eq!(
        ::std::mem::size_of::<max_align_t>(),
        32usize,
        concat!("Size of: ", stringify!(max_align_t))
    );
    assert_eq!(
        ::std::mem::align_of::<max_align_t>(),
        16usize,
        concat!("Alignment of ", stringify!(max_align_t))
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).__clang_max_align_nonce1) as usize - ptr as usize },
        0usize,
        concat!(
            "Offset of field: ",
            stringify!(max_align_t),
            "::",
            stringify!(__clang_max_align_nonce1)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).__clang_max_align_nonce2) as usize - ptr as usize },
        16usize,
        concat!(
            "Offset of field: ",
            stringify!(max_align_t),
            "::",
            stringify!(__clang_max_align_nonce2)
        )
    );
}
pub type soxr_io_spec_t = soxr_io_spec;
pub type soxr_quality_spec_t = soxr_quality_spec;
pub type soxr_runtime_spec_t = soxr_runtime_spec;
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct soxr {
    _unused: [u8; 0],
}
pub type soxr_t = *mut soxr;
pub type soxr_error_t = *const ::std::os::raw::c_char;
pub type soxr_buf_t = *mut ::std::os::raw::c_void;
pub type soxr_cbuf_t = *const ::std::os::raw::c_void;
pub type soxr_bufs_t = *const soxr_buf_t;
pub type soxr_cbufs_t = *const soxr_cbuf_t;
pub type soxr_in_t = *const ::std::os::raw::c_void;
pub type soxr_out_t = *mut ::std::os::raw::c_void;
extern "C" {
    pub fn soxr_version() -> *const ::std::os::raw::c_char;
}
extern "C" {
    pub fn soxr_create(
        input_rate: f64,
        output_rate: f64,
        num_channels: ::std::os::raw::c_uint,
        arg1: *mut soxr_error_t,
        arg2: *const soxr_io_spec_t,
        arg3: *const soxr_quality_spec_t,
        arg4: *const soxr_runtime_spec_t,
    ) -> soxr_t;
}
extern "C" {
    pub fn soxr_process(
        resampler: soxr_t,
        in_: soxr_in_t,
        ilen: usize,
        idone: *mut usize,
        out: soxr_out_t,
        olen: usize,
        odone: *mut usize,
    ) -> soxr_error_t;
}
pub type soxr_input_fn_t = ::std::option::Option<
    unsafe extern "C" fn(
        input_fn_state: *mut ::std::os::raw::c_void,
        data: *mut soxr_in_t,
        requested_len: usize,
    ) -> usize,
>;
extern "C" {
    pub fn soxr_set_input_fn(
        resampler: soxr_t,
        arg1: soxr_input_fn_t,
        input_fn_state: *mut ::std::os::raw::c_void,
        max_ilen: usize,
    ) -> soxr_error_t;
}
extern "C" {
    pub fn soxr_output(resampler: soxr_t, data: soxr_out_t, olen: usize) -> usize;
}
extern "C" {
    pub fn soxr_error(arg1: soxr_t) -> soxr_error_t;
}
extern "C" {
    pub fn soxr_num_clips(arg1: soxr_t) -> *mut usize;
}
extern "C" {
    pub fn soxr_delay(arg1: soxr_t) -> f64;
}
extern "C" {
    pub fn soxr_engine(arg1: soxr_t) -> *const ::std::os::raw::c_char;
}
extern "C" {
    pub fn soxr_clear(arg1: soxr_t) -> soxr_error_t;
}
extern "C" {
    pub fn soxr_delete(arg1: soxr_t);
}
extern "C" {
    pub fn soxr_oneshot(
        input_rate: f64,
        output_rate: f64,
        num_channels: ::std::os::raw::c_uint,
        in_: soxr_in_t,
        ilen: usize,
        idone: *mut usize,
        out: soxr_out_t,
        olen: usize,
        odone: *mut usize,
        arg1: *const soxr_io_spec_t,
        arg2: *const soxr_quality_spec_t,
        arg3: *const soxr_runtime_spec_t,
    ) -> soxr_error_t;
}
extern "C" {
    pub fn soxr_set_io_ratio(arg1: soxr_t, io_ratio: f64, slew_len: usize) -> soxr_error_t;
}
pub const SOXR_FLOAT32: soxr_datatype_t = 0;
pub const SOXR_FLOAT64: soxr_datatype_t = 1;
pub const SOXR_INT32: soxr_datatype_t = 2;
pub const SOXR_INT16: soxr_datatype_t = 3;
pub const SOXR_SPLIT: soxr_datatype_t = 4;
pub const SOXR_FLOAT32_I: soxr_datatype_t = 0;
pub const SOXR_FLOAT64_I: soxr_datatype_t = 1;
pub const SOXR_INT32_I: soxr_datatype_t = 2;
pub const SOXR_INT16_I: soxr_datatype_t = 3;
pub const SOXR_FLOAT32_S: soxr_datatype_t = 4;
pub const SOXR_FLOAT64_S: soxr_datatype_t = 5;
pub const SOXR_INT32_S: soxr_datatype_t = 6;
pub const SOXR_INT16_S: soxr_datatype_t = 7;
pub type soxr_datatype_t = ::std::os::raw::c_uint;
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct soxr_io_spec {
    pub itype: soxr_datatype_t,
    pub otype: soxr_datatype_t,
    pub scale: f64,
    pub e: *mut ::std::os::raw::c_void,
    pub flags: ::std::os::raw::c_ulong,
}
#[test]
fn bindgen_test_layout_soxr_io_spec() {
    const UNINIT: ::std::mem::MaybeUninit<soxr_io_spec> = ::std::mem::MaybeUninit::uninit();
    let ptr = UNINIT.as_ptr();
    assert_eq!(
        ::std::mem::size_of::<soxr_io_spec>(),
        32usize,
        concat!("Size of: ", stringify!(soxr_io_spec))
    );
    assert_eq!(
        ::std::mem::align_of::<soxr_io_spec>(),
        8usize,
        concat!("Alignment of ", stringify!(soxr_io_spec))
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).itype) as usize - ptr as usize },
        0usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_io_spec),
            "::",
            stringify!(itype)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).otype) as usize - ptr as usize },
        4usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_io_spec),
            "::",
            stringify!(otype)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).scale) as usize - ptr as usize },
        8usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_io_spec),
            "::",
            stringify!(scale)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).e) as usize - ptr as usize },
        16usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_io_spec),
            "::",
            stringify!(e)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).flags) as usize - ptr as usize },
        24usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_io_spec),
            "::",
            stringify!(flags)
        )
    );
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct soxr_quality_spec {
    pub precision: f64,
    pub phase_response: f64,
    pub passband_end: f64,
    pub stopband_begin: f64,
    pub e: *mut ::std::os::raw::c_void,
    pub flags: ::std::os::raw::c_ulong,
}
#[test]
fn bindgen_test_layout_soxr_quality_spec() {
    const UNINIT: ::std::mem::MaybeUninit<soxr_quality_spec> = ::std::mem::MaybeUninit::uninit();
    let ptr = UNINIT.as_ptr();
    assert_eq!(
        ::std::mem::size_of::<soxr_quality_spec>(),
        48usize,
        concat!("Size of: ", stringify!(soxr_quality_spec))
    );
    assert_eq!(
        ::std::mem::align_of::<soxr_quality_spec>(),
        8usize,
        concat!("Alignment of ", stringify!(soxr_quality_spec))
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).precision) as usize - ptr as usize },
        0usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(precision)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).phase_response) as usize - ptr as usize },
        8usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(phase_response)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).passband_end) as usize - ptr as usize },
        16usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(passband_end)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).stopband_begin) as usize - ptr as usize },
        24usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(stopband_begin)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).e) as usize - ptr as usize },
        32usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(e)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).flags) as usize - ptr as usize },
        40usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_quality_spec),
            "::",
            stringify!(flags)
        )
    );
}
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct soxr_runtime_spec {
    pub log2_min_dft_size: ::std::os::raw::c_uint,
    pub log2_large_dft_size: ::std::os::raw::c_uint,
    pub coef_size_kbytes: ::std::os::raw::c_uint,
    pub num_threads: ::std::os::raw::c_uint,
    pub e: *mut ::std::os::raw::c_void,
    pub flags: ::std::os::raw::c_ulong,
}
#[test]
fn bindgen_test_layout_soxr_runtime_spec() {
    const UNINIT: ::std::mem::MaybeUninit<soxr_runtime_spec> = ::std::mem::MaybeUninit::uninit();
    let ptr = UNINIT.as_ptr();
    assert_eq!(
        ::std::mem::size_of::<soxr_runtime_spec>(),
        32usize,
        concat!("Size of: ", stringify!(soxr_runtime_spec))
    );
    assert_eq!(
        ::std::mem::align_of::<soxr_runtime_spec>(),
        8usize,
        concat!("Alignment of ", stringify!(soxr_runtime_spec))
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).log2_min_dft_size) as usize - ptr as usize },
        0usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(log2_min_dft_size)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).log2_large_dft_size) as usize - ptr as usize },
        4usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(log2_large_dft_size)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).coef_size_kbytes) as usize - ptr as usize },
        8usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(coef_size_kbytes)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).num_threads) as usize - ptr as usize },
        12usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(num_threads)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).e) as usize - ptr as usize },
        16usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(e)
        )
    );
    assert_eq!(
        unsafe { ::std::ptr::addr_of!((*ptr).flags) as usize - ptr as usize },
        24usize,
        concat!(
            "Offset of field: ",
            stringify!(soxr_runtime_spec),
            "::",
            stringify!(flags)
        )
    );
}
extern "C" {
    pub fn soxr_quality_spec(
        recipe: ::std::os::raw::c_ulong,
        flags: ::std::os::raw::c_ulong,
    ) -> soxr_quality_spec_t;
}
extern "C" {
    pub fn soxr_runtime_spec(num_threads: ::std::os::raw::c_uint) -> soxr_runtime_spec_t;
}
extern "C" {
    pub fn soxr_io_spec(itype: soxr_datatype_t, otype: soxr_datatype_t) -> soxr_io_spec_t;
}
extern "C" {
    pub fn soxr_set_error(arg1: soxr_t, arg2: soxr_error_t) -> soxr_error_t;
}
extern "C" {
    pub fn soxr_set_num_channels(arg1: soxr_t, arg2: ::std::os::raw::c_uint) -> soxr_error_t;
}