static int apf_cpf_fill_wave(INT16 *buffer, int length, UINT8 *bytes) { return apf_cpf_handle_cassette(buffer, bytes); }
static int apf_cpf_calculate_size_in_samples(const UINT8 *bytes, int length) { apf_image_size = length; return apf_cpf_handle_cassette(nullptr, bytes); }
static int apf_cpf_fill_wave(int16_t *buffer, int length, uint8_t *bytes) { return apf_cpf_handle_cassette(buffer, bytes); }