Ejemplo n.º 1
0
static int apf_cpf_fill_wave(INT16 *buffer, int length, UINT8 *bytes)
{
    return apf_cpf_handle_cassette(buffer, bytes);
}
Ejemplo n.º 2
0
static int apf_cpf_calculate_size_in_samples(const UINT8 *bytes, int length)
{
    apf_image_size = length;

    return apf_cpf_handle_cassette(nullptr, bytes);
}
Ejemplo n.º 3
0
static int apf_cpf_fill_wave(int16_t *buffer, int length, uint8_t *bytes)
{
	return apf_cpf_handle_cassette(buffer, bytes);
}