Esempio n. 1
0
static int apf_cpf_fill_wave(INT16 *buffer, int length, UINT8 *bytes)
{
    return apf_cpf_handle_cassette(buffer, bytes);
}
Esempio 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);
}
Esempio n. 3
0
static int apf_cpf_fill_wave(int16_t *buffer, int length, uint8_t *bytes)
{
	return apf_cpf_handle_cassette(buffer, bytes);
}